Michael Young

Results 4 comments of Michael Young

So I changed line 81 in index.js from `options.stdin.pipe(cp.stdin);` to: ``` options.stdin.pipe(cp.stdin).on('error', (err) => { if (err.code === 'EPIPE') return; else throw err; }); ``` and it works now. Not...

> We used to just use ```python and ```bash for python and shell tool, but had to change it since it kept trying/asking to run non-runnable code snippets/examples it showed...

> I noticed this too, but I don't think this is a NativeWind bug/issue per se and more a quirk of the native image component. In CSS inline styles would...

Can we get an update on this issue from the Hasura team? I was using the workaround above by @korylprince, but it doesn't work with the cli-migrations-v2 image. It really...