Mark Bakhit

Results 316 comments of Mark Bakhit
trafficstars

[PyZMQ](https://github.com/zeromq/pyzmq) might be a decent option to communicate between separate ASGI processes.

We are likely going to develop [two file upload handlers](https://docs.djangoproject.com/en/4.2/topics/http/file-uploads/#upload-handlers). For small files, we stream the file directly to memory. For large files, we stream the file to disk (buffered...

We might want to transfer this issue to the `reactpy-router` repo

@rmorshea Can I add a `Todo (Docs)` column to the [GitHub Project's page](https://github.com/orgs/idom-team/projects/1/views/5) to prevent documentation tasks from cluttering the task list? It's hard to tell at first glance how...

Changing this to issue a plugin, and moving to V2.

@rishabhRsinghvi We do not use the GitHub issue assignment feature. Feel free to open a PR and link it to this issue.

I would just like to point out, if `idom.run()` is supposed to automatically refresh on file changes, then that is not working under Windows 10.

This will be resolved with the docs rewrite

As this isn't a crucial feature, it'll be a v2 milestone goal.