Alvis Tang
Alvis Tang
I notice the same issue when I try to monitor node_modules folders created by pnpm using fsevent monitor. Seems like when the number of file changes is small, it's working...
@ChristopherHX I've tried `ubuntu:runner-20.04` and it's working fine for me ✅
Hi @suncryptjustice Thanks so much for making this improvement. I'm going to add a test for this PR. If you can `Allow edits by maintainers`, I can quickly merge it...
Same here, but I dont have relations. Instead, I have `select` in the find options.
🤔 `import * from file` works fine to me with 0.6. @tsukhu & @czystyl: could you prepare a minimal example?
So it is related to #176, which was merged since 0.5.3. To be fair, the change is mentioned as tiny words in https://github.com/prismagraphql/graphql-import/releases#0.5.3, but @tsukhu is right that it's a...
> `parameters.nextjs.appDirectory` set to `true` didn't fix `Error: invariant expected app router to be mounted`. > > The code of @MichaelCasaDev and @isBatak did: > > ``` > import {...
Also confirm it doesn't work with `[email protected]` and `[email protected]`. Same error related to an undefined super expression. :(
Hi @francoismassart! I double-checked with my code base, and I'm happy to confirm that it's working on 3.12. Thanks for following up :) 👍🏼
Yes. Indeed. I noticed that last year. An alternative is using `gatsby-transformer-remark`. I've an example in e2e. I should have updated the README. Thanks for pointing out :) https://github.com/alvis/gatsby-source-notion/blob/b785dbb5462cf88a1120ce66f1db798de1269ed6/e2e/gatsby-config.ts#L35-L40 https://github.com/alvis/gatsby-source-notion/blob/b785dbb5462cf88a1120ce66f1db798de1269ed6/e2e/gatsby-node.ts#L58-L70