Alexandre Truppel

Results 54 comments of Alexandre Truppel

I'm having the same problem too... All entities created by jellyfin are always disabled.

This is a +1 for me. I would prefer `.to_int_rounded()` to `.round() as XX`. Also, maybe we could have instead `.into_rounded()` that would convert into the correct integer type? Like...

> This is agianst IEEE 754-2008, where it specifies multiple ways of converting floating point numbers to integers, instead of just one. Maybe I wasn't clear. I'm not proposing only...

+1 for this feature as well! I think it's basically the only feature I'm missing from Spotify that I can't live without.

Correct, currently it only automates setting the values on the web UI from the JSON file.

Thanks! > I'd prefer if it'll automatically make a request to the server and update the config though. I agree. I can either copy the code from `handleSave` (not very...

It seemed to me like `handleSave` was doing more than just calling the API (ex. showing a notification, etc), so I just figured out how to call it instead.

> that probably won't work. the config file might be a partial but the update method requires the entire thing I believe that's what this code in `handleSave` does: const...

> that only overrides entire config sections Ah yes, that's a good point. Handling that requires changing that code in the `handleSave` function.

> When you need to use bind that usually shows bad data modelling Right, I'm not familiar with Svelte best practices but it did seem like this functionality would be...