Sergey Podobry
Sergey Podobry
@dzek69 Yes, but AFAIK the sandbox runs only the UI part (frontend) of electron apps while the main part (backend) runs unrestricted. I don't know the KeeWeb architecture though. Anyways...
@u1F992 Yes. Thank you for the [minimum example](https://github.com/u1F992/raspi-pico-plog) of using plog on Raspberry Pi Pico! The plan is: - add Arduino-specific appenders - make a working [Arduino](https://github.com/SergiusTheBest/plog/tree/master/samples/Arduino) sample (now it's...
@u1F992 Yes, Appender should be able to work with different Streams. Your implementation is good. `_GNU_SOURCE` enables non-POSIX `vasprintf` that is available in GNU and BSD. I think the correct...
@danieldietsch Just to clarify: do you use `char8_t` or `char`?
@danieldietsch The Windows way is to use `wchar_t` everywhere. How did write a log to the file?
@danieldietsch I'm adding support for UTF8 everywhere. It will automatically detect `/utf8`.
@danieldietsch @vglavnyy Support for Utf8Everywhere and char8_t is merged to master.
The issue is fixed!
A new release is ready!