Anthony Wharton
Anthony Wharton
Correct me if I am misunderstanding you, but surely if this option is set on the server then the client config should have `reneg-sec 0` (instead of `reneg-sec` set to...
Right I see, thanks for the explanation. This seems inline with what I was expecting as per the [OpenVPN 2.4 manual](https://openvpn.net/community-resources/reference-manual-for-openvpn-2-4/). With that said, I still am not 100% clear...
Unfortunately I've been quite busy, but I'll leave it on my spare-time to-do list if at all possible. I'm not hugely familiar with `asio` (speaking from bitter experience having spent...
Hi all, I am working on a completely separate project with XCode but have found a workaround for getting this working on simulators on Apple Silicon Macs. You need to...
If this is still a requirement for you there is another project that does provide access to the low level functions here: https://github.com/jwsi/pyargon2 It's pretty much just the [one function](https://github.com/jwsi/pyargon2/blob/master/pyargon2/argon2.py#L25),...
Makes sense to me regarding the old objects, and yeah its a difficult one to remedy as your points are all very valid. I don't think being able to access...
Seems pretty reasonable to me! Not a huge priority now that I know what is going on, but I think this could be a nice improvement for increasing consistency and...
If anyone comes across this issue in the meantime, I have found the following workaround using [SwiftUIIntrospect](https://github.com/siteline/SwiftUI-Introspect) ```Swift import SwiftUIIntrospect // ... TextField("...", text: $text, axis: .vertical) // modifiers... .introspect(.textField(axis:...
Thank you @nikolay-mdev, this fixed it for me. Looking into it a little more it looks like this is present when using v6 or greater of the Swift compiler. It...