Michael Meeks
Michael Meeks
Thanks Andras - you rock =) so we can hard-code the level from minCLevel as a number I believe instead.
Great =) of course this is not urgent, but would be a great easy hack for a newbie.
Sure - the realization is that instead of re-parsing and scanning this string many many times searching for %FOO%, %BAA%, etc. we search for % % - just once, and...
Hi Ash; soo .... this has been lingering for over a year - I wonder if we should (when there is time after the 21.11 release) - re-visit these if...
One thing to be aware of ... we need to make sure any new dialogs we throw up are async enabled. What does that mean ? that means that the...
Its easy enough to add those APIs of course - the uno:CompareDocuments command is also reasonably easy to enable in the backend - just git grep doc_iniUnoCommands # in core.git...
Ah - of course, its horribly unfinished =) I think the idea of the serial was to make sure that the async reply assuring us that all is sleeping -...
Hi Tor - patch looks sensible; any joy if we reduce the COMMAND_DELAY to say 10ms instead of 1000 ? perhaps we need some time to make progress in the...
Sorry AshErgon - Christopher is already working on this; and some notes in more detail: ``` * Step #1 + ensure capabilities end-point will tolerate a WOPISRC * Step #2...
Hi Vivekkumar ! thanks for the nice patch; I think there is a lot more sharing with run-callgrind, run-valgring, run-gdb etc. that would be good to cleanup too. Also -...