Chris Sargent

Results 33 comments of Chris Sargent

See here, there are issues with the `EXTEND_ESLINT=true`. https://github.com/facebook/create-react-app/issues/7776

I am getting this error when trying to work through the example: ` github.com/openzipkin/zipkin-go-opentracing: github.com/openzipkin/[email protected]: parsing go.mod: module declares its path as: github.com/openzipkin-contrib/zipkin-go-opentracing but was required as: github.com/openzipkin/zipkin-go-opentracing` @GrantZheng -...

I also have this question. We have a mixed codebase like: ``` packages - Go - -- cmd - ---- module1 - ---- module2 - Typescript ``` Currently, we run...

Hi, just following up on this... the issue is that when the GQL schema is created, we get something like this: ```graphql type BlockQuoteBlock implements StreamFieldInterface { id: String blockType:...

If you no the name of the menu, you should be able to fetch it like this: /wp-api-menus/v2/menu-locations/your-menu-name

Hi - is there any updates are workarounds for this issue? I know we can set fixed widths / heights but unfortunately, if a user zooms in or out the...

from the docs, it looks like this should be possible; https://www.graphql-code-generator.com/plugins/typescript-react-query#usage-example-isreacthook-false But it doesn't seem to be implemented...?

Hey - is there any movement on this. I would like to generate types without running a build or dev. Is it possible?

FYI - just ran in to this issue again. Easiest workaround we found was to pass `--help` as an arg, which prevents the linters from actually running in this action....

@kaustavghosh06 - is it possible to run this same behaviour when running `amplify mock` too? I have setup some build scripts that run webpack on my files so that I...