Peter Hamilton

Results 35 issues of Peter Hamilton

As pointed out in https://github.com/assaf/uuid/issues/33 , the current implementation does not conform to https://www.ietf.org/rfc/rfc4122.txt with regards to version and variant. This pull request corrects that by properly setting the variant...

Added get_versions - a method that returns an array of reverted versions. They are cloned, so each one will be a legitimate copy of that particular revision. The current method...

In my test suite I have a lot of examples of usage. If I could have dialyzer look at those then there would be many "real world" examples of usage...

``` ➜ emp-staging deploy remind101/r101-settings:latest -a r101-settings ➜ echo $? 0 ``` If I add a `-m "deploying"` then it will succeed. If I leave off the `-a r101-settings` it...

Clustered applications would require direct connections between containers. At a minimum, this would require connecting directly to a container without going through the ALB. Ideally we'd have service discovery available...

Sometimes a full deploy is overkill when you just want to run a little snippet of code via `rails c` or something. By specifying a release, one could avoid having...

In order to do proper caching, a user needs access to the http response headers to grab "ETag" and "Last-Modified". Currently (as far as I can tell), those headers are...

When I use the `opentelemetry_datadog` library with `reqwest` as the client, each batch of spans will generate an additional 2 spans. These spans look like this: ``` [[{'service': 'test', 'name':...

A-trace
release:required-for-stable
A-log

Per https://github.com/async-graphql/async-graphql/issues/723 it may be useful to have an environment without Send and Sync. This was a bit of slog, but it wasn't actually that bad. The main things that...

### What happened? Http Keep-alive seems to not be enabled in deployment. Running locally it handles keep-alive just fine, but in deployment it does not. ### Version v0.35.2 ### Which...

S-Investigation