Results 5 issues of Niv Baehr

Based on idea from this post by Bojan Aleksic: https://itnext.io/handling-large-lists-and-tables-in-react-238397854625 With Hooks it became much simpler https://github.com/BLooperZ/lazy-batch-loader/blob/master/src/lib/components/LazyBatchLoader.js Usage: https://github.com/BLooperZ/lazy-batch-loader/blob/master/src/examples/LazyListRendererHook.js There's a demo application on same repository (git clone and npm...

Hi, I would like to ask if there is any way in pyvips to flush a pipeline during writing, for two reasons: - write with streaming input - update image...

This adds support for writing BiDi text in upcoming hebrew fan translations of HE games. It important to note that this check will also catch some officially translated games. the...

This is an attempt to add hebrew support when rendering text this is not yet fully working though I couldn't figure out how to add freebidi dependency on platforms other...

Another attempt at supporting hebrew translation following #7512 This attempt is based on the new BiDi library (SheenBiDi) added by @glebm Few notes: - I haven't found documentation and example...