David Johnson

Results 9 comments of David Johnson

I've had the same issue with memory leaks while running assemble in a watch task - it appears to be a problem with Handlebars rather than assemble from what I...

Having a similar issue related to mixing documents and references. I've yet to work out a way to implement something similar that isn't a complete pain for developers, content authors,...

@graysonhicks I've forked @lezan's codesandbox and updated to node 18 & gatsby@next https://codesandbox.io/s/suspense-error-forked-tl7qp2

> @lezan Maybe this helps you... I was having the same problem and tracked down the bug to Static Queries which can't be executed from the Head-Component (I use the...

@deanzod This is due to the change in router with Gatsby 2.x - if you downgrade to Gatsby ^1.9.277 it will work. #5

I'm getting this regardless of network. Home, office, mobile all the same result.

For the record @sven5, I solved the issue like this: gatsby-node.js ``` export const onPostBuild = () => { fs.rmSync(path.resolve("./public/__node-manifests"), { recursive: true, force: true }) } ```

I have updated the most recent version of Webduino to be compatible with Arduino IDE v1.6.0+, if anyone is having problems with @acarlton's Wi-Fi fork. https://github.com/struct78/Webduino/tree/wifi

I ended up adding an "Exclude base translation" checkbox in our internationalisation schema transformer for documents. Then at build time I just ignore anything that has that checkbox checked when...