Julian
Julian
… templates. # Type of PR (feature, enhancement, bug fix, etc.) feature ## Description See https://github.com/jonathan-s/django-sockpuppet/issues/59 ## Why should this be added Makes it easier to use. ## Checklist -...
# Feature Request Currently reflex attributes have to be hand-craftet inside the templates. A custom tag could help users to get these right. ## Is your feature request related to...
In my setup I would like to have a more complex url rewrite, e.g. ``` localhost:999/my/proxy/path -> service:xxx/totally/different/path ``` If this is already possible I missed it in the documentation....
In some use situations we just want to provide some dashboards about our twins (or only a specific twin). Grafana is a great tool for exactly that purpose but right...
In some scenarios one may record some kind of limited history in a twin like e.g. productivity of the last 12 hours. This can be modelled today with arrays or...
Hi, I started to write a draft about turbo-django for this years DjangoCon Europe (https://2022.djangocon.eu/talks/cfp/). Anyone interested in joining in? Here is a "snapshot": 
In @danjac Repository: https://github.com/hotwire-django/django-turbo-response is a nice set of utilities and helpers around StreamResponses and FrameResponses. This should be integrated in this Repository and the other one can be deprecated.
… configured settings instances This is a first draft implementation for #1001 to have a starting point for a discussion. See here for how this would be applied: https://github.com/pragmaticindustries/open-machine-plattform/tree/feature/new-launcher-with-pytest-fixes Especially...
We use a setup where we do not use djangos "default" initialization but create our own settings via Djangos `settings.configure(xxx)`. Currently this is not supported via pytest-django but a very...
Is this something that is planned to support?