Richard Hozák
Richard Hozák
`` includes `fmt/format.` which is already included in `loguru.hpp` and also includes ``: https://github.com/fmtlib/fmt/blob/master/include/fmt/ostream.h. > One of the stated goals of Loguru is to keep the number of headers it...
Came across this today too during a code review, did not know what `"\u{000D}"` meant, when I looked it up, found out it was `\r`. What we needed to do...
I've created [`bevy_file_dialog`](https://github.com/richardhozak/bevy_file_dialog) plugin for file dialogs using [`rfd`](https://github.com/PolyMeilex/rfd) and Bevy's `AsyncComputeTaskPool`. I've only tested it on Linux, but it uses cross-platform apis from `rfd` including `rfd`'s wrappers for wasm,...
Reading this https://projects.blender.org/blender/blender/issues/43025 hints that it could be sRGB or linear, so yes, probably should be an option.
Yeah, if I remember correctly what i was trying to solve is to send messages as they are being received, which would probably be handled better by splitting channel into...
I will try to get to this next weekend. We need to carefully evaluate the fixes and new features we have accumulated over time and see if they still apply...
@sopium Looks very cool, I got inspired by your work and started rewriting all of webview to Rust so we can continually improve it, I started with gtk which seemed...
Sure, I will definitely try to integrate it some way. I really really tried hard to use winit, but unfortunately, you cannot use it for all platforms, it is easy...
There seems to be some build issue I cannot yet reproduce when building in docs.rs: https://docs.rs/crate/web-view/0.7.3/builds/353813
Thanks for the report and provided pictures, I am able to reproduce this. Will look into this. cc @FreeMasen might know more