Steven Silvester
Steven Silvester
Another relevant HN thread: https://news.ycombinator.com/item?id=24176455
Microsoft just released: "The Fluid Framework is a TypeScript library for building distributed, real-time collaborative web applications.". https://github.com/microsoft/FluidFramework. https://news.ycombinator.com/item?id=24417482
The tag naming is built in to releaser at the moment, based on the format used in several large projects that we looked at. I think we can either stay...
There is an arm64 version on conda-forge. There isn't a clean way for us to declare dependencies for a particular architecture as far as I know. psutil would have to...
Yep, and thanks for raising the issue with psutil as well
The `trio` and `curio` should be test dependencies are meant to be [optional](https://github.com/ipython/ipykernel/blob/dd65e4a6c8047fccb532c2563ada4ef8da093329/.github/workflows/ci.yml#L50), they are skipped in tests if not [available](https://github.com/ipython/ipykernel/blob/fc51ba4cccbc3b56323f9fc75f0ba631916812d9/ipykernel/tests/test_async.py#L31). I assume you're failing on test discovery on [ipykernel/trio_runner.py](https://github.com/ipython/ipykernel/blob/51a613d501a86073ea1cdbd8023a168646644c6a/ipykernel/trio_runner.py)?...
We've got a good deal of work to do across the board in how we handle event loops, cf https://github.com/jupyter/jupyter_client/issues/755
@ccordoba12, mind taking a look at this one as well?
Hi @daliagachc, if you'd like to try a fix and verify it in your environment, it should be a matter of adding a `loop_qt6` function and exit handler similar to...
Hi @kloczek, we have `nose` as a [test](https://github.com/ipython/ipykernel/blob/3997621ede84607a34994c2065ece632ab3783ba/setup.py#L79) dependency.