Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yaml regressions #10

Open
AkarinVS opened this issue Jan 10, 2022 · 0 comments
Open

yaml regressions #10

AkarinVS opened this issue Jan 10, 2022 · 0 comments

Comments

@AkarinVS
Copy link
Member

AkarinVS commented Jan 10, 2022

  1. new project window: drag-and-drop does not support yaml file
  2. per-m2ts config file does not support yaml (probably intended?)
  3. yaml is more strict than json when parsing boolean fields, 1 used to be accepted as true.
  4. yaml does not do case insensitive field matching (e.g. outputcodec won't be accepted.)

Intended solution: add a json fallback after yaml deserialization fails?

AkarinVS added a commit that referenced this issue Jan 29, 2022
AkarinVS added a commit that referenced this issue Jan 29, 2022
AkarinVS added a commit that referenced this issue Mar 31, 2022
… OutputCodec

the field name is case sensitive (for the yaml deserializer).

Updates #10.

Signed-off-by: akarin <[email protected]>
AkarinVS added a commit that referenced this issue Mar 31, 2022
… OutputCodec

the field name is case sensitive (for the yaml deserializer).

Updates #10.

Signed-off-by: akarin <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant