Patrik Lindström

Results 20 comments of Patrik Lindström

I think I'm done fixing small stuff for now. Compilation and tests run fine on my end.

One question from higher up: could you provide a guesstimate as to when this change would be available in a mainline release? Q4/2025 perhaps?

SonarCloud Code Analysis result can be ignored, it's hallucinating and complaining about existing code. Submitted code now looks quite ugly after application of mandatory "beautification" step, which I suggest be...

Looks like I'll have to shim the custom cell formatting bits. This will take a while.

There seems to be a hard-to-resolve issue with getting the reworked CellFormatPart class to load reliably. All tests thus far have worked locally, but something seems very different on the...

This set of changes adds a field called textColor to CellData and modifies the client side code to propagate the value of that field to where it needs to go,...

Appeasing SonarCloud Code Analysis is beyond the scope of this feature.

Added change to transmit color as a string of six hex digits instead of `rgb(nnn,nnn,nnn)` for marginal space savings. The original spec suggested the creation of a more open text-color-to-stylename...

Removed unit test. Unit test did not function as intended. Failure case was not caught correctly, resulting in runaway execution. Large table could not be loaded on test VM due...