Robin Wieruch

Results 184 comments of Robin Wieruch

Sounds great. Would you like to do it?

@MiniPekka I added you as collaborator to the project. You introduced so many improvements by now, I think it would make sense to have someone else to help me out...

That's seems right without looking at the code. I don't remember how I implemented it back in the days. So if you have the feeling it could be simplified, please...

No problem at all! Thanks for opening these Issues. They are great opportunities for newcomers to React to learn something new in an existing project! I will try to advertise...

Regarding the issue: I like the idea! I guess the only difficult decision is where to put those extra filters in the UI?

@MiniPekka I had the same problem, because I switch node versions a lot. Anything we could do against it? In a dreamworld it would work for everyone.

https://github.com/rwieruch/favesound-redux/pull/22

Seems to be a general problem with Sass and changing Node environment. You can run `npm rebuild node-sass`. Issue: https://github.com/sass/node-sass/issues/1527

Added .nvmrc file. When you use nvm to manage your node versions, you can type `nvm use` to use the according node version for this project.

Oh my .... Sass :) Did it work for you when you updated node-sass? If so, then I would say go for it 👍 I guess it would be great...