Mike Birtwell
Mike Birtwell
I'm a bit in the middle of a project at the moment, maybe in a couple of weeks I'll be able to carve out some time to do some artiq...
I also came up against this. For the record my solution was the following helper method: ``` def invoke(cmd, expect_exit=0, catch_exceptions=False, **kwargs): runner = click.testing.CliRunner() result = runner.invoke(cli, cmd, catch_exceptions=catch_exceptions,...
I've just pushed my modifications to miniquad to https://github.com/mbirtwell/miniquad (the last 3 commits) and my websocket library to https://github.com/mbirtwell/miniquad-websockets. The modifications to miniquad will only work on wasm and windows....
> But with current implementation it is possible to use only one type of custom events over the whole application, right? The intention is that the application author defines a...