Ryan Morshead
Ryan Morshead
Custom Javascript components could also benefit from the availability to serve static resources. A more general way to approach this would probably be to allow "Server Extensions" to add their...
@Kludex I'm running the server in a thread and want to block the parent thread until `Server.started` is `True` - examples from https://github.com/encode/uvicorn/issues/742 suggest sub-classing `Server` to accomplish this, but...
In fact [this comment](https://github.com/encode/uvicorn/issues/742#issuecomment-820348337) suggests a relatively similar change. In that case the `create_runner()` function returns a `Server` instance rather than accepting an already initialized one (as mine proposes) but...
I'd be happy to make the requisite changes once the choice is made to go with this PR over the other.
Thanks for looking into this so quickly!
Not working for me in JupyterLab either. The hash for the `onClick` handler is correct (as per the spec prior to https://github.com/nteract/vdom/pull/99). My guess is that there's something wrong with...
ping: @mpacer
@gnestor I'm a little too tired to take this in at the moment, but this is definitely interesting! I haven't followed everything that's gone on with `vdom` but is the...
@Casyfill I wrote https://github.com/rmorshea/idom to do just this - let me know what you think. *note: there are some slight differences in the event spec that I hope to get...
@casyfill That error is curious, I don’t seem to see that when I run it. Maybe a concurrency problem? Can you post an issue with the stack trace? And unfortunately...