Dan Onoshko
Dan Onoshko
Hi. Every time when i'm restarting container with transmission, transmission settings are resetting to defaults. Why? Also link to env variables in docs is not working: https://github.com/truenas/charts/blob/master/library/ix-dev/community/transmission/README.md https://github.com/onedr0p/containers/tree/main/apps/transmission - 404
This option is prevent to change keys in non-plain objects. For example: this breaks Moment.js object, with this option - all ok.
``` lwip.open("./jpeg.jpg", (err, image) => { image.batch().blur(1).writeFile("output.jpg", (err) => { console.log("done") }) }) ``` 
### Describe the bug 1. Select file on Jellyfin for AndroidTV that requires audio transcoding 2. Player shows error that error encountered Look like [this issue](https://github.com/jellyfin/jellyfin-androidtv/issues/555) is still relevant. Proposed...
Hi. I had issue with battlenet scanner - it didnt work. I made quick fix for my self: ```diff def get_flavor_from_file(game_path): - game_path = game_path.replace('\\', '/') + game_path = game_path.replace('\\',...