John Jacquay

Results 6 comments of John Jacquay

`graphql-schema-linter --except relay-page-info-spec` worked for me, thanks!

I have an interest in array support as well.

Bump issue, I may try to submit a PR for this. Really cool project, but unusable without the ability to set `gen_random_uuid()` as default.

Thank you @carlopi, I was able to get the code working by avoiding the `ATTACH` call and using `.open()` instead: ```typescript await db.open({ path: "reports.db" }); const conn = await...

@timfpark I'm getting the same error after following instructions on this thread - did you end up getting it working?

Hi @IstiaqAnsari - looks like your Docker build is still using the `main` branch with the erroneous: ``` COPY --from=builder --chown=$APPUSER:$APPUSER $HOME/micromamba $HOME/micromamba ``` Try to checkout [this branch](https://github.com/jacquayj/DiffDock/tree/main) and...