Randy Reddig

Results 165 comments of Randy Reddig

Thanks! We use Stevia to lay out views with respect to the layout guides and safe area. We often want to express a bottom constraint as `

@jeanregisser could you try #70 and see if it still has the issue? ddd6497b067577b19dddcb2b88017887a0227eb5 enabled bitcode unconditionally, but I’m curious if this issue with Rust still exists.

Looks like this was fixed in 18b1a0c48f48fcc98c44f92a17530656899b0dc5 (https://golang.org/cl/346151). @hajimehoshi want to close this PR?

We need the target(s) preserved for *integration* tests, which run in both Node and the browser. Transpiling is necessary.

Great question. I’d accept an example with tests in a pull request.

This has bitten us a few times as `protoc` on macOS developer machines is typically installed via Homebrew, which lags by a few days. We have dirty tree checks in...

Try disabling dead code stripping on your app’s project: DEAD_CODE_STRIPPING = NO

I think for WebTransport, H3 Datagrams, or QUIC Datagrams, it might be a good idea to eventually expose this on a `quic.Session`. The WebTransport API defines an application-readable `maxDatagramSize`, which...

> Why is this needed? A session that you dialed is a client-side session, a session that you accepted is a server-side session. I need it for [this branch](https://github.com/alta/quic-go/blob/http3/conn/http3/conn.go#L83-L84) where...