Alexander Reynolds
Alexander Reynolds
### Problem Voilà's loading screen gives good feedback that the notebook is running, but "Executing `i` of `n`" does not describe what the notebook is doing. Eventually a user of...
### Description Offline installations of a package with a VCS URL dependency fails even if the dependency is already installed. This happens because pip tries to pull the VCS URL,...
It would be great if there was a way to interrupt and/or cancel the enqueued tasks. One method to accomplish this might be to have a `threading.Event` object which you...
It might be nice to have a command to sort the messages inside a file (by log or publish time, or perhaps both). Apparently there is ongoing work to support...
**Public-Facing Changes** This PR proposes a new well-known encoding to the spec for MIME types. **Description** Channels that pass data without a schema may contain content with a known MIME...
See https://en.wikipedia.org/wiki/ISO_8601#Durations This seems like a relatively easy thing to implement. There are some edge cases to consider (it allows a fractional component for the smallest time period specified which...
### Describe the bug The markdown parser gets confused on `
When creating a context from the command, the context settings were not propagated, which means that some options set on the command would be ignored. To illustrate: ```py import click...
I could not find documentation which stated the allowed precision of datetimes. The docs link to the [wiki article for iso8601](https://en.wikipedia.org/wiki/ISO_8601#Times), but the standard doesn't state a limit to the...
Currently it isn't possible to use protarrow with a protobuf that is self-referential. For example, neither of these two protos will work: ```protobuf message LinkedListNode { string value = 1;...