Eduardo San Martin Morote

Results 98 issues of Eduardo San Martin Morote

Discussed with @pi0 Still needs to be deployed manually with `firebase deploy` by the owner to update functions

The table looks wrong so I tried to fix it. I don't know if this is how it should look like but at least it's readable 🙂

```ts useMutationsState(filters: MutationFilters) // or useMutationState(opts: { filters: MutationFilters, select: (mutationEntry) => T }) ``` It seems that it's often useful to select a part of the mutation entry. This...

✨ feature request

Hello, I'm testing out the URLPattern in Chrome canary against the test suite I use for Vue Router and I found that repeated groups (`/:id+` and `/:id*`) are not put...

addition/proposal

When creating a pattern like `new URLPattern('/:id/static/:tags*')`, there is no way of knowing what groups the pattern has (id and tags) nor their nature (optional, repeatable). I propose a way...

addition/proposal

When creating an optional group with `?`, it seems like they are not being matched correctly. Here is the test case: ```js function matchParams(path, pathToTest, groups) { const pattern =...

### 🔗 Linked issue Close #23 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme, or JSdoc annotations) - [ ] 🐞 Bug fix...

![Screenshot 2024-05-22 at 14 39 59](https://github.com/twoslashes/twoslash/assets/664177/fcdb3e59-9810-4ed7-b948-f130d53e3533) The code block should probably be rendered within a ``. I think it used to work Repro to put within ` ```ts twoslash` ```ts...

Having `nested.vue`, `nested/a.vue`, `nested/index.vue` and deleting `nested.vue` removes all nested routes requiring a reload

🐞 bug