Details
-
LocationCanada
Joined devRant on 3/17/2017
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
@j4cobgarby you and I have very different definitions of fun, man
-
@AlgoRythm hahah, reminds me of OpenCV which uses BGR for colours instead of RGB. For compatibility reasons, of course
-
Good job man!
I used to be too nervous to go to the weight room and lift because I was afraid of messing up.
That was until I realized that everyone in there is doing their own thing and don't really care about what you're doing. The people who have been doing it for a while actually respect someone new joining them and putting in the effort! -
Would you rather prefer -- spam since it doesn't give notifications?
-
@Hammster ++ for Pug! I especially love how it works so well with SASS.
-
Neat, that's my collab! My website can't get to the first page of Google but at least my devRant collab did! Hahahah
-
@KennyTheBard wow, not bad at all! Keep up the awesome work!
-
@KennyTheBard never heard that one before hahah
Thanks my man! Also, I don't see any links on your profile? Was hoping to see some of your cool projects... -
@KennyTheBard @shivayl
Just spread the word! I made a few posts on here about my previous projects and now, they're one of my most popular projects (only ~12 stars but still, hahaha). People on here understand what the project is and will appreciate it.
Or, you can try Reddit. Some subs are specifically made for showing off projects. And there's a few discord servers for programmers and they have channels where you can showcase your project! -
Might want to check here as well: https://developers.google.com/speed...
It's a good resource and I used it a ton when building my site :) -
Interesting 📌
-
@subatomic @ihatecomputers
In the same boat, pinning this 📌 -
@C0D4 hey, thanks. I'll research more into that because I have no idea how to disable support for those yet...
-
@host127001 hahah and yours is an ES6 beauty. I like it, too :D
-
@host127001
Interesting, that's a much cleaner approach than the one I made for capitalizing the first letter of a string:
stringVariable.toLowerCase().replace(/^(.)|\s(.)/g, ($1) => $1.toUpperCase()))
^ That looks pretty ugly hahah -
Same with other iterables such as arrays :)
It's super useful!
https://developer.mozilla.org/en-US... -
Really cool! Will you put this up on GitHub?
-
I'd love to help out with the SVG designs!
-
@Proximyst how?
-
@bittersweet @julianmd interesting. I have folders for Atom, Firefox Developer Edition, Processing, and pyCharm in /opt. And also Expo XDE (which is just a single AppImage file, and it can be moved elsewhere).
If I remove them, I'm certain that the apps will stop working...
That's my issue if and when I switch distros/devices. -
@bittersweet agreed but, what about programs saved in /opt?
-
@al-m it works perfectly for me. What other issues?
Hopefully I still helped in some way :) -
Which creates this:
-
@al-m something like this:
-
@al-m I put it on the wrapping one and removed flex entirely. The children elements, in my case, were given fixed dimensions. I'll post a screen shot of how I did it. Hold up
-
I'd like to see if anyone else has any other (better) ideas...
-
@al-m I recently started learning React Native so forgive me if this solution is too hacky...
I had a similar issue today with a ScrollView which shrunk its children to fit the screen (I didn't want that). And it was happening because of the 'flex: 1' applied to the view. I removed it and set it's height and width to 100% of the screen dimensions using the Dimension API: https://facebook.github.io/react-na...
Let me know if that works. I'm curious because it worked for me, but perhaps doesn't for other use cases... -
What's the problem? I'll try to help. If I can't, there's probably many here who can :)
-
@mjones44 inkscape.
And also, look up "Logos By Nick" on YouTube. -
@bahua fair point. Although, you could always open a new ssh connection using another terminal :/