Ian McInerney

Results 235 comments of Ian McInerney

You should declare a dependency on `MbedTLS_jll` since you want to start using the mbedtls library. Is there a specific version that is needed? Also, @giordano is mbedtls still a...

There has been a large effort recently to move away from MbedTLS and to OpenSSL instead. Can open62541 use OpenSSL?

The effort has mainly started because the upstream MbedTLS seems to not publish their plans for future LTS versions (so Julia doesn't know when they are coming), and also can...

Why is it split into a build_tarballs and a common? This looks simple enough we should just keep it all in a single build_tarballs to make updating the recipe simple.

I see that it is currently building the static library. In general, we do like to avoid having those in the main JLLs because they can really eat up space...

I don't know how to get the mac build to use the static library to compile the shared library. The best fix would be to have it just compile the...

The macOS dylib is still tiny compared to the static library - 17.2kB vs. 7.9MB, so I think it is still broken.

I went down the wayland mouse warping rabbit hole a year ago, and it is basically discouraged by upstream (not necessarily for security reasons, but because they think it is...

I think to get this wx will need to actually implement the protocol itself (similar to how we have the current pointer protocol in KiCad directly, wx would need to...

If you build wxPython with 3.3.0, then I don't think it could be easily included in most Linux distros without vendoring wx inside of it, since they won't package 3.3.0....