nitroxis

Results 7 issues of nitroxis

Hi, currently, the `beesd` helper script always tries to create `$BEESHOME` as a subvolume (or checks whether it is one). However, it should be fine to have `$BEESHOME` set to...

The PInvoke generator seems to use the wrong enum base type (or else, it generates values that are not always signed ints). One example is the `FT_Glyph_Format` enum from `freetype`...

Hi, I just noticed that OhmGraphite reports an incorrect total GPU memory size when there are multiple GPUs. OhmGraphite's prometheus endpoint reports: ``` ohm_gpunvidia_bytes{hardware="NVIDIA GeForce GTX 1060 6GB",sensor="GPU Memory Total",hw_instance="0"}...

Hi, I've created a small wasm demo based on `jxl-oxide`: https://gitlab.com/nitroxis/jxl-wasm. The main code is based on `jxl-oxide-cli` and works by transparently transcoding JXL files to PNG inside a ServiceWorker....

This fixes a JS exception that is currently breaking custom palettes in newer Grafana versions for me.

Hi, I think the `--test` mode of `himecc` doesn't work properly. Using this trivial grammar file: ``` grammar Test { options { Axiom = "expression"; } terminals { A ->...

Hi, I would like to use this crate in an embedded project, but it currently requires `std`. Having `no_std` would be really nice.