Mark Bakhit

Results 316 comments of Mark Bakhit
trafficstars

I would think the same applies to named closures as well. This would make the implementation for all function types the same. But to be bullet proof, would need to...

This one is kinda lower priority, since there's typically ways of working around this. In the interest of not perpetually overloading the scope of v1, this should probably be handled...

A quick test of using `pyjion.enable()` within `dispatch_single_view` has shown performance degradation, likely due to the `async with` limitations noted in their documentation.

## JSON Patch I tried doing some research, seems like there isn't anything else worthwhile on the python side. This is a promising [variant on NPM](https://www.npmjs.com/package/fast-json-patch). This raises a question...

See https://github.com/idom-team/django-idom/issues/31 for a relevant performance issue that will eventually need to be resolved. I believe it's going to be incredibly important for IDOM to support async components. In the...

We might get some performance benefit by pushing ReactPy into it's own dedicated backhaul thread (containing an asyncio loop). One thread per ASGI worker, which we can initialize within `reactpy:__init__.py`....

VS Code now supports auto-completion for TypeDicts.

I've expanded the concept of this one to `fallback` and `disconnect` as separate entities for flexibility.

Closing this in favor of #653