maggie44

Results 211 comments of maggie44

> Hi guys, author maintainer of [quic-go](https://github.com/quic-go/quic-go) here 👋 > > Have you considered using quic-go for your HTTP/3 support? quic-go is a mature and optimized QUIC stack that, among...

Did anyone find a way around this using a custom container? If so, an example would be really helpful. I see the first beta is out but the larger change...

Apologies to subscribers of this thread for the double post. Here is an example made with the current Vite Press using a docs page that resembles what would be helpful...

@pjmartorell would you be able to add a PR to update the docs?

Closing in favour of other PRs updating docs, and this now being out of date.

Closed by: https://github.com/balena-labs-projects/balena-sound/pull/621

Here is a bash script for testing: ``` #!/bin/bash # Set the API URL api_url="https://api-url-to-test" # Function to check API status check_api_status() { # Use curl to make a GET...