Results 8 issues of 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 : ![scrolling_chrome](https://cloud.githubusercontent.com/assets/7881515/12127551/2f64f024-b3f8-11e5-813f-09cf23ae2fb6.png) 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 ![scrolling_firefox](https://cloud.githubusercontent.com/assets/7881515/12127535/0f3968fc-b3f8-11e5-9d4b-731939272a93.png)

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/

enhancement

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 {...