Munif Tanjim
Munif Tanjim
> But typing wouldn't be useful for developers though... Why do you think that? It can be used to generate typescript definition files. And developers will be able to use...
With the help of this package: [json-schema-to-typescript](https://www.npmjs.com/package/json-schema-to-typescript) The main challange is to generate the json schema correctly. Because GitLab doesn't provide OpenAPI Specification and their documentation is not uniformly structured...
Since this repo is not maintained anymore, you can check this: https://github.com/MunifTanjim/luver It supports installing LuaJIT from latest git.
Not sure, if this is related to this issue. ```js if (1===1) console.log('possible') // yes else if (1===2) console.log('impossible') // no ``` becomes ```js if (1 === 1) console.log("possible"); else...
~keeping `fnm` simple, the cleanup can be done by simple scripts:~ ```sh # uninstall everything for version in $(fnm list | cut -d' ' -f2 | grep -v 'system'); do...
Oh, sorry 😅 that overlapped.
> Is there still anything from this PR that we need? **A refactor for the loader `conventional-changelog-conventionalcommits` (nice to have)** - It resolves a comment left earlier: `// FIXME: use...
The removed codes were basically duplicate code. And while doing this refactor I indeed broke & fixed the existing tests. > any tests we could add for the FIXME, that...
Rebased on latest `master` @bcoe can you rerun the failed ci? It was caused because `codecov` API was down.
Prettier's behavior seems pretty reasonable.