Gabriel Francisco

Results 145 comments of Gabriel Francisco

shouldn't it be inside the achievements namespace?

> The first read (and, as a result, the store initialization) happens in the markup, so the error is correct. You are right. But the error message isn't. If not...

Tests are failing, can you take a look?

I guess this fixes #122?

Hey @dannysmc95. As @RodrigoDornelles said, everything in wasmoon is sandboxed by default, so `io.write` will actually go to the process memory, not the file system. If you want to interact...

There is some lint errors, can you fix them?

Also I think it's a little bit weird to use TS with JSDoc, is it common in libraries?

> Oh, i forgot that tsconfig has "removeComents" as true, for JSDoc to be able to be used for this "removeComments¨ has to be false, is there any reason for...

> Well, mongoose uses them, and i've seen some other libs use them too Mongoose uses JS + JSDoc... Just found out there is a TSDoc: https://tsdoc.org/

I would like these comments to be only on the .d.ts files, to not affect the bundle size: https://github.com/microsoft/TypeScript/issues/14619 But since this is not something on TS yet, I just...