Results 198 comments of Cory Simmons

Thanks for all you and Panya have done. Stylus is a lot of code for 1 or 2 people to maintain on their own for so long...

Open source sucks dude. It doesn't pay anything and takes time people could devote to hobbies and their health. People like TJ have donated more than enough of their free...

Both global and local settings would be the best implementation. ```js library.add(...icons, { default: 'fal' }) ``` 99% of the time I just use one icon set and just want...

As @dihan pointed out. react-navigation went through a ton of changes recently. A few article writers released redux/react-navigation posts as react-navigation was in beta (as denoted by the `-beta` flag...

@MatheusParanhos https://reactnavigation.org/docs/redux-integration.html works but it's a pain to actually maintain. I highly suggest you think twice about why you're using Redux with ReactNavigation, and if you can get away with...

@toklok I don't think you can use the same API from different versions of the same package within the same project. For instance if I make a pkg called `foo`...

Yeah, sorry. Haven't updated this in forever. Let me do some chores and I'll take a look.

Oh, that's [terrible](https://codepen.io/corysimmons/pen/oZoGVR). Thank you for pointing this out. Will work on it soon.

Please have Netlify pay attention to package.json's `engines` object. We should be able to: ```json { "private": true, "engines": { "node": "14.4.0", "yarn": "1.22.4" } } ``` and it just...

No worries. This is where I ended up from googling something like `netlify engines` so I figured I'd drop a screenshot for others.