Anton Bachin

Results 662 comments of Anton Bachin

Sent an email. I want to ask about the "meta" of this. In case osh becomes widely used (and I will try to help that), it will likely attract more...

Reporting for now: I was able to reproduce this a couple weeks ago, but ran out of time to properly precisely diagnose it. I will get back to it in...

> (BTW, I'll also gladly accept the news that I'm somehow running afoul of some necessary yet missing websocket handling 😟) This is almost certainly a problem in Dream or...

@pyx, based on the log, this appears to be an error during compiling the OCaml compiler itself (rather than Dream or another library). Could you report it at https://github.com/ocaml/ocaml/issues/new? Also,...

Welcome back :) The esy build should be fully self-contained. If you are not yet using your system-installed OCaml 4.14 and opam, try removing them. If the esy OCaml 4.12...

The input element is documented at [`Dream.csrf_tag`](https://aantron.github.io/dream/#val-csrf_tag), which generates the element: ```html ``` The value is obtained by calling [`Dream.csrf_token`](https://aantron.github.io/dream/#val-csrf_token). Is this enough? What changes would help to make this...

On the subject of `dream-channels`, Dream's WebSocket handling has become much more precise recently, with the low-level ping and pong and other bits exposed, as well as at least an...