Hugo
Hugo
This small change allows triggering a hook when any field for a model changes. Unlike `when_any`, this doesn't require enumerating all fields, which can be a pain for very large...
The README explains how to set up HTTP2 with TLS, but there's no indication of how to set it up without TLS. Just for context: my interest in doing this...
Secretservice entries have a "label". This is intended to be a human-readable description. It's actually called "Description" in UIs like seahorse, and the listing of existing secrets shows this as...
django-debug-toolbar picks up the main apps locale to determine it's language. I'd really like to override this via a setting. The app I'm working on is in Spanish, but it...
I'm using this code on my `tox.ini`: ```dosini [docker:postgres] image=postgres:13 environment= POSTGRES_PASSWORD=postgres ports=5432:5432/tcp healthcheck_cmd = pg_isready --username postgres healthcheck_retries = 30 healthcheck_timeout = 1 healthcheck_interval = 1 healthcheck_start_period = 1...
#### General informations - system/distribution (with version): ArchLinux (amd64) - offlineimap version (`offlineimap -V`): `offlineimap v8.0.0, imaplib2 v3.06, Python v3.10.4, OpenSSL 1.1.1n 15 Mar 2022` - Python version: `Python 3.10.4`...
There are sites that I never want in a specific container but rather "no container". While pages in containers have a "Open always in this container", there's no opposite option:...
**Describe the bug** I use 24hs time format, e.g.: without subtracting 12 after midday. In a few spots, the application doesn't respect this and uses the am/pm time format. **Times...
@WhyNotHugo [said](https://github.com/Lacerte/clima/issues/292#issuecomment-1116724838): > FWIW, the top date could actually read "Just updated" and then "Updated X Y ago", where Y in ["minute", "hours", "days"] and X is an int. @mhmdanas...
Hi! Thanks for the plugin, it's working really well and pretty useful (haven't finished exploring all the features yet either). I'm wondering if it's possible to somehow turn off spellcheck...