Christophe Raffalli

Results 61 issues of Christophe Raffalli

#### Version and Runtime ``` Version: Commit: Runtime: go1.14.2 linux/amd64 Date: ``` #### Expected Behaviour According to the documentation, the chunked encoding is followed by a possibly empty sequence of...

The simplest example hangs if I do more requests than the number of domains. The bug is against latest opam version with ocaml 5.0.0-beta2. Step to reproduce: dune build dune...

Hello, Some packages have no active maintener anymore. A notion of orphan package could be nice with - A way for current maintener to transfer the github (or alike) permission...

opam package conf-libssl try to install openssl on macos and the package is not found. The solution is probably `brew install openssl@3` that worked for me on github action. I...

``` #=== ERROR while compiling conf-libssl.4 ======================================# # context 2.1.4 | macos/x86_64 | ocaml-base-compiler.5.0.0~rc1 | git+https://github.com/ocaml/opam-repository.git # path ~/work/simple_httpd/simple_httpd/_opam/.opam-switch/build/conf-libssl.4 # command ~/.opam/opam-init/hooks/sandbox.sh build sh -ex ./homebrew.sh check # exit-code 1...

This could help with issue #74.

I am doing an ocaml equivalent of php (but better) for [simple_httpd](https://craff/simple_httpd ), and currently I use two tags: - `

Would be nice to be able to produce a tree with some location in it. The application I have in mind is generation of ocaml file what should use the...

I have made several improvements (?) to route handling in simple_httpd you might want to use for tiny_httpd: - [ ] I have fixed an order on route: more precise...