Ze-Zheng Wu
Ze-Zheng Wu
> Sure I wouldn't mind the Map. Feel free to propose a PR. In the meantime, although this is not a very elegant solution, you can always add a space...
And this kind of line continuations will just work fine (however the github matlab code syntax highlighting seems to be broken here): before: ```matlab a = b... (c... (d... (e......
Got it, no hurry. It's already an excellent work and fits my needs. Thanks!
> Ugh, as expected it's nasty. So the continuation is of course based on the last encountered bracket and we derive the indentation based on it's (fixed) location. But this...
I encountered this similar problem when I want to import the default `create` function from [`zustand/vanilla`](https://github.com/pmndrs/zustand/blob/main/package.json#L29) while setting `NodeNext` for both `module` and `moduleResolution` in `tsconfig.json`. For now I use...
@weswigham Thanks for the quick response, so what's the correct way to declare types for a mjs entrypoint? Forgive me if I sound stupid. **Update:** If someone like me bumped...
Stop mousedown propagation will break many things, I'll mark this PR as draft until I fix it.
Yay! I'll check!
I encountered a similar problem recently and found out it was the animation hadn't stopped when the node internal position was calculated. So I added a `onAnimationEnd` handler and used...
+1 for this implementation. And by the way, will `data` in `Edge` become required too in v10? If not, is there any simple way to do the typing thing where...