Joaquín Sánchez

Results 1398 comments of Joaquín Sánchez

There is some circular dependency, docs using `@tresjs/core` from `node_modules`, I just added some hack to resolve the package from `src` (dev/build/prepare commands) or `dist` (typecheck command) root folders.

@alvarosabu we should check prefixes at `unimport` and `unplugin-vue-components`, we need to check there is no collision with other `@tresjs/**` packages, maybe instead `Tres` prefix we can use `TresCore`: `useXXX`...

This solve an a11y problem not a visual one (we can also increase icon size): I've included `md` for tablet, testing on my local (PR sent from browser)

@patak-dev feel free to close this, we need to review a11y, selecting max font size on settings, button size area < 48px (~41px)

I need to add some more logic since we cannot use picomatch directly...

I also need to add some tests (?). Here PR sent to unplugin-vue-components https://github.com/unplugin/unplugin-vue-components/pull/885 : a working test using tinyglobby from local tgz from this PR can be found here...

argggg, I'm new to biome, I run `pnpm check` and `pnpm lint` and it is fine on my local, you should add a `CONTRIBUTING.md` file.

We should split some code to allow reuse it here, maybe with changes here https://github.com/SuperchupuDev/tinyglobby/pull/170

@SuperchupuDev any hint if this will be added? I'm asking because I need to fix some repositories

Other than copy/pasting the code here and adding the dependency to unplugin vue components? No 😔 Just read the jsdocs, last paragraph.