Anton Bachin

Results 662 comments of Anton Bachin

As far as I know, the significance of whitespace is decided by each XML format. As a result, Markup can't reliably make decisions about whether whitespace is significant or not,...

It would probably be useful to add a `?preserve_whitespace` argument as you suggest, and expose default implementations for HTML and XML, with the XML one respecting `xml:space="preserve"`. The default value...

@cuihtlauac Which OS changes are you referring to? Definitely need to look into this regardless.

That looks like a Docker image change. At least in terms of the image names, I see that it was `ocaml/opam:alpine-3.20-ocaml-4.14` before and `ocaml/opam:alpine-3.20-ocaml-5.2`. I don't know what the totality...

If not, a practical solution for now might be to move back to the 4.14 images, since that PR doesn't require using 5.2 for OCaml.org, just allows it, and we...

It's also possible that some of the other changes in that PR are causing this somehow, since opam-repository is pinned to a newer commit (there might be a fresh bug...

It looks like one of the issues might be with Dream_encoding, cc @tmattio. However, even in the presence of any other issues, Dream shouldn't be leaking connections, so that's a...

I've added fd number logging to Dream in https://github.com/aantron/dream/pull/345, now merged in. Would you be able to try running with it?

The actual [code](https://github.com/ocaml/ocaml/blob/fc98dd14335964e371df8cda910295ba4c8ddf28/stdlib/map.ml#L141) at this position is ```ocaml raise Not_found ``` The code that calls this is [here](https://github.com/dbuenzli/logs/blob/ddffac1ad6f60369b62cc09f7a9424bb08ec8ad2/src/logs.ml#L152-L155): ```ocaml let find : type a. a def -> set -> a...

The actual string `count_while1` does not seem to appear in the repos of Dream, Logs, or OCaml, at least I haven't found it with `grep`.