Jaakko Keränen

Results 240 comments of Jaakko Keränen

Currently there is minimal support for horizontally scrolling preformatted blocks, using the mouse wheel or Mac trackpad. I agree completely that a scrollbar should be there, too.

@nervuri We would need to figure out if your mouse wheel's horizontal direction causes any SDL events to be triggered. I could add a new input event logging option that...

I looked into this a bit. While LibreSSL had a good start with modernizing and cleaning things up, OpenSSL has since evolved significantly. I don't see a pressing need for...

> default library of the compilation @hardBSDk From a compilation point of view, LibreSSL is usually a drop-in replacement for OpenSSL. It is up to whoever is doing the build...

When I get a chance, I will boot up my OpenBSD and FreeBSD VMs and check the build config with LibreSSL.

v1.14.2 includes the [changes from the previous comment](https://github.com/skyjake/lagrange/issues/554#issuecomment-1376754134).

I don't currently plan to make further changes regarding LibreSSL, so closing this (at least for now).

Reopening to investigate some macOS LibreSSL issues: - TLS session resumption is not working - certificate error: https://layer8.space/@mnordmeyer/109716602867368302 v1.15.0 will revert and go back to OpenSSL, at least for now.

Unfortunately, the Socket class is meant to be for TCP only. Perhaps you missed the Datagram class in the_Foundation? That implements an API appropriate for UDP where there is no...