Juliusz Chroboczek
Juliusz Chroboczek
### Proposal Details I propose the addition of a function func MinNFunc[S ~[]E, E any](n int, x S, cmp func(a, b E) int) S which returns the `n` smallest elements...
If I read this code correctly, it is persisting the whole `dtls.State`. If I understand this correctly, the it is persistig the session key, which breaks forward secrecy. Would it...
A very minor issue, but one that I find annoying. I've got the following in my `rc.xml`: ``` yes no ``` I also have the following in my `autostart` script:...
The client does not properly clickify links such as geo:37.786971,-122.399677?z=17 Related to https://github.com/organicmaps/organicmaps/issues/7916
Hi, I was expecting to be able to share a location from my maps application in order to open Every Door at the right place. Unfortunately, Every Door does not...
Under labwc, the LCD remains switched on when I close the laptop's lid. I'm not sure if this is an issue with labwc, since I have no idea whose job...
Now that we no longer support Go 1.19, we might as well deprecate `XorBytes`, remove the ARM-32 assembler version, and use the stdlib version instead. ``` go.mod | 2 +-...
Hi, I'm trying to experiment with Pion's GCC estimator in Galene. I'm sending a stream limited to 786kbit/s over an uncongested link. Even though the stream is application-limited, not congestion-limited,...
This is part 3/4 of a multi-package series. Part 1 is at https://github.com/pion/interceptor/pull/297 Part 2 is at https://github.com/pion/webrtc/pull/3002 Please don't merge until the series is complete.
This is part 1/4 of a cross-repository series. Please do not merge until the series is complete.