Eduardo San Martin Morote

Results 98 issues of Eduardo San Martin Morote

This should include the types only if the plugins are imported from the correct entries once the deprecated versions are removed. It requires some extra testing before merging

Based on #1961. It wasn't possible to specify a required prop of type object and pass null as the value **What kind of change does this PR introduce?** (check at...

feature request
discussion
improvement
semver:minor

from https://github.com/posva/mande/issues/307

docs

Hello! I see there haven't been any releases for a while and I was wondering if you could release a new version soon. I was interested in https://github.com/google/zx/commit/b1ca2325f9a8e2c877badc486aaaf7fe686d7d76 since right...

### Describe the bug When running `vitest run` with typecheck, the cursor is not correctly restored. ### Reproduction Running `npm run test:run` will keep the cursor hidden after finishing running...

p3-minor-bug
feat: typecheck

### Describe the bug I found this while upgrading versions. I use `--no-api` to disable the `api` when running on CI. This page in the docs currently has an example...

p3-minor-bug

Close vuejs/router#2187

Fix #1850 I need to test this more as it could have other consequences. For the moment a workaround is to avoid the navigation duplication: ```js router.beforeEach((to, from) => {...

The fix is a bit more complicated that I anticipated, I will come back to this later on as the currently documented version works perfectly. - the nullish params are...