Vitor L Cavalcanti
Vitor L Cavalcanti
Right now, all table functionalities are separated into mixins which handle everything, but DataTable component's template use some that mixin properties. It's hard to trace properties on component's template and...
vue-form-container uses JSDoc comments, but type definitions would be better for TS developers.
Every time a open the CLI package the VSCode warns me about an incorrect `tsconfig.json` that uses project references without having composite enabled. After looking at the docs I've confirmed...
I've generated a CLI inside my mono-repository, and it seems like `@types/mocha` type declarations conflict with `jest` ones I use in another package. It only happens because of my environment,...