Michael Bacarella

Results 44 comments of Michael Bacarella

Given that we're upstanding proper OCaml people I'd consider the SHOULDs as MUSTs. Doubly so because of the security issues this inconsistent enforcement introduces (see link above).

@mseri not expected. I'm blocked on figuring out how to tell ctypes to treat the const properly here. anyone know?

> I recently learned that ctypes.0.23.0 added a `const` type annotation: https://github.com/yallop/ocaml-ctypes/blob/master/CHANGES.md#ctypes-0230 in [yallop/ocaml-ctypes#780](https://github.com/yallop/ocaml-ctypes/pull/780) Doesn't seem to make the warning cum error go away for using string_opt over a returned...

Glad it was well received. Some thoughts. 1. The diff looks larger than it really is because I had to wrap startup blocks in `OpamMulticore.run_with_task_pool (fun task_pool ->`. Most of...

good idea, @c-cube! done in last push dev-team: let me know if the resultant diff is easier on the eyes

> With debug-level 1 and up you can see how long does dose3 alone take overall with these two lines: > 00:02.729 CUDF Checking request... > 00:04.479 CUDF Request checked...

I would like to reiterate @casey here > We're writing an app that users will run with their own nodes, so we don't necessarily control the certificates that will be...

> But it sounds like there is a workaround on the client side? That you just need to allow that CA cert=true flag? Sure, it's a workaround. I have to...

TLS is kind of a black box to me as well so I can just say what I did to get it to work. The way I'm fixing this client...