kaspar poland

Results 8 comments of kaspar poland

There is a holdover solution for people waiting on this feature to be implemented into webpack-dev-server. The way create-react-app does it is with a react-dev-utils script called openBrowser. Importing this...

Yep, I think there must be some kind of race condition within the library. You can see in my Git history [link](https://github.com/kaspar-p/types-of-ants/compare/dd72f85c083cddfa9854db65741aa974a3f0f091..b11ab0a16a6d984f6a8039fd5c53a1556dbec83f#diff-37fa9283abe40fa38ecda2ff680e3627715f9018f16e1b9fe6ba4c8064e06744) that very minor things change, and this error...

I still think adding license information to the top of each file would be a good practice, like [how mysql does.](https://github.com/mysql/mysql-server/blob/8.0/cmake/boost.cmake). That isn't really a client issue, but I think...

But I do like the "acknowledgements" page idea

Does redux really need to be used. For something like hover state (a tiny little piece of data), Facebook's own Recoil might work, too. I just think redux comes with...

This didn't work for me, but I had a problem of conflicting installs. On Raspbian, I had `apt-get install docker` and `snap install docker`, and this error went away when...