Eric Butler
Eric Butler
This works for me: https://github.com/codebutler/homebrew-brew/blob/master/Formula/pagekite.rb ``` $ brew install codebutler/brew/pagekite ```
I can open a PR upstream or you can create your own "tap". https://docs.brew.sh/Taps
Hi, what are the concerns with using `Literal`? Here is how I monkey-patched this for reference: ```python from typing import get_args, get_origin, Literal _orig_get_discriminator = UnionField.get_discriminator def _get_discriminator(self, tp: type):...
Something like this could be used to automatically restart the environment as well: https://github.com/acouvreur/sablier
@wmaciejewskimer Hi, could this please be merged in soon? There's a bug in the latest release that prevents defining custom backends, and I confirmed this PR fixes it. The [bug](https://github.com/merixstudio/django-trench/blob/develop/trench/settings.py#LL34C9-L34C89)...