Rohan Deshpande

Results 91 comments of Rohan Deshpande

One interesting thing re: the `next` app is that the library isn't pulled in via a regular `import`. For code splitting purposes, the following approach is used ```js const {...

Thanks for reporting this I'll need to take a look

Ok probably just a brief freakout from but this is totally expected. If the aspect ratio changes, the system will change size. Since particle size is not currently tied to...

On from this, I've noticed that in my implementation, when dragging up, the `draggingDom` seems to go down first, it seems to be offset or something like that. I know...

Yeah, this is on initial load though. I guess there's no way around it ... I will probably have to implement a way to move nodes through selection rather than...

I am also super interested in this, drag and drop becomes extremely slow even in a moderately sized tree

I'm just trying it out now, but I didn't need to install these, at least it didn't give me any warnings that they weren't installed.

Hi,I have a CLI which uses this package and hmm yeah, it's REALLY slow, I've currently been waiting around 20mins and the `postinstall` is still going. This wasn't happening a...

Wanted to update my [nwjs CLI](https://github.com/rohan-deshpande/northwest) to pull the latest version of `nw` but doing so lead to this error when attempting to run the app ``` dlopen /Users/rohandeshpande/app/node_modules/nw/nwjs/nwjs.app/Contents/MacOS/../Versions/59.0.3071.86/nwjs Framework.framework/nwjs...

Hey there, I might be misunderstanding but should there be a difference between your two points? Currently `refresh` will always fetch the resource from remote meaning that it's a true...