Miklos Vajna

Results 127 comments of Miklos Vajna

https://gerrit.libreoffice.org/c/core/+/175630 exposes the 3 new signing props also for the COOL convert-to endpoint. Example curl invocation: ``` curl -k -F "[email protected]" -F "format=pdf" -F 'options={"SignPDF":{"type":"boolean","value":"true"},"SignCertificateCaPem":{"type":"string","value":"..."},"SignCertificateCertPem":{"type":"string","value":"..."},"SignCertificateKeyPem":{"type":"string","value":"..."}}' https://localhost:9980/cool/convert-to > out.pdf ```

The above PDF signature is created, but the content is still problematic, https://github.com/CollaboraOnline/online/pull/10409 is the first fix to address that.

And 25.04.8.1 is now out. Additional improvements: https://vmiklos.hu/blog/sw-markdown-templating.html i.e. markdown templating, copying, pasting. I think we have a solid baseline for now, feel free to file follow-up issues for specific...

Could you please write a concrete example where you think the current code is not correct? https://github.com/vmiklos/plees-tracker/blob/aad0bfec96fcfb5ff08c02723f921553aec68cb1/app/src/main/java/hu/vmiklos/plees_tracker/DataModel.kt#L429-L445 is the current code, i.e. the assumption is that a sleep belongs to...

Hm, so let's say you plan to sleep from 22:00 to 6:00, but in practice you have a 22:00 -> 22:55, then a 23:00 -> 6:00 item and you would...

I'm trying to find something actionable in your request that is not controversial. :-) In general, we show the average of daily sums as a stat on the screen, so...

> A button accessible from the lock screen (just like music players have a pause button there) would be better Hmm, I'm not sure random apps can add widgets to...