790680d498db
790680d498db
Press view code on atom-python-run extension page. Modify desired occurrences of `'call': 'python'` in `class Shell` of `lib/terminal.js` such that proper python executable is launched.
Press view code on atom-python-run extension page. Modify desired occurrences of `'call': 'python'` in `class Shell` of `lib/terminal.js` such that proper python executable is launched.
Same issue, maybe youtube has changed the export csv ? I don't have a way to verify it, but I looked at the code. In https://github.com/iv-org/invidious/blob/069e91d2a609b1df94bdfbb693335969b2a281d8/src/invidious/user/imports.cr#L33-L42 it seems that this...
> While optimizing the Dockerfile, I noticed that Debian is used as a base image. While it is stable, it is old-fashioned and outdated compared to some newer Debian-based images...
Your PR looks like a piece of nice work! I have one issue with it though, I think introducing a Makefile has some serious drawbacks: - it adds another complexity...
Same thing here, first permissions broke for the albums directory and now for cache. I understand that whatever this change is was probably a move in the right direction, but...
Discussion in a PR is good for contributors, but users cannot be expected to read every PR every time they update. Not all changes even affect a user in any...
Check out towncrier, and specifically how [this repo](https://github.com/reef-technologies/B2_Command_Line_Tool/blob/master/CONTRIBUTING.md#changelog) uses it and CI to enforce at least one changelog entry.