Robert Rothermel

Results 9 comments of Robert Rothermel

Using `depends_on = [ aws_iam_role_policy_attachment.EXAMPLE ]` doesn't seem to fix the problem either.

The author is working on a Formatting API, as several people have requested JSON and XML output. See #161 for details. If the XML formatter is working, you might be...

To anyone that finds this issue and needs another library, I've found [jsqr](https://www.npmjs.com/package/jsqr) works well.

Would it be possible to document that a serial connection is necessary for the touch screen in the README? It might be helpful to list common troubleshooting steps and pitfalls...

I have the 4.2.2 version of the stock Ender 3 Pro motherboard. I'm having trouble finding a diagram for that board. As you pointed out, not all mainboards have a...

Unfortunately, svgweb is probably the best and most comprehensive SVG polyfill available, but after using it in several projects I can say it is not possible to use without modifications...

I'm having the same issue with npm 10.9.0 (with Node v20.18.0 on Ubuntu)

:hammer: I found a workaround, I was able to run `yarn create webiny-project headless` instead. It looks like `npm --version` (https://github.com/webiny/webiny-js/blob/5e0b6cbd8291624b27323a4d2ed679732c5948e4/packages/create-webiny-project/utils/getNpmVersion.js#L5C9-L5C62) returns nothing when run by [execa](https://www.npmjs.com/package/execa) on my system....

Are you talking about running the Next.js server locally and also deploying? That should be possible with [SST v3](https://sst.dev/). Alternatively, there are instructions for running OpenNext locally in the README....