Fran Hrženjak
Fran Hrženjak
For me personally, having all the `model_*` fields mixed up with user-defined fields is a terrible terrible DX. Every time I use a debugger, these fields get in the way...
Main selling point for me was django-admin integration. Plus the ORM broker, but this is secondary (for my current project, anyway). Celery has deprecated its admin integration in favor of...
One thing that CSS stylesheets can do that inline style cannot is play with pseudo-elements and pseudo-classes (`:hover`, `::before`, etc.) And another thing that is not supported via Dash's `style*`...
Another random dev here, I keep returning to docopt. Alternatives are just so much less intuitive and feel bulky. If I need validation, I don't mind a bit of duplication,...
So basically, if I understood correctly, the main concern is that brokers might be too slow. The architecture looks really really nice, but I can't say I fully understand it...
Personally I’m just resigned to using Celery, even on projects where it is an overkill of criminal proportions. There are some hacks to make the setup simpler, e.g. https://www.distributedpython.com/2018/07/03/simple-celery-setup/ This...
P.S. I just noticed it should say "min width" in the dropdown 🤦
Thanks @craiga ! Merged it in. I didn't have time to / need to address the suggestions yet, but they definitely look valid to me.
This seems to work half way, because the default value inside `` is never rendered. I expect to see `hey this should be replaced` but only getting `hey`: https://formkit.link/93051cc750eed2727b63c312c3611637 Any...