Tom Petr
Tom Petr
### Description This PR adds support for the `dialog` authentication plugin. I cut some corners by leaving the `DialogFunc()` implementation to the user instead of attempting to load a shared...
- better utilize makefile for windows build - make Common2.glob more portable - remove hardcoded unix-style paths Fixed a bunch of these with this Semgrep rule: ```yaml rules: - id:...
**Describe the bug** jsoo's implementation of `caml_float_of_string` doesn't match Stdlib's handling of whitespace: jsoo allows trailing whitespace while regular ocaml does not jsoo toplevel: ``` OCaml version 5.0.0 Compiled with...