Zdenek Farana
Zdenek Farana
@Sparticuz I'm getting following Chromium error for both 13.5 and 13.6 layers built by you. It doesn't crash the browser and its functionality seems to be fine (I've got a...
This is actually a bug; once a job is in a queue, it should be marked as `pending` in Stash. There is an option to use `BuildWrapper` (I'm not sure...
This happens for me every time I add/remove new dependencies (using `yarn`)
Please let me know if you want me to change anything, @lihaoyi
No interest?
I've got the same need, @lihaoyi would you be interested in a PR? It seems pretty straightforward.
If anyone runs into this: 1. There is no way how to unset env var in github action runner https://github.com/actions/runner/issues/1126 2. Setting env vars to empty `echo "AWS_ACCESS_KEY_ID=" >> $GITHUB_ENV`...
`getStream` returns [Web Streams ReadableStream](https://nodejs.org/api/webstreams.html#class-readablestream), so you can either use its API or convert it to the Node stream with [`stream.Readable.fromWeb(yourStream)`](https://nodejs.org/api/stream.html#streamreadablefromwebreadablestream-options)
If anyone thinks using ARNs like `arn:aws:s3:::mybucket` will work, they won't https://github.com/aws/aws-sdk-java-v2/issues/2244
It looks exactly like a solution I need at the moment. +1 for merging!