Randy Reddig
Randy Reddig
Would it be possible to add support for additional operators other than `==` to layout anchors (`SteviaLayoutXAxisAnchor`, `SteviaLayoutYAxisAnchor`), such as `=`? We work around this now by using multiple constraints...
This PR is a pared-down version of #3256 which contains the foundation for WebTransport, HTTP/3 datagrams, and HTTP/3 trailers. Each of these features can be enabled in follow-up PRs. There...
This PR adds initial support for the WebTransport draft. To see this in action, open these demos in Chrome Canary: - Simple demo: https://basic.webtransport.dev/ - Multiplayer mouse cursor demo: https://cursors.webtransport.dev/...
Currently the only way to determine if a `quic.Session` is operating in client or server mode is to open or receive a stream, and get the stream ID. This PR...
Add a new exported `http3.Settings` type as a prerequisite for building HTTP/3 extensions like WebTransport (#3191). Builds on #3233. - `Settings` replaces the existing `settingsFrame` type. - New exported `SettingID`...
We use [AVA](https://github.com/avajs/ava) for testing our Vue app. Recently they released version [0.23](https://github.com/avajs/ava/releases/tag/v0.23.0) which sets `NODE_ENV=test` if not already set (see avajs/ava#1470 and avajs/ava#1523 for additional context). This change blew...
A proto file imported from another proto file using [`import public ...`](https://developers.google.com/protocol-buffers/docs/proto3#importing_definitions) will have its exported types aliased in the generated Go code, and vars copied. Currently the Go code...
This PR allows folks to use this library as a Swift package in their iOS apps by declaring a simple dependency: ```swift .package(name: "blurhash", url: "https://github.com/woltapp/blurhash.git", .branch("master")) ``` It only...
### Environment - Operating System: `Darwin` - Node Version: `v19.0.1` - Nuxt Version: `3.1.1` - Nitro Version: `2.0.0` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `modules`, `vite`,...