Samuel Hurel

Results 23 comments of Samuel Hurel

oops! nevermind I totally missed the [locate_with_selection_function](https://docs.rs/rstar/0.7.1/rstar/struct.RTree.html#method.locate_with_selection_function) method! Cheers

> If you do need to insert and remove objects dynamically, r-trees should be a viable choice. I'm currently using rstar for a game, so object are created, removed and...

@MiltFra I didn't had time to start on this, and I don't think i'll start until any maintainer gives an opinion about it. If you want to give it a...

```js const img = ; return ( {img} {`.lazyload-placeholder { display: none; }`} {img} ); ``` During server-side rendering, the placeholder will be placed along with the image in a...

@2stash So your gif clearly confirm there's a bug (check against the [doc gif](https://github.com/atlassian/react-beautiful-dnd/blob/master/docs/guides/changes-while-dragging.md#lazy-loading-of-list-items)). Is there anything we can do to help on this? I'd be happy to contribute if...

I'm not a maintainer of the project, but I'd be happy to see that PR! Please try to make it compatible with nalgebra-glm if you go for it :)

this is not a valid solution for me ... `*.test.js` file are still being require'd which obviously breaks in a non test environment

Just a reminder that [require.extensions](https://nodejs.org/api/globals.html#globals_require_extensions) is deprecated and breaks jest compatibility. I'd like to submit a PR to fix that, I think it could also fix your issue by providing...

Also, i'm now playing around with deletions, it can't manage to receive any `DELETE` event in the subscriptions

Thank you ! The PR already makes it really easier to manage updates for simple cases, I'm leaving this open since from what i see nested data are always set...