James Mills
James Mills
I run into an error trying to run `go mod vendor` (*we sadly are using Go11Modules + Vendoring at the moment*): ``` $ go mod vendor go: github.com/h2non/[email protected]: parsing go.mod:...
Hey @therecipe It's me again! Last time I _tried_ this it was #1023 This time on a new iMac running fairly recent versions; and trying to build `./internal/webkit/browser` fails with:...
It isn't clear to me from any docs I've read how to configure fn server behind a TLS LB. I can create apps, functions, build, etc; but when I `fn...
Can someone put together a docker-compose v3.3+ Stack for this?
I'm not having a lot of success getting a e2e simple example going :/ Noticed while poking around that DinD is being used as a way to run the functions?...
Is this known to work with the [Docker Desktop for Mac](https://hub.docker.com/editions/community/docker-ce-desktop-mac) at all? Thanks!
Is this possible to do with the current API?
Why does this depend on so many heavy weight things? Etcd, Postgres? Can we lighten the dependencies at all?
I'm seeing Grafana panic on what looks like an empty set of rows from the [Prometheus AlertManager Plugin](https://grafana.com/grafana/plugins/camptocamp-prometheus-alertmanager-datasource/) ``` mon_alertmanager.1.rnecgjj0lbld@dm2 | ts=2022-04-12T00:40:01.852Z caller=api.go:228 level=error component=api version=v2 path=/api/v2/alerts method=GET msg="Failed to...
There are lots of "message brokers" out there; but none quite as simple to use and deploy as [msgbus](https://github.com/prologic/msgbus). To that end (*time permitting*) I will contribute such a bee...