Caolán McNamara
Caolán McNamara
lets check/see how --enable-bundle affects what the importScripts want to do I guess
I think there is a glitch in the unrle refactoring, there are various "ERROR: Unknown delta code" errors in the console
> I assume it's easy to reproduce(?) I can see it by just loading the "test/samples/writer-edit.fodt" that make run prompts and scroll down to the end, and the browser console...
I see some weirdness in calc I think [calc-test.webm](https://github.com/user-attachments/assets/55da4912-a82e-4ddc-a0aa-698c64164427)
With my stab at a debugging patch of https://github.com/Cwiiis/cool/compare/canvastileworker...caolanm:cool:canvastileworker to not block in onMessage in the worker thread and make a local queue of work that is processed by a...
After I load the demo ods then I seem to see a constant load, adding a breakpoint to _queueSlurpEventEmission seems to maybe suggest that when _onWorkerMessage gets something then it...
Constant load is gone now, seems more smoother to scroll around the place in calc, but I still get this sort of an effect: [A3000-pageup-top-top-keep-held.webm](https://github.com/user-attachments/assets/926f9d7b-65aa-4150-a8f1-deecf15f86d7) in calc, is that the...
If this still reproduces, and seeing as step 1 is "Build CODE", is there output from: make check-for-system-nss in online? (core needs to be built using --without-system-nss for nss to...
I feel this should work fine, though the /opt/cool/systemplate/X files are generally presumed to get synced from the /X files of the surrounding environment. Maybe there are potential fontconfig cache...
The delim tokens are collapsed together. so using tokens.cat(' '...) doesn't get the original string back . The StringVector keeps the original string, so if we have something like substrFromToken(int...