nitroxis

Results 11 comments of nitroxis

Yes, binary size is indeed pretty small. I think `wasm-pack` applies some wasm optimizer on the compiler output, maybe that helps. As for performance, using SIMD in wasm would probably...

Proposal for changing [the check](https://github.com/Zygo/bees/blob/124507232fe5682c8b6ebe80632c33eccefa8e29/scripts/beesd.in#L113-L118): ```bash BEESHOME_FSTYPE=$(stat -f -c %T "$BEESHOME") if [ "$BEESHOME_FSTYPE" = "btrfs" ]; then if [ ! -d "$BEESHOME" ]; then INFO "Create subvol $BEESHOME for...

The screenshot was made with the current release version from their GitHub (v0.9.2). I've checked again - it is indeed all three `GPU Memory ...` metrics that are the same....

The other `ohm_gpunvidia_...` metrics appear to be working correctly.

The nightly build still has this issue.

Strange, if I compile it myself and launch it in the debugger, it works fine.

I've looked into it a bit more and it appears that it is related to whether the program runs as a normal process or as a service. Running it with...

It might be related, though it is strange that all other NVIDIA metrics appear to be working fine, it is only those 3 that are wrong. If it were some...

At first I had the same error (`rt is undefined`), however, in newer Grafana versions (9.4.7 for me), the error changed to *something else* is undefined. I was able to...

I can try. I don't have plugin signing set up which is required to load it without enabling unsigned plugins in Grafana.