Thomas Kluyver
Thomas Kluyver
Building sdists without setup.py is now the default behaviour.
Ubuntu 16.04 is no longer in support, so hopefully everyone now has a new enough version of git to avoid this. If not, you can now describe what you want...
Don't forget that the spec allows for version (along with most other fields) to be dynamic, so reading it directly from `pyproject.toml` won't work for every package. But obviously where...
No, not particularly. I just spotted an easy way to improve performance in the samplingplan module, and so I profiled the rest of an example to see if there was...
> I don't know how h5py achieves this either, exactly, but I assume it must be compiled against the python interpreter and really asks it to call the (dynamic) methods...
Was dropping the tokenless upload feature just an unintended side effect, as #1068 seems to imply? Or is there a reason it's no long desirable? I accept that as a...
Thanks Rohan! > Tokenless upload should still work for v3. It does! :smiley: But at some point fairly soon the v3 action will stop working entirely, unless it's updated to...
:laughing: OK, maybe I'll just pin 3.1.5 and see how long it carries on working for.
Subscribing with an interest in two more protocols that work this way: Jupyter messaging, with request/reply on ZMQ sockets, and DBus, where request/reply on a Unix socket is mixed with...
I've drafted out a rough implementation for D-Bus, and I'd be interested in feedback. It's entirely possible that there are massive bugs that haven't occurred to me. https://gitlab.com/takluyver/jeepney/blob/trio/jeepney/integrate/trio.py - I've...