James Brock
James Brock
I just pushed some `flake.nix` improvements to **master** so you should be able to `nix develop` now? I don't have a Mac so can't test it but I think it...
Yes it was intended this way. Maybe there is a better way. 1. For each `*.proto` file we generate one `*.purs` file. 1. I like `Shapes.proto` and `Shapes.Interproc.purs` to be...
#192
Oh yeah I've seen that too. I opened an issue with JupyterLab https://github.com/jupyterlab/jupyterlab/issues/13383 But you're seeing it on classic Jupyter so you're probably right that the problem is in `jupyter_client`...
> Unfortunately it looks like you've moved to a monorepo setup, and the registry does not yet support monorepos and won't for some time. Yes that's right, except actually we've...
For future reference in this conversation here is the explanation of the polyrepo structure: https://github.com/rowtype-yoga/purescript-protobuf#contributing
Yes, thanks for opening this issue. This is a limitation of the hot-reloader, which should be documented and fixed. The hot-reloader cannot reload the component which contains the `Window`. In...
Published new docs with a note about this https://pyedifice.github.io/developer_tools.html#dynamic-hot-reload
Hi @rsyring , thanks for the bug report. It's true, the hot-reloader is very unreliable and I should spend some time on it.
Ah, the `Video` requires `PySide6-Addons` instead of just `PySide6-Essentials`. For that reason I think maybe the `Video` should be part of `edifice.extra`. Have to think on this.