Kevin Lacker
Kevin Lacker
If gfx.js is no longer supported and it's better to use iTorch or display now, how about saying that in the readme?
This workaround works for me. I think the current behavior is still a bug that should be fixed though.
I think something like this could be useful. What are the important use cases here? For performance logging it does seem useful to be able to insert some middleware after...
``` This part only gets shown if myCondition is true ```
It looks like this happens when you do a hmget on a key that doesn't exist yet.
Try sticking a print statement in right before the exception is thrown, and seeing what sort of object `this._subscriptions[name]` is. Seems like it should be something with a `dispose`, but...
For others running into this thread, to get a uv environment working inside VSCode: ``` uv add ipykernel uv run ipython kernel install --user --name=uv ``` Then - important step...
In my situation I didn't want to open a new project just for this notebook, I had an existing (non-python) project that I wanted to run the notebook inside. But,...