Manuel Maute

Results 18 issues of Manuel Maute

How about a flag/regex to ignore certain tables/relations? I got some "system" tables that I don't really want to end up in the ERD but they will obviously be introspected...

enhancement
discussion

Hi, I'm trying to get types generated for my root query in gatsby-node.ts. Somehow this seems to not work. I used a query name (e.g. `query GatsbyNode ...`) as with...

enhancement
question
discussion

I think making the output file pattern somewhat configurable makes sense. I would like the generated files for example to be named like `{model}.model.ts` instead of just `{model}.ts`. Maybe like...

enhancement
priority:low

After going a bit into the whole `oneof` stuff I struggled to implement the code generated by the union style oneof option (oneof=unions). The types were generated just fine so...

bug
help wanted
nestjs

Is there an option to include the header in the RBQL query results? Currently, I have to manually copy over the header to the resulting CSV. Would be amazing to...

enhancement

I'm trying to resolve an image on level `n` and want to have the resulting sharp object to be on the same level `n` but I realized that this doesn't...

enhancement
help wanted

### Is your feature request related to a problem? Please describe. Conditionally show an item / trigger the query based on props. Currently, I don't think there's a way to...

enhancement

I'm having trouble to build the project and run the test so I'm gonna leave this up to you. This PR fixes the references issues. Probably need some refinement but...

### Describe the bug The types in [index.ts](https://github.com/refinedev/refine/blob/042ac8d4dde918dfd4ea374676d73d7724848b28/packages/supabase/src/index.ts) are not available in `@supabase/[email protected]` anymore. ### Steps To Reproduce See above ### Expected behavior See above ### Screenshot _No response_ ###...

bug

### Describe the bug Queries nested in `or` filters are not mapped to the respective type with the Supabase `dataProvider`. Consider the following filter: ```ts const filter: CrudFilter = {...

bug