Ethin Probst
Ethin Probst
I was setting up utilada_aws/utilada_curl, both of which require it. I don't believe it's necessarily configurable as a default, but I very well could be wrong. I know that some...
Ah, okay, I didn't know about this fork. I'll be primarily using quickjs through choc, at least, assuming I don't need to call into the lower-level C API to do...
The opening of the file doesn't fail. The error is delayed until the first read. As soon as `llfio::read` is called when `flags` is set to `flag::none`, windows (at least...
Is `caf.openssl` actually used anymore? Or is it just for historical purposes? If it's a purely historic thing, it may be worth marking it as deprecated so you have to...
Ah okay, I mean we could switch to using tlse for that if that's it's main purpose. Or could use the Noise Protocol Framework too (I wrote a public domain...
Is there any way we can add support for this?
@samuel-lucas6 Oh my God, how did I not hear of this before now (noise explorer, I mean)? This I think may (theoretically) definitely help in figuring out the framework and...
@LoupVaillant I tried monokex but I couldn't really figure it out, unfortunately. (I have very little experience with OCaml and it didn't work when I tried building it on Windows,...
@LoupVaillant Ah, thank you. I'm attempting (operative word...) to re-implement the go code in C++ (I'm using that because I feel a lot more comfortable in it, so I don't...
Okay, so I genuinely don't know if this is just noise explorer or something else but the code it gives me looks way, way too complicated, and though I've tried...