ThoK

Results 7 comments of ThoK

I had some time to debug & I think I can pin it down to an api-proxy for local development. So I have an api-proxy here: ```js // vite.config.js server:...

I have the same issue. Cost me hours and hours. Also, if I strip all the imageSharp parts off the graphql-query, the build works and creates `.cache/caches/gatsby-source-prismic-graphql`. If I then...

Same (similar) issue here. We have a project where CSS directive "letter-spacing" breaks the slider if set on the div of the [slider-items](https://codepen.io/elias-thok/pen/VoQdYj). If [this](https://codepen.io/elias-thok/pen/YmaMGg) is copied to a local...

Hi! I would need such a feature as well. We have a CSV-file that wraps each string into 2 double quotes and thus the delimiter is not detectable. So I...

Hi! I face the same issue but with the `avro-ts-cli`: ``` DeprecationWarning: 'createPropertySignature' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your...

The same issue happens when using PNPM. I assume this is because of the multiple versions of graphql that are potentially stored in the global node_modules folder. The workaround didn't...

@laradevitt Since I was using PNPM there is no yarn.lock but a pnpm-lock.json. Unfortunately deleting node_modules & pnpm-lock.json did not solve the issue. I suspect this is because PNPM uses...