PhasecoreX
PhasecoreX
If we use the fix in #265 (I tested using [greearb/rtl8812AU_8821AU_linux](https://github.com/greearb/rtl8812AU_8821AU_linux)), 4.19 will work correctly (the above errors are fixed), but we get new errors for 4.20: ``` DKMS make.log...
Manually cloning/installing it from that repo has fixed everything for me. I had initially disregarded it because I was installing it via AUR, which seems to be broken at the...
To me, it makes more sense to have new at the bottom. The option for it would be very nice. When you enter the app, you start somewhere in the...
When making my template engine, it was based on a mix of Jinja2 and Mustache. Ultimately, I wanted to use Jinja2, but couldn't figure out how to secure it. So,...
I think we should use [ImmutableSandboxedEnvironment](https://jinja.palletsprojects.com/en/3.0.x/sandbox/#jinja2.sandbox.ImmutableSandboxedEnvironment) instead of `SandboxedEnvironment`, just to be on the safe side. But also probably just extract out specific member attributes that are useful. Make a...
Hello! I don't think that the underlying Redbot/discord.py library supports that permission yet, as it is too new. Once it does I can see about adding this.
I'm not sure what parisni was specifically thinking of, but I'd also like this. I run [Authentik](https://goauthentik.io/) on my home server for managing the users for all of my services,...
@hrw Don't know if you're still interested in this, but I've fixed this on my own fork of this project here: https://github.com/PhasecoreX/pelican-minify. Works with Python3 and the latest Pelican version!...
I hacked away a few extra things in the process (pypi stuff, Travis CI stuff, parallel workers, etc.), thinking this project was abandoned. Later today I'll look into fixing that...
Made a pull request here: https://github.com/rdegges/pelican-minify/pull/15 It fixes this issue, along with some others that are Python3 specific.