Dan Onoshko

Results 27 issues of 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") }) }) ``` ![](http://puu.sh/mWrL2/d35fbf3619.jpg)

### 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...

bug
playback

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('\\',...