Aidan Steele
Aidan Steele
Hiya, I am running MacOS on an M1 CPU, which is the arm64 architecture. I get the following error when I try to install deps that include `esbuild-config`. ``` %...
I was asked on Twitter (can't find it now, not sure if it was DM or public) whether serverlessish / re:Web would also work with software like nginx. While it's...
Hi, I would love to write a DynamoDb `certmagic.Storage` implementation (as per #41) - and have done so. What I'm not confident about is whether it *correctly* implements the interface,...
Would you be interested in a PR that adds support for Linux? Things that would need to change would be references to CommonCrypto and the Keychain. I'd be happy to...
Hi, This is a very cool project - thank you for building it! I tried running the [helloworld](https://github.com/icexin/eggos/blob/main/app/examples/helloworld/main.go) example on AWS EC2 and got the following error. This output is...
This one’s a bit different, but I thought it would be worth discussing. Fargate allows for public IP addresses and seems like it could meet all the requirements laid out...
## Background I'll start with an example from one of my projects. Here's the graph rendered by `act -l`: ``` ╭──────────╮ ╭─────────╮ ╭───────╮ │ frontend │ │ backend │ │...
Love the library - it's brilliant. One question: In `(*serverConn).Read` and `(*serverConn).Write`, there is the following line that only cancels the context if the error is a `net.Error`: https://github.com/gliderlabs/ssh/blob/59d6e4540dea33ecd8f90b12887906b7b081fbcd/conn.go#L20 Why...
I'd like to be able to forward metrics to multiple endpoints of the `statsdaemon` type. Right now this doesn't appear to be possible. I was thinking about how it might...
## Background I have a system that I am trying to instrument using DataDog APM. The two main components are a long-lived Docker container (running on AWS ECS Fargate) and...