Noah Sherwin
Noah Sherwin
Anitomy–and Taiga as a result–detect Plex-compatible title schemes incorrectly. E.g. S03E18 (aka Black Clover episode 120) is detected as Black Clover season _1_ episode 16. EDIT 2 months later: This...
I got it working again after deleting `.\data\user\BinToss@kitsu\`. pre-purge [[email protected]](https://github.com/erengy/taiga/files/8148405/BinToss%40kitsu.zip) Unfortunately, I had cleared the log file without thinking of backing the contents.
The issues occurs with any file recognized by Taiga under certain conditions: 1. Taiga always behaves as intended during the first playback in a playlist. This can be any item...
Perhaps a smaller checkerboard pattern would better indicate the field's bounds.
@Trapov If you're still active, you should `rebase` and `push --force-with-lease`. That tends to have a cleaner history across repositories. If prasannavl rebased your branch manually or by using GitHub's...
So long as the user has the RedHat YAML language server installed and enabled, as well as the appropriate IntelliSense settings, I believe so. Visual Studio IDE's IntelliSense should work...
The existing GitVersion.json schema for the GitVersion *output* works for suggestions, I recall now. On Mon, Oct 11, 2021, 7:05 AM Asbjørn Ulsberg ***@***.***> wrote: > Sounds like a great...
https://json.schemastore.org/gitversion.json I'm not sure where it came from or who made it.
I can't recommend using one schema file for...two schemas. Ham-fisting a mix of incompatible values into a schema would confuse code editors that support JSON Schema matching. GitVersion expects 'gitversion.yml'...
I recently learned that one can specify a JSON schema via a "$schema" property in the JSON/YAML file. This property allows both URLs and local file paths. The schema filename...