Doug Tangren

Results 432 comments of Doug Tangren

The idea of dyanamic value resolution got me thinking. This goes a bit into the territory Serverless framework went with [config variables](https://www.serverless.com/framework/docs/providers/aws/guide/variables/) but what would be the level of interest...

Opting for now to go low tech ``` sed "s/{{RELEASE}}/$(RELEASE)/g" samconfig.template.toml > samconfig.toml ```

Thanks for getting back. After looking through how this works today it seems like it would be straight forward to introduce around [here](https://github.com/aws/aws-sam-cli/blob/1ec81ce5133acc0ef70482eb96d3d38778b395fa/samcli/lib/config/samconfig.py#L74) The only drawback I can see of...

If y’all are into the idea I could take a first pass at a pr. I wanted to get a temperature test first before doing any work.

I may be coming back to some multi region work that would really benefit from the configuration drying technique. I think I know what and where to make the change...

I wanted to shed some pain this is causing with [tarpaulin](https://crates.io/crates/cargo-tarpaulin). Tarpaulin has worked amazingly well for me and my company as a replacement for kcov which historically been a...

Hi there. I'm testing this and when I run the server and then the client I get `Failed to accept connection: hyper::Error(Shutdown, Os { code: 57, kind: NotConnected, message: "Socket...

Note I do get a listening server and a response on the client. I just didn't understand the semantics of the error reported, if it is an error or not...

> What operating system? osx ``` rustc --version rustc 1.76.0 (07dca489a 2024-02-04) ``` > Can you provide a minimum repro code snippet? this is me running the examples in that...

Hi folks, sorry for the delay. I just pushed up [0.9.0 to crates.io](https://crates.io/crates/hyperlocal).