Sjoerd de Vries
Sjoerd de Vries
I have an asyncio-based server application. During development I can do live introspection and debugging using ipython: ```bash ipython -i server.py -- [server args] ``` While during production, I do...
**Describe what happened:** 1. The host opened an SSH remote VSCode session via Remote Explorer. 2. The remote session was LiveShared with a guest. 3. A terminal was opened and...
- Rename the cells to something more informative. - Add a simple empty CSS file, already to the status graph workflow
In particular, seamless-client.js, but also other Seamless projects. Regenerate web ctx for examples!
In particular, in relation to load_project: - translate - save_graph - save_vault - ...
It seems that IPython 8.5 destroys the event loop every time. Does not occur with IPython 7. For now, revert to IPython 7.33
Example: ``` ctx.a = Cell("int") ctx.b = Cell("str").set("test") ctx.compute() ctx.a.checksum = ctx.b.checksum print(ctx.a.status) ``` Error message only comes with ctx.a.value.
Requires the workflow to be restarted several times. Evident in /home/sjoerd/data/work/RRM/rrm-alphafold-extract-backbone.py . No detectable error message. Database.py goes over 100 % activity constantly, this may well be the cause.
Contexts that are arguments to library instances can easily do the wrong thing. The following problems exist: - You can't mount or share cells in a library context. Solution: When...
For some reason, my laptop runs into this Conda bug when building seamless-framework https://github.com/conda/conda/issues/11442 whereas the desktop machine (newton) does not. Even though I see no differences in the installed...