Mal Curtis
Mal Curtis
Same issue here. Looks like it's trying to use a port that's already allocated to another extension. ``` 2023-07-21 17:48:04.638 [error] Error: listen EADDRINUSE: address already in use :::31415 at...
Just thought I'd drop my 2c in here. For responses which you want to consider public as far as cache control goes, it can be necessary to add in the...
For the record, we solved the issue by adding a `Vary: Origin` header to all requests that could possibly be CORS.
@jadekler I originally used Dave Chaney's script to compile the Go versions, and just checked running `go-linux-amd64 build` and it still failed to run. I should note that when I...
Thanks for your work! In the meantime I've reverted to using the stdlib `log/syslog` package :(
I've come in here to add my 2c as this has hit us multiple times during development. We're using Supabase and working around the "auth" schema issues, which means this...
@michaeljguarino need anything more from me on this?
We also hit this issue. Tried to install the missing dep with ``` - name: Install libwebkit2gtk run: sudo apt-get install libwebkit2gtk-4.0-dev ``` But then we'd get `(plural:3109): Gtk-WARNING **:...