Christophe Raffalli
Christophe Raffalli
Here is an example of use! ``` let parse_html ~dynamic ~filename s = let detailed_report opens (line,col) err = match opens, err with | ((_,"ml"), _, _)::_, (`Bad_token _ |...
Anton Bachin ***@***.***> writes: > I would be happy to merge it! Can you describe the application briefly in a bit more detail? I was unable to understand -- you...
I did the PR and tested it in https://github.com/craff/simple_httpd. It seems to do the job.
Anton Bachin ***@***.***> writes: > As I recall, Markup should already parse unknown custom tags in some default fashion, which is dictated by the spec. What is currently happening? >...
Anton Bachin ***@***.***> writes: > As I understand it, you want to have custom tags for which the lexical conventions for the content are similar to , because in &...
Unfortunately, this is not on my machine, it is on a build by github action, while try to compile https://github.com/craff/simple_httpd. I don't know if you can see the build log....
This solved the issue. I do not understand why `brew install openssl` fails while the following works. ``` - run: brew install openssl@3 if: ${{ matrix.os == 'macos-latest' }} ```
I investigated more. Calling Message.close and/or using Hyper.request did not solve the problem. I think it is deeper in Dream and may be related to [issue 347 of dream](https://github.com/aantron/dream/issues/347). The...
I rebased on master.
I fixed the test and generalised the use of Runtime_lock for both the server and the client side. I noticed a problem and created issue #145.