Graham Lyons

Results 10 comments of Graham Lyons

I had the same problem inside a `node:14-slim` Docker container when I tried to run `wrangler generate : `failed to download from https://workers.cloudflare.com/get-binary/ashleygwilliams/cargo-generate/v0.5.0/x86_64-unknown-linux-musl.tar.gz` I installed the `curl` package to try...

I would also like to have a solution to run Cloudflare Workers locally. It wasn't clear to me that `wrangler dev` does not run locally and, like the original issue,...

> @grahamlyons I'd be curious to know if Miniflare will suit your needs for this. https://miniflare.dev/ Yes, yes! A thousand times, yes! This looks like it is exactly what I...

This was addressed in #207

Did this get any further? More machine-readable output would be useful.

How are you running the application, @mcorral6? If you're running it in development with the `run-app` command then you need to supply the `-Dserver.port` argument: http://grails.org/doc/2.3.1/ref/Command%20Line/run-app.html

Can I suggest that we close this issue? It's not a problem with the code it's just a usage question, and a Grails one at heart. There's a Google Group...

Yes, please. Another very promising article on testing Cloudflare Workers uses a package which is no longer maintained: https://blog.cloudflare.com/unit-testing-worker-functions/

I started using Miniflare and it's changed my life. I recommend it highly.

Is this project still maintained?