Michael Schmidt

Results 215 comments of Michael Schmidt

Custom themes are planned eventually, but it will be a long time until then. We currently use a UI library that uses CSS-in-JS, so CSS overrides are pretty much impossible...

> Currently you can't even load/inject your own css that will override resulting html layout? No. It wouldn't be useful anyway. Because of the CSS-in-JS library, nothing has useful class...

>what have you looked at so far? Me so far: all libraries in pypi.org with the dds tag. I also tried looking for C/C++ libraries, but couldn't find anything multiplatform...

Wand requires, well, [Wand to be installed](https://docs.wand-py.org/en/0.6.5/guide/install.html) onto the user's system, so it's not really useful to us even if it can read them.

This seems interesting, but I'll have to test it. Cuttlefish uses [FreeImage](https://freeimage.sourceforge.io/features.html) to load DDS files and that library doesn't specify which DDS formats are supported.

Just tested Cuttlefish CLI. It can't output PNG, so we'd have to write bindings for it ourselves. About PRing pillow: Have fun. Decoding is implemented in C. You can look...

I think you severely underestimate the complexity of DDS formats, but please prove me wrong. It would be awesome if that worked.

@iwubcode Sorry, that's not what I meant. I wanted to use Cuttlefish without making bindings for it, so I looked at the CLI. If the CLI was able to output...

Do you mean the `trueOnce`?

IMO, we should just drop 3.10. We already excluded it from CI tests, because it caused problems, so it's already partially dropped.