smiley-uriux

Results 8 comments of smiley-uriux

This is essentially the same error I hit when reporting #41

Thanks for getting back. Sure did, the alpha version surfaced a different error, but on the same line. Looks like whatever is published as alpha on npm isn't reflected in...

So happy progress is being made on this front! One thing I'd like to call out is the importance of the VSCode prisma extension for linting and autocomplete. As a...

@Xiphe yeah I'd be interested in exploring it and potentially putting together a PR. If you (or anybody else following) can think of other use cases for a generic transformation/plugin...

I support the suffix being configurable but ideally the suffix would apply to the schema and not the type export (or in addition to). I always use `export type Foo...

This was the first blocker I hit. When reviewing the docs I just assumed there was a way to configure this globally since the hard part appears to have been...

Hitting this also, @IanBellomy did you find a workaround?

Yeah so patternProperties just provides a way for you to enforce object property value types based on dynamic property key names that aren't known in advance. The JSON spec only...