Michal Jarnot

Results 45 comments of Michal Jarnot

Is there a real solution though? 🙂

It was 11:30PM when I decided to install labelImg on my M1 system. The usual installation didn't work so I started searching for solutions and as a result installed many...

After looking at the codebase I would summarize the problem like this: When I am using `removeItem` I want it to do two things: - **find a relevant item that...

@baerrach ![image](https://user-images.githubusercontent.com/14946081/48166972-2b5d1c80-e29f-11e8-9a06-651f9fe639b8.png) **From:** https://blog.codinghorror.com/dont-like-it-code-it-yourself/

I get an error trying to run your game :( ``` flappy.js:214 Uncaught TypeError: Cannot set property '23' of undefined at World.get occupancy [as occupancy] (flappy.js:214) at Game.get occupancy [as...

@nickdandakis I don't think this is a correct solution because we should be able to mock/stub imports in runtime. Example: - `Component B` is connected to redux - `Component A`...

@ocornut Sure I will take a look at it tonight or tomorrow 🙂

@ocornut After playing around with it for a while I think the example is actually great. 🙂 Other than that I didn't have time to check how it works with...