Kevin Brey
Kevin Brey
Here is a flexget task that subscribes to the rss feed for the official YouTube Music channel and sends new entries to the youtube-dl server for download. You should just...
Is there a reason to not use the [official arm python image](https://hub.docker.com/r/arm32v6/python/)? Also could you create a separate file for it, something like `Dockerfile.arm32v6`, rather than overriding the base one?
Looking into this more, it seems like the correct way to handle this now is via [`docker manifest lists`](https://docs.docker.com/engine/reference/commandline/manifest/). Going to look into this more to see the best way...
If you would prefer to handle this stylelint breaking change another way, please let me know. Stylelint does expose a `resolveConfig` function to get the config for a file; however,...
Superseded by https://github.com/manbearwiz/youtube-dl-server/pull/166
tested working with latest
I run into this when filtering the output of `Object.entries`. I find it much more readable to be able to reference `key` and `value` instead of `pair[0]` and `pair[1]`. Simplified...
https://openbenchmarking.org/test/pts/node-web-tooling
I was using this workaround but the type changes in 8.0.9 don't allow it https://github.com/storybookjs/storybook/pull/26824
I'm just sticking with 8.0.8 for now