Jake Howard
Jake Howard
I think this is caused by https://github.com/selfhostedshow/show-notes/issues/23
> How "far" do you picture this framework going? No where near Celery, at least not for a while. The vast majority of this proposal is about writing the glue...
> We can only really enqueue/delay globally importable functions I don't think I can encode this in the type signature, but yes the function will need to be global. I...
> The serialization should be swappable I had intentionally not included support for this. If a given backend doesn't support pickle-based serialization, shoe-horning it in can be quite difficult and...
Because one feed fails, this means the entire site isn't being updated correctly.
Spellcheck isn't enabled on `type="password"` inputs. This issue only affects inputs which use a "Show password" toggle to change the input to `type="text"`. I don't believe the admin inputs do...
`pkg_resources` is no longer included in virtual environments from Python 3.12 - making this PR required to run on 3.12. Alternatively, manually installing `setuptools` (`pip install setuptools`) also solves the...
Speaking from my experiences on #86, I often forget to update the `Last-Modified` field. Sure, it's useful as a marker for "when did this content notably change", but you can...
Had a look into this for file-based attachments, and it should be reasonably simple to implement: - Custom document model, so the Airtable attachment id can be stored for future...
In a similar vein, being able to change the alerts for checks in groups would be ideal too. For example, we have some more platform-level checks which only need to...