-
### Is there an existing issue for this?
- [X] I have searched the existing open and closed issues
### Current Behavior
When a 2160p SDR file is imported and renamed, if the `MediaInfo VideoD…
-
_version 0.5.2.5 (Ckan)_
I saw than `core::testing` give use access to what seems to be tools for unity test.
Since it's a better practice to test our code, I want to give it a try.
So there is…
-
# Feature or enhancement
`int.__floordiv__` and `float.__floordiv__` are the only two builtin implementations of the `//` operator.
This is to make `float.__floordiv__` return an int, so that the …
-
[16-Jan-2020 11:49:06 UTC] ERROR on get http://10.4.13.80/avideo/plugin/CustomizeAdvanced/advancedCustom.json.php false
[16-Jan-2020 11:49:07 UTC] ERROR on get http://10.4.13.80/avideo/plugin/Customi…
-
# Server Setup with traefik and docker-compose | blog.kilian.io
[https://blog.kilian.io/server-setup/](https://blog.kilian.io/server-setup/)
-
When I download a video, the length of my downloaded video is different than the video on the internet.
For example: twitch-dl download https://www.twitch.tv/videos/2089705076
gives me a time th…
-
PyYAML 6.0.1
```
>>> yaml.load('{1:2}', yaml.Loader)
{62: None}
>>> yaml.load('{1: 2}', yaml.Loader)
{1: 2}
```
The 1st case should throw a parsing error and I don't even know how 62 got …
-
Hi,
I've encountered an issue because of the sexagesimal support in Yams. When you work with scalars, you can expect the `Int` initializer to return `nil` in the following scenarios:
```swift
…
kean updated
8 months ago
-
Translations can be added on Weblate:
- In app strings: https://hosted.weblate.org/projects/trail-sense/trail-sense-android/
- User guides: https://hosted.weblate.org/projects/trail-sense/trail-sens…
-
Hi !
First, many thanks for this mod ❤️.
Here the code :
```
use { Vessel } from ksp::vessel
pub struct Stage(vessel: Vessel) {
ship: Vessel = vessel
}
impl Stage {
fn partial…