Daniel Jeffery

Results 8 comments of Daniel Jeffery

@MPiccinato Would you mind sharing a screenshot of what the `Prisma` highlighting looks like when broken?

Cool - thanks for that! I believe it's our fallback color scheme. When we are targeting any file that isn't `.openfga` or `.fga` we fall back to `Dark (Visual Studio)`...

@rhamzeh With all 3 have different regexes here; the language version is the source of truth, right? Are you concerned about a breaking change by restricting the [condition name reference...

> Use `{1,50}` What about the difference in the patterns? `[^\\s]` vs `[^:#@\\s]` vs `[^\\*\\s]`

``` model schema 1.1 type folder relations define parent: [folder:*] define viewer: viewer from parent ``` From the CLI: ``` { "is_valid":false, "error":"the relation type 'folder' on 'parent' in object...

> > > Hello @d-jeffery , > > I would like to contribute to this issue. Could you please assign it to me and provide any relevant references or guidance?...

List of discrepancies while importing tests; https://oktawiki.atlassian.net/wiki/spaces/SDCSTL/pages/3057322004/API+Discrepancies

`tuple_file` fields no longer marked invalid as long as file being referenced exists. As of https://github.com/openfga/vscode-ext/pull/147