George Turkin
George Turkin
this.tmpArray was not cleaned after every event emission. This caused listeners to leak to the events they don't belong to and crash the app. By the way, do we really...
Hi, I found that when I change YAxis `tickCount` prop it works improperly. Here is a line chart with a brush. Here `tickCount` is not set for both chart and...
Hi, how about adding this small but useful thing? I am currently trying to make a transition between two react-router routes with react-transition-group and react-flip-toolkit. `react-transition-group` delays the route unmount...
Hi, I have just updated my game backend to a newer version of `box2d.ts` and the performande dropped a lot. I do a lot of `QueryAABB` and `fixture.synchronize` calls for...
This would be very handy to track how many entities of each type still exist in the world
**Issue type:** [ ] bug report **Airgram version:** [ ] `latest` Hi, looks like message.content type has no properties. I think this happens because currently it is a `union` of...
after installing on a clean django installation and including > from registration_defaults.settings import * i get 500 error and the following in my error log: > ImportError: No module named...
1. I tried to use `onMouseMove` prop on `SparklinesLine` component but found it very hard to hit tiny circles that it generates ``` return ( onMouseMove('enter', data[i], p)} onClick={e =>...
Hi, thanks for an awesome lib! I was trying to make a page transition effect with the following structure ``` { ... } const CardPage = (id) => { *some...
Hello Rustlings Team, First of all thank you for this project. It was really fun solving it so far. I got really stuck and scratching my head at this one...