Alex Gustafsson
Alex Gustafsson
##### Environment - [] The MPD passes the DASH-IF Conformance Tool on https://conformance.dashif.org/ - [x] The stream has correct Access-Control-Allow-Origin headers (CORS) - [x] There are no network errors such...
When running some code in a test using the `TelemetryClient`, Jest detects open handles. Here's a basic replication which causes the issue. ```ts describe('telemetry', () => { // Requires the...
### Feature Request This feature request is for the "new" `azblob` package. #### Background In order to create a SAS token, one uses the `azblob.BlobSASSignatureValues.NewSASQueryParameters` function: https://github.com/Azure/azure-sdk-for-go/blob/8c965f7cbb93f9fdf1fec8df5416f193e0bd465e/sdk/storage/azblob/zc_sas_service.go#L33-L36 It specifies that...
### How are you running Renovate? Mend Renovate hosted app on github.com ### If you're self-hosting Renovate, tell us what version of Renovate you run. _No response_ ### If you're...
I have an issue where I'm unable to publish events. Unfortunately I can't identify any more related circumstances than that. It has occurred some times, but in most cases it...
Safari 17 on macOS and iOS brings a new `ManagedMediaSource` implementation that Apple claim is backwards compatible with `MediaSource`. It does come with some nice features on its own, but...
When playing a DASH live stream, the player will stop at missing video segments and retry the download before failing. Due to network latencies or other issues, segments may be...
The current UUID format regex matches UUID version 1-5 in accordance to the current RFC 4122. There's a draft to update the spec, which adds three new versions. The intention...
Add support for configuring the hash algorithm used for the "REST API tokens" configurable. This makes it possible to use SHA-256 rather than SHA-1, for example. Solves #1293
In `src/features/parent-child.md`, it's stated that despawning a parent will leave its children. If one wishes to despawn an entity, including its children, one can call the `despawn_descendants` function on the...