Anton Bachin

Results 662 comments of Anton Bachin

@pitag-ha Thanks to you and everyone! I am working through bit rot issues in some of my other repos, and will reach Bisect_ppx in a few days. Then I will...

@pitag-ha, as the ppxlib maintainer, could you comment on the correctness of patches like https://github.com/anmonteiro/bisect_ppx/commit/cc442a08e3a2e0e18deb48f3a696076ac0986728 for 0.28.0? I am ready to review them from the Bisect point of view and...

I worked around this in 150c30545c9f0e35ac787a0610016a133511f599.

I started creating [Hyper](https://github.com/aantron/hyper) last year, the client counterpart to Dream. It likely can address parts of this issue.

In particular, the client's requesting functions are `request -> response promise` functions, and a Dream Web app has the same type signature (before it is passed to `Dream.run`/`Dream.serve`). One of...

This has been fixed upstream. Thanks again!

I'm going to close this as something very specific to a certain use case (which may not exist) and easily implementable by Dream's users when needed.

I want to link to a WIP PR on syntax highlighting support here https://github.com/ocamllabs/vscode-ocaml-platform/pull/895.

After the huge delay (apologies!) I think this behavior is too niche to support directly in Dream, given a user can easily write their own wrapper to deal with the...