Lyra Naeseth

Results 6 issues of Lyra Naeseth

This adds [an action][lia] to the end of the release workflow. After goreleaser pushes the Docker images, this action will semver-compare the newly-pushed image version against `latest`. If the new...

### Describe the bug When a command sent through the AWS SDK blocks waiting for a socket to free up in `NodeHttpHandler`’s HTTP agent, those requests can block indefinitely –...

bug
needs-triage

**Describe the bug** The `uri` in the source configuration defaults to `https://github.com/…`, even when `private_key` is set. **To Reproduce** ```yaml resource_types: - name: pull-request type: docker-image source: repository: jtarchie/pr resources:...

Add an override for [`addIceCandidate`][]’s `candidate` parameter to allow it to be `null`, which is a special value indicating that ICE gathering is complete. > If no `candidate` object is...

In WebRTC, the `icecandidate` event’s [`candidate`][] property is either “an `RTCIceCandidate` object … or `null` to indicate that there are no further candidates”. This currently has the correct type in...