David Barrell

Results 11 comments of David Barrell

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: ![CleanShot 2024-01-05 at 15 54 01](https://github.com/heyman/heynote/assets/11305534/3387d856-d468-472f-abe7-c2496b67abd9) 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

![CleanShot 2024-08-28 at 12 18 40@2x](https://github.com/user-attachments/assets/cf34259a-990a-40f7-8b91-459bdf0d5562) 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`...