Hugo
Hugo
The `running` instructions are quite unclear, here's some feedback: > Restart (or start) your ibus. This can be done with the command ibus restart. This will fail right after the...
``` $ python2 setup.py Your platform is linux2 Traceback (most recent call last): File "setup.py", line 28, in import py2exe ImportError: No module named py2exe ``` After looking around a...
### Issues - [X] I have checked [existing issues](https://github.com/jose-elias-alvarez/null-ls.nvim/issues) and there are no existing ones with the same request. ### Feature description I'd like to run most of the invoked...
Hi! I've been thinking a bit about dex+systemd integration, and I've a kind-of-proposal, but would like to hear your thoughts before hacking into it. The idea is basically: - Ship...
gpgme is cool, because it simplifies configuration, works better with gpg-agent, and has nicer output, _but_, there seems to be no way to [encrypt-to-self](http://dev.mutt.org/trac/wiki/MuttGuide/UseGPG#TheCodeSourcerymethodofMuttsetupandexplanation). Would it be possible to add...
I'm using this to return some image data from a lambda: ```rust let resp = AlbTargetGroupResponse { status_code: 200, body: Some(Body::Binary(buf)), headers: HeaderMap::new(), is_base64_encoded: true, multi_value_headers: HeaderMap::new(), status_description: Some(String::from("200 OK")),...
Trying to use wifi with `iwd`, turns out some options are missing in the kernel: ``` CONFIG_CRYPTO_USER_API_SKCIPHER CONFIG_KEY_DH_OPERATIONS CONFIG_CRYPTO_ECB CONFIG_CRYPTO_CBC CONFIG_CRYPTO_DES CONFIG_CRYPTO_AES ``` Turning them on would be quick fix,...
Since django 1.11, `icon-unknown.gif` has been replaced with `icon-unknown.svg`. Because of this broken reference, `super_inlines` will crash when using some form of `ManifestStorage` on django >= 1.11.
`env.cache()` yields results with `django_redis.cache.RedisCache`, on Django 4.0, whereas it should be returning `django.core.cache.backends.redis.RedisCache`. I see this was fixed in develop via https://github.com/joke2k/django-environ/pull/397, but that was merged AFTER 0.9.0 was...
I'm using S3 with `ManifestFilesMixin` (it doesn't make sense to use S3 for staticfiles without it since invalidation becomes extremely complex and costly).: ```python from django.contrib.staticfiles.storage import ManifestFilesMixin from storages.backends.s3boto3...