-
## Checklist
- [x] I'm reporting a broken site support
- [x] I've verified that I'm running youtube-dl version **2021.06.06**
- [x] I've checked that all provided URLs are alive and pla…
-
### Describe the bug
Using schema
```graphql
type Blog @model {
name: String!
awsDateTime: AWSDateTime
}
```
Run below sample code
```swift
let models = [
try Blog(name: "1", …
HuiSF updated
2 years ago
-
When dealing with weeks, it would be very convenient to be able to store the ISO week and ISO year together, so that operations could be made on these in a strongly typed manner.
I'm not sure how t…
-
Similar to the implementations for `Date`, `Time`, `DateTime`.
-
I have a few large queries that are causing me issues. I originally had some larger queries with a lot of wildcards that would cause me errors like this:
````
"error": "find failed, can't expand glo…
-
There are already some issues / PRs related to this (eg some upstream failures are also listed in ), but I thought it might be useful to have a dedicated issue about this.
Pandas released a 1.4.0rc…
-
I've seen [another link checking tool mention response caching](https://github.com/stevenvachon/broken-link-checker#cacheresponses):
> URL request results will be cached when `true`. This will ensu…
-
https://en.wikipedia.org/wiki/ISO_8601#Durations
See the following snippet:
```
>>> s = "P12YT0H0M"
>>> str(isodate.parse_duration(s))
'12 years, 0:00:00'
>>> isodate.parse_duration(s).total_s…
-
### Checklist
- [X] I'm reporting a broken site
- [X] I've verified that I'm running yt-dlp version **2021.10.22**. ([update instructions](https://github.com/yt-dlp/yt-dlp#update))
- [X] I've checked…
-
Momentan haben wir unterschiedliche implizite Felder mit Länge in Minuten, usw.
Damit die Kommunikation in der API immer gleich ist, sollte auch die Durations nur als ISO8601 dargestellt werden.