Gareth

Results 39 comments of Gareth

@dustingetz I've just looked through it. I very much do like providing the option to allow heights to be measured from the browser if the user wishes, but I'm quite...

@dustingetz I've been wondering about the [`maxChildren` prop](https://github.com/dustingetz/react-infinite/blob/master/src/react-infinite2.jsx#L15) you have. I'm wondering how to get rid of that because a sufficiently general DOM measurement solution would not need the user...

@dilizarov While not strictly documented, if you want to experiment with `minimalHeight` you can simply set `elementHeight={minimalHeight}` and the calculations will be performed in the way you describe. Strange inaccuracies...

@OpenGG This seems to be caused by the use of `key`s on the `ListItem`s. While the React documentation is not overly detailed on these matters, I'll try and describe the...

Yes, there is a perfect solution for DOM diffing, but it has not been adopted by the React authors because of intractable problems of time complexity, the best solutions taking...

Ah the errors are caused by a bug being fixed in `eslint`. I'll fix it and merge soon.

I took a look at this. I'm thinking the name needs to be more descriptive than `sticky`, maybe `topAccessoryElement` or so.

@dimanchee @apolkingg8 We recently merged some fixes to the arithmetic in 0.4.0. Can you check if this fixes the issue?

I recently heard about this issue – I have an existing and published IntelliJ plugin for Typst integrated with Tinymist (https://github.com/garetht/typst-support), is there any interest in incorporating this into the...