James Healy

Results 139 comments of James Healy

@albertywu We've just merged #811 which we believe might help, however we haven't confirmed that directly. Buildkite runs the latest master branch of the elastic stack so we'll dogfood the...

This would be super helpful. I've been experimenting with cockroachdb on an existing rails 6.1 app which uses `config.active_record.schema_format = :sql`. I added cockroachdb as a secondary database using the...

I'm not totally across the RC4 algorithm, but is this definitely what should be done? If anything, I'd have guessed `force_encoding('binary'). unpack('C*')` might be the best way to ensure comparability...

I've attempted to answer this on [stack overflow](http://stackoverflow.com/questions/40651362/how-do-i-change-font-in-prawn/40666967)

I haven't looked into it, but this urfave/cli PR (https://github.com/urfave/cli/pull/1568) just merged and claims to provide a way to upgrade to v2 in a compatible way

For anyone else who comes across this, we ended up using the [myobplatform/buildkite-metrics/](https://hub.docker.com/r/myobplatform/buildkite-metrics) image

Hi folks, I'm an engineer at Buildkite who has been [experimenting with fulcio certificates from our OIDC tokens](https://buildkite.com/blog/securing-your-software-supply-chain-signed-git-commits-with-oidc-and-sigstore). Through that, I noticed our certificates aren't using the newer style extensions....

This would be neat ❤️ I was keen to chart how libyears had changed in our project over time and [started writing a script to walk back through git and...