Eduardo San Martin Morote

Results 119 issues of Eduardo San Martin Morote

Close #251 - Still needs to add some static info - Not sure about how useful this is for llms, maybe something more oriented towards mcp is better ## Summary...

When using a regular `useMutation()` within a list view, you can mutate different entities but you only get access to the loading state of the last one. It would be...

โœจ feature request
๐Ÿ’ฌ discussion

Currently, it doesn't work like `defineQuery()`. It probably requires the mutation store first to be ran in a detached effectScope

โšก๏ธ enhancement

Some tagged templates live just as plain strings rather than tagged templates but they are hard to work with: ```ts const dtsGeneratedContext = ` declare module '${moduleName}' { ... }...

### What problem is this solving `createTestingPinia()` can stub or spy all actions but [in some cases](https://github.com/posva/pinia-colada/discussions/257), it's useful to stub only a few ones ### Proposed solution - Adapt...

โœจ enhancement
๐Ÿงช pkg:testing

- https://github.com/vuejs/vuefire/discussions/1598 TODO: test locally

New version of the internal matcher (renamed as resolver). With more responsibilities and allowing it to be overridden: - custom parsing /serializing of params (numbers, dates, classes, etc) - matching...

Maybe using `to:name`, `to:params`?

enhancement
discussion

Controlling what scroll position is saved RFC at https://github.com/vuejs/rfcs/pull/38 is not flexible enough: what about named views, what about scrolling multiple elements in the page. A better option could be...

enhancement
discussion

### Discussed in https://github.com/posva/pinia-colada/discussions/395 - We cannot allow arbitrary injections because the options function can be called anywhere (e.g. retrieve a cached value) - It would be nice to introduce...

๐Ÿ“š docs