Peter Wake

Results 8 comments of Peter Wake

@skipchris thanks for this .. it was useful. Especially when using "sticky" table headers.. ref for example https://css-tricks.com/a-table-with-both-a-sticky-header-and-a-sticky-first-column/

Note that this update causes a glitch with the custom scrollbar plugin https://github.com/malihu/malihu-custom-scrollbar-plugin. This uses`$(window).load(function(){` which has been deprecated, and now needs to be `$(window).on("load", function(){` Unfortunately looks like now...

@Simon-SDK @jimmdd I've been trying your approach .. although I switch the ordering so it unpacks libreoffice first then adds the fonts.. but.. for me, it just crashes. If anyone...

@Simon-SDK thank you. I'm trying to do something very similar but with presigned AWS urls for the upload and download (which I think works, it's the libreoffice conversion that's broken)....

Hi @Simon-SDK, thanks so much for your code and advice. For anyone else wrestling with this issue.. There are two ENV variables you can create to try to fix the...

Erm, well I just copied your code :), but I guess if you didn't want the bundled libreoffice fonts you could! I am feeling exhausted by the whole process but...

It's worth saying that this stops judder / glitching / jumping on Rich File Manager. It would be great if this could be pulled in.