SamusAranX

Results 26 comments of SamusAranX

Is there no other way to influence which rust version gets used? I don't know if I'm comfortable having a *second* file with a pinned rust version around when all...

https://github.com/SamusAranX/ThermoServer/tree/2004c212967512526ea9c4b510a9ccf9dd57f64c/bme680 I hacked together enough support for the BME680/688 to be able to read temperature, pressure, and humidity data. My chip's humidity sensor seems to be broken, so I can't...

Commit 3cc8a75 adds a graceful migration step.

The "Never" case is already implicitly handled, it's just that I left in the old warning message. As someone in the Discord remarked (don't remember the name, sorry, but they...

I put the methods in `ValueFormatUtils.cs` into formatter and parser `#regions` in the last commit. IMO this makes the code more readable as the parsers are only ever used by...

The last commit integrates #5056's changes but moves metadata update logic to two methods on `ApplicationMetadata`. Functionally, `ApplicationMetadata.UpdateTimePlayed()` (from an earlier commit in this PR) is now `UpdatePostGame()`. `UpdatePreGame()` wraps...

> This will probably mess with the bot. I didn't consider that. I can try drafting a PR for the bot to help deal with that. > we should probably...

Can you share the MIDI file and the soundfont, if a custom one is used? Can't guarantee anything but I'll take a look at it.

The error code returned by the system seems to indicate there's not enough memory to work with, which is something I haven't seen before. Are you running low on memory...