msrd0

Results 93 issues of msrd0

**Describe the Bug** **Steps to Reproduce** 1. Finish a sudoku 2. "Click" the home button (on my phone that is swipe up) 3. Get an error instead of the home...

bug

By default, `rlottie-sys` will keep searching for system-installed rlottie via pkg-config. If not found, it will download samsung's source and compile. Disabling `vendor-samsung` disables it, enabling `vendor-telegram` instead downloads telegram's...

When building both gif and webp converters, all binaries produced link against libwebp. In theory, only lottie2webp needs that library. But the compiler doesn't know that.

My version of #45. I've removed the `cross` command, cross-compiling everything with clang/mold which are mostly target independent. Unlike #45, this version can compile `aws-lc-rs` (but not `ring` on 32...

We even enabled the `dns-over-h3` feature already but apparently nobody ever added the downstream option.

We have a few outdated dependencies that we should update ``` $ cargo outdated -R Name Project Compat Latest Kind Platform ---- ------- ------ ------ ---- -------- ariadne 0.3.0 ---...

We should reload certificates if they change on disk. It looks like hickory-server currently treats certificates and private keys as immutable https://github.com/hickory-dns/hickory-dns/issues/2718

enhancement
no breaking change

With the bullshit that is the US right now and the fact that GitHub is hosted in the US and run by US company Microsoft, I am afraid about both...

It's probably just the last change (i.e. preventing `//` in the url) and it should be done not only for upload but for all http requests. But the other two...

I was trying to run exactly two of my benchmarks by running `cargo criterion -- foo1 bar2`. Unfortunately criterion complained about the second parameter and the help message of the...