Karl Danninger

Results 19 comments of Karl Danninger

OK, thank you @jariz. I appreciate it

Hey guys, I'm wondering more about this `/user/123` thing. I just hit an issue with a user trying to add the link into a Word Doc, and Word is reporting...

Need this. @orangecoloured did you ever find a solution?

I appreciate your quick reply, thank you! I have the coordinates of the point I'd like to zoom into, so I guess the not-so performant way to do this is:...

Hey @markoshust, sounds like a cool improvement! I'll mark this as an enhancement, and would love to accept a pull request for this.

Experienced this recently. @Nasicus Your workaround works, thank you! Yet, this makes me a little uncomfortable since I'm unsure why this works the way it does. Is there any way...

@Nasicus Haha! I have that exact same fear - but we've made a note of this issue in our repo. 👍 Thank you for the explanation @hgezim !!!

I just dealt with this last night. What I did to stop this error from happening is each nested ReactSortable has its own component and its own state `const [list,...

Hey, I just wrote a nested sortable this morning. I used the `group` prop to do it, you can see the `put` and `pull` to have more granular control over...

Hey @B0rk3 thank you for doing this! I'm getting an error: ``` TypeError: Cannot read properties of undefined (reading 'points') at Supercluster.getPointUnclusterZoom (index.js:179:1) ``` Line 179 is: `const unclustered =...