Florian Märkl

Results 123 comments of Florian Märkl

Please post some logs. What is the exact error/behavior you see?

The `protobuf-nanopb-static` is supposed to be a cmake target that comes from the submodule in `third-party/nanopb`. I would expect more errors before if the submodule was missing so this is...

Configuration should be in `~/.config/Chiaki/Chiaki.conf`. I am also working on a small json format so you can transfer between both Android and Desktop clients, but if it's only about desktop,...

On macOS it should be `~/Library/Preferences/com.chiaki.Chiaki.plist`, however it is a different format there.

`~` is home in unix shells. On Windows it should be somewhere in the registry, as described here: https://doc.qt.io/qt-5/qsettings.html#locations-where-application-settings-are-stored Import/Export for the desktop client is planned.

This is not yet implemented, but from what I have seen the protocol supports it so it should be possible in the future.

The problem is only time.

The main issue here seems to be the black background. Since your native theme is light-ish and it detects that, which can be seen by the fact that it uses...

Can be reproduced with a raw binary blob, rather than e.g. an elf

A suggestion since you are currently working on it: I think now it would be better to put tests in `/test` instead of `/src/test` to clearly separate them from the...