Christian Lindig
Results
12
issues of
Christian Lindig
As a client of this Opam package I found that it does not pass the Opam CI when using it as a dependency: * https://github.com/ocaml/opam-repository/pull/27306 The reason is that it...
``` utop # let str = "\"Foo\xc0\xafBar\"";; val str : string = "\"FooÀ¯Bar\"" utop # Yojson.Basic.from_string str;; - : Yojson.Basic.t = `String "FooÀ¯Bar" utop # String.is_valid_utf_8 str;; - : bool...