-
Thought people curious about the Scheduler Cythonization effort might be interested in getting a glimpse of what the code generated by Cython looks like. Using commit ( https://github.com/dask/distrib…
-
:wave: what are your thoughts on supporting the `Literal` type?
-
Any consideration being given to supporting Attrs (https://www.attrs.org/en/stable/index.html) as a mechanism for Structs? It would be nice to leverage already existing attrs classes instead of refact…
-
The schema handling logic and struct objects aren't MessagePack specific, and could be adopted for other protocols. This would allow an application to switch between JSON and MessagePack, while making…
-
Hi all,
I don't have enough knowledge about test code in Jupyterlab. I am trying to developed test code for my custom kernel. I am getting bellow error when I ran test code using python3.
Error …
-
I'm thinking running with the latest 2 python releases is good enough while we're in hackzor-alpha-beta-experimental project mode. We'll need an actions update to include 3.10 and will likely need som…
-
Catch-all issue for tests failing like `OSError: Timed out trying to connect to tcp://127.0.0.1:8786 after 5 s` while the client is trying to connect to the scheduler.
TODO: link other flaky-test i…
-
I was able to get basic funtionality integrated into a project but got hung up on not having an easy way to decode streamed `msgpack` data into objects incrementally.
`msgpack-python` offers the [*…
-
Running `jupyter console --kernel octave` crashes when attempting to get code-completions with tab.
The following error is produced:
```
Shutting down kernel
Task exception was never retrieved
…
-
[ormsgpack](https://github.com/aviramha/ormsgpack) is a faster alternative to [python-msgpack](https://github.com/msgpack/msgpack-python) and since speed is critical/required in Web/ASGI application I…