Raphael Pour

Results 6 issues of Raphael Pour

Build gem and push it to the rubygem mirror.

This PR adds support for classless static route option (https://tools.ietf.org/rfc/rfc3442.txt) and is a follow-up of PR #67. I refactored it using @multun s [review](https://github.com/ipxe/ipxe/pull/67#pullrequestreview-116469263). I appreciate your comments and feedback....

With OpenSSL 3.0 (which is default since at least Ubuntu 22.04 Jammy), the cipher `ECB` isn't supported anymore. This will break [vncdes#40](https://github.com/kaspergrubbe/ruby-vnc/blob/f1d6c00d5a1e33a4938f9b4ce4f2d7e4a6af0480/lib/cipher/vncdes.rb#L40). Short reproducer: ```bash > ruby -r openssl -e...

Could someone make a depdency update? It's a critical resource for us! ![Image](https://github.com/user-attachments/assets/d7edcf89-f642-41f2-9140-70c67fe84804)

gopls v0.18.0 just got released and [deprecated the `hoverKind` value `Strctured`](https://github.com/golang/tools/releases/tag/gopls%2Fv0.18.0) which vim-go uses: > The experimental Structured value for the [hoverKind option](https://github.com/golang/tools/blob/master/gopls/doc/settings.md#hoverkind-enum) is no longer supported. Can someone look...

Some audio interfaces don't expose their active-ports with the default profile (which was `ProAudio` for my `Focusrite Scarlett 2i2 (Gen. 3)` in my case). Since the mute state for `set_source_mute_by_index`...