Daniel
Daniel
@hugovk there is a guide on the shields GitHub repo on [how to add a badge for a service](https://github.com/badges/shields/blob/master/doc/TUTORIAL.md)
The last commit to the [`matroska`](https://github.com/quodlibet/mutagen/commits/matroska) branch was in 2014. Anyone know the state of the implementation by @LordSputnik, and whether there were major challenges, or if it is even...
I'll take this up.
There is ongoing discussion about what the values for this should look like, or whether this variable should even exist right now in [opentelemetry/opentelemetry-specification#920](https://github.com/open-telemetry/opentelemetry-specification/issues/920).
As there was a question on the linked PR #1069 I will post a quick update here. I wanted to wait for the open spec issue [opentelemetry-specification#920](https://github.com/open-telemetry/opentelemetry-specification/issues/920) regarding standardising the...
Looking at the [documentation](https://dateutil.readthedocs.io/en/stable/parser.html#dateutil.parser.isoparse), the following seems to be the root of the issue: > the date and time portions are separated by a single character separator, which is T...
@immanuelfodor the last sentence in my previous comment was meant as a note regarding a possible implementation of a check for such an error. While `isoparse` does not guarantee that...
@immanuelfodor It seems `isoparse()` originated from issue #424 as an inverse of `isoformat()` (also see PR #489). Note the emphasis in the original issue: > If you _know_ you've got...
@pganssle, I would also like to know whether there is anything new. `dateutil` was [supposed to have already stopped supporting python 2](https://python3statement.org/), but this discussion seems to have ended almost...
Definitely sounds good to me. I haven't really looked at the milestone yet but I'll see if there is something in there I can help with. I have also just...