Anton Bachin
Anton Bachin
The part that fetches these patches is the `--recursive` flag during clone.
And it's briefly documented in [Contributing](https://github.com/aantron/dream?tab=readme-ov-file#contributing) in the README, though not with this much detail.
I've since written a new Mirage example, which is much simplified, and I am often running it in order to test Dream's compatibility with Mirage. The previous Mirage example is...
Bisect now supports ReScript 10. This can be closed.
Thank you! I just tried it locally and was unable to reproduce it. This, together with... - the lack of stack trace, - the lack of any Dream code in...
Thank you! Would you be willing to propose this as a PR?
It should be possible to add a macro to opt out of generating string conversions at all. I would strongly considering merging a PR. However, I understand from your message...
Comparing the error message and this line: https://github.com/aantron/hyper/blob/a16193c5369d379772765b549a393090d639373e/src/http/connect.ml#L72 I suspect, without confirming, that Hyper is not allowing SSL to negotiate SSLv3 with medium.com. It looks like SSLv3 is widely considered...
I wanted to do exactly this, but I don't have a satisfactory solution ready. I do have "a" solution. I experimented in a `namespaces` [branch](https://github.com/aantron/markup.ml/commits/namespaces) of Markup.ml. The exploratory "solution"...
Oh, BTW, the extra [line 11](https://github.com/aantron/markup.ml/commit/4548a5c578a8091d183e78bd1e4bcf7869a41836#diff-1cd2815207204073b06a20db11fb1e78R11) is there for libraries that already have `Foo_Bar` packages but want to make them into `Foo.Bar`. It and the [content](https://github.com/aantron/markup.ml/commit/4548a5c578a8091d183e78bd1e4bcf7869a41836#diff-2ecd06ed25d835972f545905e3f3b7b3R1) of `Foo_Bar` make `Foo_Bar`...