Cyril Michel HANSEN
Cyril Michel HANSEN
> As far as I remember, we strip all EXIF data in the conversion process. I'm not certain whether adding an optional setting to keep the data is easy to...
I created a chromium issue also but not very hopeful : https://bugs.chromium.org/p/chromium/issues/detail?id=1249385
Hum... Deprecation of EXIF metadata seems real. There is a debate in the chromium issue saying that the AVIF/HEIF container format has its own orientation / mirroring metadata and that...
I plan to use this component and I now understand that button labels are hardcoded in the source code. Now looking for a workaround.
ok following the Readme : wizard.getNextButton().setCaption("Seuraava"); wizard.getBackButton().setCaption("Edellinen"); wizard.getFinishButton().setCaption("Valmis"); wizard.getCancelButton().setCaption("Peruuta");
Speaking of NIH for i18n support, https://wiki.musl-libc.org/alternatives.html recommends using https://github.com/sabotage-linux/gettext-tiny (MIT licensed). Would this library also work in combination with cosmopolitan ? Edit : It seems that gettext-tiny is some...
Hi, I am also interested in reducing runtime dependencies while using Mir, but I really don't understand what is requested here. Traditionally, the syscall interface is a stable ASM interface...
> Hello @cyrilmhansen! When you say "Mir runtime", I suppose you are talking about the loader and the backend itself? > Yes I meant the support code included in the...
> Oh! I get it now! You mean the actual Mir! I don't understand, however, what you mean when you say that "it relies on dynamic linking". Do you mean...
> You could create a new issue from this reply, as either way, the issue you mention is a different problem than this one. We could continue the conversation there!...