Mark Bakhit
Mark Bakhit
Blocked on https://github.com/reactive-python/reactpy/pull/1084
Blocked on - https://github.com/reactive-python/reactpy/issues/1198
My co-founder Ryan has largely been MIA for the last year, so I will need to take over development on core soon. In the next two weeks, I will be...
I'm leaning towards releasing a temporary solution to this problem. In an ideal world, we'd have a `login` function that can be used within event handlers. But due to being...
@rmorshea When you have time can you provide your opinion on this suggested API change? Will be folding it in to the next major release of ReactPy Django.
Blocked on idom-team/idom#786
+1 to `Overrides for cats, search IDs, search types, caps`. Recently switched over from Hydra and got a harsh reminder how awful some of my indexer's built-in ID matchers are....
Deleting/moving this comment from #20 --- I prefer a `html @ ""` syntax for all tagstrs more than the proposed `html""` syntax. Single letter keywords, such as `f`,`r`, and `b`...
But `html'mystr'` visually looks confusing/ambiguous. It's possible the Python community will have the same initial visceral reaction over it as they did with the [PEP for narwhal operators](https://peps.python.org/pep-0572/) `:=`.
I'll try and replicate this. Are you using `ServeStaticASGI` or the Django middleware? Is your Django project configured to use ASGI? Additionally, what version of chrome are you using?