Matthias Frei
Matthias Frei
An application using quic-go currently has no reliable way to wait for a/all quic sessions/streams to finish sending before shutting down. When an application writes on a stream, the data...
The `x/net/ipv{4,6}` packages currently use `net.IP` and `net.Addr` types everywhere, with all the performance issues that the new types in the `net/netip` package were designed to resolve. In particular, the...
Currently, there are two separate cpu constraint values `x86_32` and `i386`. The intended use is not entirely clear to me. As I understand it, "x86" is the whole family of...
Fix false positives in strings with backslash escaped bytes and unicode characters, e.g. "\\udaed" was previously changed to "\\udead".
Support multiple sprite sources, as described in https://maplibre.org/maplibre-style-spec/sprite/#multiple-sprite-sources. TODO: - [x] string-heavy logic in per-frame updates should be optimized away. - [ ] double check that this doesn't break stuff;...