David Barrell
David Barrell
This'd be great
I'm blocked by this as well - any chance of a bump to resolve this and allow usage with rack => 2.1? Perhaps a looser version spec of `~> 2.0`?...
Hey @pquerna! Thanks for raising this – we can see the value in what you're suggesting. Would you be up for submitting a PR to make this change? One option...
I'm getting errors on Typescript 4.7.2 as well, but slightly different ones: ``` src/types.ts:58:22 - error TS2589: Type instantiation is excessively deep and possibly infinite. 58 export type Result =...
Hey @davidwheeler123 – glad you stumbled across this! This was purely a first-pass experiment, and the use of javascript here doesn't mean much – we've also played around with an...
Hey @fruechel-canva – I can see that @patrobinson has reached out to investigate your particular case here, so we can see where that support thread leads. In general, signing of...
I suspect @NoahAndrews is thinking about commas not as a decimal separator, but as below:  I'd be keen to be able to set a...
> BUILDKITE_BUILD_ID=1234 buildkite-agent build cancel Noting that accepting `BUILDKITE_BUILD_ID` will mean that `buildkite-agent build cancel` will cancel the current build if no build ID is specified
 Oh, `BUILDKITE_BUILD_ID` is a uuid, not an ID. @dannymidnight mind updating this to reflect that?
I'm getting this same issue - it's expecting `814.ffmpeg.js` to be available in the build, but it's not. I'm using Parcel, and can work around it by manually coping `814.ffmpeg.js`...