Navin Keswani
Navin Keswani
Looks like this issue is back? https://github.com/shoes/shoes/issues/140 FWIW I checked and verified on OSX 10.8.3 that the issue is most succinctly described as in this comment https://github.com/shoes/shoes/issues/140#issuecomment-2067580
I'm not sure if this is what @tmcgilchrist meant but perhaps we can keep the existing API by just doing: ``` val default_handler : .... val webhook : ... ?(handler...
So what's a good resolution here? What should the Mouse Signals tutorial be updated to reflect? Is it appropriate to explicitly get the reader to: `elm-package install Apanatshka/elm-signal-extra` and then...
I'd like to tackle this if that's appropriate. My plan is: - turn on the `ws` feature flag for `axum` https://docs.rs/axum/latest/axum/#feature-flags - write an integration test, possibly using `curl`
@houqp my initial thoughts about this issue appear to have been naive. Simply enabling the feature in axum doesn't get us very far. Won't we actually need to support a...
That makes sense thanks @houqp I might start by sketching out the experience of using the current API from a websockets client. If you have any thoughts on this please...
This PR may be relevant #1296
We [tried out using websockets on ocaml-ci](https://github.com/novemberkilo/ocaml-ci/blob/e6083635a005b10597998b19f4cd4c6bb2de6e53/web-ui/controller/git_forge.ml#L351-L361) with 1.0.0~alpha5 and are running into the same issue.
Also checking in on the status of this please.
It seems that `ocaml-docs-ci` would also like to be able to automatically (with exponential back off) retry failed jobs. I'd like to pick up this issue please. I'll submit a...