Ernestas Kulik
Ernestas Kulik
Currently, updating peers without replacing them is not implemented, which can mess up state tracking, especially when the last handshake time stops being a thing all of a sudden. This...
Splitting from https://github.com/fedora-infra/bodhi/issues/4002#issuecomment-624506966, because otherwise it will get buried. There is currently no way to swap out builds in side-tag updates, which forces packagers to waste time and bump release...
When configuring the project with Meson, this is the result: ``` Tried to create target "fdt", but a target of that name already exists. ``` https://www.spinics.net/lists/devicetree-compiler/msg03863.html would have fixed it,...
Currently, peers in a device are stored as a vector, which requires iterating to find a peer by its public key, so this commit changes it to be a hash...
This commit replaces the ever so prevalent 32-large array of u8s with a tuple struct and some aliases for struct fields. Ideally, those aliases would be strongly-typed, but sharing the...
Hello, I suppose this is more a question than a specific complaint, but what’s the recommendation wrt the embedded-domain-resolver feature? After psl was ripped out, it became a requirement to...
Compressed images require this property to be set.
I see that a hardcoded list of components is used: https://github.com/humbletim/setup-vulkan-sdk/blob/523828e49cd4afabce369c39c7ee6543a2b7a735/CMakeLists.txt#L22 Is there a reason why it’s so limited and there’s a TODO?