James Szalay

Results 16 comments of James Szalay

The files reference a utils.js that’s not present. Would you be able to share that?

EDIT: I was experiencing this issue: https://github.com/Miserlou/Zappa/issues/744 I changed my zappa lib locally to have the line `print ("Failed to find library {} ...right filename?").format(library)` instead of `print ("Failed to...

$('div.card:has(.btn.btn-outline-primary)').toggle(); should do the trick for anyone thinking of taking this on.

> Here's a gist describing how to build the dependencies in docker and copy to your path including the settings.py. > > It makes a mess of your repo but...

Bumping this as websockets are now a part of api-gateway! https://aws.amazon.com/blogs/compute/announcing-websocket-apis-in-amazon-api-gateway/

Previous to having this wrapper I stood up an ngrok agent in a docker container and pointed it at my caddy container. I still exposed my caddy port locally and...

Related: https://github.com/chainguard-dev/rules_apko/issues/65 Still happening on latest release for me.

Yeah! I'm easily able to recreate it so I'll work on making a PR.

Ah! I found what the true issue is. It doesn't handle things that are symlinks: > It seems reasonable to skip all top-level directories that start with a .. I...