msrd0
msrd0
When I use a custom format string, it used to still put the default icon for that block before it. This seems to have changed in the 0.30 release. Now,...
 No idea why the code block is messed up, but it makes the link section render as a code block...
Currently, this project relies on the rlottie C library to be precompiled and `pkg-config` to be able to find it. This seems to be incompatible with windows. I see two...
Currently, rlottie-sys will always load `libclang.so` at build time which is unsupported by rustup's static musl toolchain. To fix this, we need to detect a static-only toolchain and disable the...
I should test the [`Argb` struct](https://github.com/msrd0/rlottie-rs/blob/main/src/lib.rs#L20) and [`Rgba` struct](https://github.com/msrd0/rlottie-rs/blob/main/lottie2gif/src/lib.rs#L16) on platform with different endianness from linux to verify it works. For now, we emit a warning from a build script...
I have the following code: ```rust #[widget] impl Widget for MyWidget { // ... view! { gtk::Box { orientation: Orientation::Horizontal, spacing: 10, // ... gtk::ToolButton { hexpand: false, clicked =>...
I have a cursed input file (that I do not control, obviously) that uses `\r\r\n` (hex `0D 0D 0A`) as newlines. This makes the parser produce rows that are (a)...
Ubuntu precise does not contain qt5. Please include [ppa:immerrr-k/qt5-backport](https://launchpad.net/~immerrr-k/+archive/ubuntu/qt5-backport) to the whitelist. It contains qt5.4 packages backported to ubuntu precise.