Carson Full

Results 95 comments of Carson Full

Alright actually the warning appears to be on `.firstScripture` Changing to ```edgeql not exists (select __new__.language.engagements filter assert_single(.firstScripture)), ``` Suppresses the warning. which is weird since the property is already...

Since this is being brought up, I'd like to offer my two cents as a user. Yury mentions property vs link, but really wanting to avoid path traversal. It is...

I've hit this as well with just a multi link. ```esdl module default { type Producible { scripture: Scripture::Collection { on source delete delete target if orphan; rewrite insert, update...

I'm not sure if this is best practice for AST visitor, but I fixed by checking at `Document` level, so that the whole document is skipped, including the fragment definitions...

Hey @mskorokhodov, it's for the Laboratory where queries can be made against the hosted 3rd-party API server. Our API uses cookies in its authentication. So we are unable to use...