Matthew Ary

Results 77 comments of Matthew Ary

On my reproduction the issue seems to be fixed. On my application its not resolved. It feels like I need to reproduce more of my application to figure out why....

Still seeing this issue. ``` 87 | Object.assign(c, transformed) 88 | 89 | if(params.Check(c.params) === false) { 90 | c.set.status = 422; throw new ValidationError('params', params, c.params) 91 | }...

Just some additional feedback related to query parameters. Trying to set up query param validations for sorting, filtering, grouping and such is very difficult right now. Would be awesome to...

Yup, it would be great to directed and undirected edges displayed. It would be nice if the edges linked up to the table header and to the record field so...

Seems that they have a plan starting with this PR https://github.com/surrealdb/surrealdb/pull/3166 I believe their plan is to use this to introspect and generate types. This will enable the creation of...

I'd consider this to be a pretty typical issue with anything that has a border applied to it, since the border adds to the dimensions of the element for it's...

[With this](https://play.vuetifyjs.com/playgrounds/WUCHgQ), I can see the divider. I don't think this can be considered a bug unless there was some kind of regressive change with how it lays it's self...

I'm not familiar with Vee-Validate, but I can confirm that [there were changes made to the `VAutocomplete` component between versions 3.4.6 and 3.4.7](https://github.com/vuetifyjs/vuetify/compare/v3.4.6...v3.4.7#diff-6ced29d29b4c82dda92cb46413480ef7c0b84c00508f9cfdad342dbf340cfa19). When I tried out your example, I...

Feel free to submit a PR to update this page to describe your contribution. https://github.com/vuetifyjs/vuetify/blob/54e430ff1aba72cbcd72ea3683e745020100504e/packages/docs/src/pages/en/resources/search-engine.md

Going back to the OP's post. What I think is happening is that when using something like Tanstack Query (which we're using in our system) and you return to a...