Lure5134
Lure5134
@Brian-McBride yes react-virtuoso
I have add this ``` # Install Microsoft core fonts RUN echo "deb http://deb.debian.org/debian stable main contrib non-free" > /etc/apt/sources.list \ && echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true" | debconf-set-selections \...
Duplicate of https://github.com/ststeiger/PdfSharpCore/issues/161
Could this reopen? For me a lot rerenders if the state changes. This is irrelevant for the useNavigate hook. What you think about a usePathname hook that just returns the...
I think if this PR get merged https://github.com/facebook/react/pull/20646 into react it can be used to prevent a lot of rerenders.
What do you think about a hook like useAbsoluteNavigate() or so. The hook would be just like useNavigate() but would not support relative paths. Then you wouldn't need useLocation in...
Or can we just use window.location.pathname instead of useLocation().pathname?
I have the same problem but with react 18. (no react native)
I have made [here](https://github.com/Hummel37/quest-pdf-table-generator/blob/main/Pdf-Test/Program.cs) a repository which generates random user data and creates a pdf with the data. Here are both pdf's so you can see the difference. [Before.pdf](https://github.com/QuestPDF/QuestPDF/files/15164671/Old.pdf) [After.pdf](https://github.com/QuestPDF/QuestPDF/files/15164672/New.pdf)
I have noticed that the width of the columns differs on the different sheets. This is due to the "ShowOnce" element. On page 2, the sizes of the cells from...