msrd0

Results 197 comments of msrd0

Looks like that could be a small change here too. PRs welcome.

We give you the choice of using reqwest or surf as the HTTP client. I know that reqwest supports gzip encoding, and I'd assume surf also supports it. Either way,...

In case there is no reason for this lower value and it is indeed a mistake I could create a PR, just let me know.

I have exactly the same problem as @G2G2G2G. I couldn't search messages, tried to reset the index and now it cannot be recreated. I've installed element through the official ArchLinux...

I also ran into this bug when changing the amount of an item with a subfactory attached. ![Screenshot_2024-01-02-13-10-44](https://github.com/ClaudeMetz/FactoryPlanner/assets/7853372/66c2c5d6-49bc-497b-8e28-d5a8562f451a)

Hi, thanks for your contribution. Unfortunately I haven't been using this project neither C++ for a very long time, so I'm not interested in maintaining this project anymore.

Hm that sounds like some problem with finding some C++ library stuff. Pretty much impossible for me to debug without any way to reproduce the problem which starts with me...

Hi, thanks for your PR! I don't have a windows computer, so please add a CI test that compiles the rlottie crate(s) on windows so I can be sure that...

There's two examples on how to use the crate in this repo already, namely a converter to png and a converter to webp. I have no idea what egui is...

Those have been replaced with `rgb::BGRA8` and `rgb::RGBA8`, respectively. However, the problem with endianness remains, and I still have no big endian hardware to test on.