YoImMaxy

Results 17 comments of YoImMaxy

it seems that the problem occurs because the function returns before the body is written, what I'm really confused by is that when using promises, oak awaits the promise and...

@sheremet-va I set the locale to the c locale and it seems to work, I'll do further tests and then close the issue if that seems to solve it

it seems to work, closing issue

@mackuba You could augment the window interface [(see link for reference)](https://bobbyhadz.com/blog/typescript-extend-window)

you can make an alias for fs through webpack to some file that does nothing

@i-am-the-slime with all due respect, some people don't want to have to learn how addons work, then understand how the controls addon works internally, then change it to allow for...

> I brought this up in today's RFC meeting, and the consensus was that we do want to change this behavior. > > Actions: > > * [ ] log...

Actually, this is related to typescript. When running tsc, the compiler removes all .d.ts files, as .d.ts files are meant for declarations which are only internally used, if you don't...

I feel like there should be an easier way to add plugins, something like: ```typescript ajvResolver(myJsonSchema, { plugins: [require("ajv-formats"), require("ajv-keywords")] }) ``` I don't think I user should have to...