Jonathan Goyvaerts

Results 7 issues of Jonathan Goyvaerts

When launching xenia from the command line, and your current working directory was not the xenia directory, the log file would be created in your current working directory instead of...

Reference spec: https://swagger.io/docs/specification/data-models/data-types/#numbers When a Decimal is defined in C#, NSwag generates a type: number, format: decimal in the swagger.json, however, this isn't a valid combination (according to the spec)...

Reason for this PR: - This behavior was added for a specific usecase for someone, but was enabled by default for everyone - It causes a warning in the logs...

Can we have a boolean option "loadBaseLanguageTranslations" so we can disable the behavior of loadBaseLangTranslationData? I don't want this behavior, it's enabled by default, it prints an unnecessary warning AND...

needs-attention

Discovered a bug when trying to use a library, narrowed it down to this sample: ```js Promise.resolve().then(() => console.log(2)); console.log(1); ``` The above code prints 1, then 2 in Chrome,...

Just opening a draft pull request to get some feedback. Had to change some stuff because a lot of it was in YARG.Core but core is not aware of playcounts,...