Andy Hamon

Results 25 issues of Andy Hamon

There are a number of fixes that are available in master but are not in the published version. It would be nice if a more recent version was available from...

### Steps to reproduce 1. Set up two `bazel-remote` instances, with one http proxying to the other: **bazel remote 1:** ``` bazel-remote --dir /tmp/bazel_remote_1 ``` **bazel remote 2:** ``` bazel-remote...

I'm not sure if my title makes sense, but let me explain: I have a proto that imports `"google/protobuf/timestamp.proto"` and uses it as part of a message. So it all...

[AWS Fargate](https://aws.amazon.com/blogs/aws/aws-fargate/) was just announced, which gives per second billing on custom containers! It claims to be compatible with the existing ECS api, so it would probably be a trivial...

Hey there, I've been experimenting with Skycfg and I really like it! I was hoping to import some data from a yaml file and use that to generate some config,...

Github enterprise support - add a config value spr.githubApiDomain - collect this value during spr init - update regex to not expect 'github.com' - generate PR urls correctly - adds...

Currently, CurrentSessions is completely ignored. This makes it hard to measure overall utilization. This PR adds two new metrics: passenger.process.sessions - the number of sessions for a discrete process passenger.sessions.total...

Previously, `SO_TARGET_DIR` was hardcoded to install the built 7z.so into `RbConfig::CONFIG["sitearchdir"]`, which is typically located wherever ruby is installed. This is seems like an unusual thing for a gem to...

I'm trying to install with a ruby that I installed with nix. That means my ruby directory is read-only. I have a `$GEM_HOME` set to a writable location, and this...

Crystal + mime = crime Need I say more?

bug