Szymon Chmal

Results 11 comments of Szymon Chmal

If we assume, that the grid should be gapless at all times, it's not doable. There may be no cell small enough to fit in the empty spot. However, if...

If you use `usePositioner` directly you can provide the `className` prop as a dependency and then all elements will be reorganized when it changes. As for ``, there is no...

@jaredLunde Actually, why don't we use ResizeObserver? It got decent support unless we care about Internet Explorer and Opera Mini. https://caniuse.com/?search=resizeobserver

I wonder if we should remove the `role` prop altogether and force `list` and `listitem` roles. Technically, the grid created by Masonic doesn't reassemble a table at all, but rather...

Could you share more information? Have you used `useInfiniteLoader`? If so, does it not work for you at all or it's not working as expected? It's hard to blindly help...

@Clashsoft I'm afraid, there is no reliable, numeric way to determine how many digits are present in the fractional part. Theoretically, we should be able to simply multiply the value...

Yup, it seems to always produce a balanced tree. However, there is one drawback involved. MrTree doesn't support orthogonal edge routing, does it?

I'm aware it's not trivial to implement such a feature in a short time. I'll have to dig deeper into this and, as you said, try to implement edge routing...

@mdjastrzebski I gave it a try—I created a Vite project powered by Bun, installed Reassure with Jest, and ran it without any issues. However, at least two problems are stopping...

@mdjastrzebski What do you think about adding '--node-flags' to indicate that all subsequent flags should be passed to the underlying Node process? We could similarly handle Jest flags 🤔