nico-boo
nico-boo
Hi, Could you tell us if the project is still alive ? I saw pull requests ready to be merged 2 or 3 years old, and some are waiting for...
Hi, I just encountered a hash collision when registering a new class. The problem is line 52 of Serializer.js with Utils.hashStr. It returns the same hash (37) for two different...
Hi, First, amazing & simple project! Would it be possible to have a print stylesheet so it can be outputted as a PDF?
I forced scrolling to be visible on chrome and it's quite ugly :  The problem seems to come from the fact that the slider is stretched..
I forced scrolling to be visible on firefox and it doesn't show at all. Probably missing some moz- directives 
Clearance is the way to deal with agents bigger than one grid cell. Here is a good article, in case of : https://harablog.wordpress.com/2009/01/29/clearance-based-pathfinding/
Hi, I'm trying to find how to customize deceleration speed when dragging. Actually it's very fast, and I'd like to tone it down. I've tried playing with dragSpeed, but obviously...
Hi, For a use case with a deep hierarchy, I wanted to only keep the last element portaled to PortalHost. So my solution was to create this component: ```import {...