Shayne Hartford

Results 158 comments of Shayne Hartford

Package managers like pip and npm are for managing packages for their respective languages, not system packages, system packages should still be packaged by each systems respective package manger via...

Either click merge or transfer the repository to someone else EDIT: Or archive/delete the project so people get an npm warning about using a broken package. EDIT2: To anyone reading...

[email protected] dropped support for Python 3.6 https://github.com/encode/starlette/pull/1616

Yeah this version change would require following and dropping Python 3.6 support

Python 3.6 reached EOL and stopped getting security patches 7 months ago, so it's probably for the best to drop support.

I don't see a way to disable it, so maybe a feature request upstream, but there's the -f flag, we can just point it to /dev/null to void it

As a better alternative to the Discord Linux Client, you may prefer to just use chrome/chromium The command `chromium --app=https://discordapp.com/app` works very well It even has better screen sharing support...

I found this electron wrapper, the only downside I can find is video/screen capture doesn't work https://github.com/Macil/discord-tron If they could get that working it would probably be the best alternative...

I was considering it, though I need some sort of way to have it use an existing chrome browser (chrome, chromium. ungoogled, vivaldi, etc), so maybe a build script for...