Hezekiah M. Carty
Hezekiah M. Carty
Are you referring to http://zguide.zeromq.org/page:all#The-Load-Balancing-Pattern?
This is supported but I don't have any examples in the repo showing how to use it. The `Plot.color_palette_t` type is for custom color palettes: https://github.com/hcarty/ocaml-plplot/blob/5b7e70e091f1827ac5c303ce232eacade35690fb/src/plplot.mli#L118-L119 They can be selected...
Also - apologies for taking so long to respond! I hope the description above is still helpful.
Ah, thanks for the report! I think I realized this at the time but didn't have a 32bit system to test on. It should be relatively straightforward to replace that...
Until/unless this is added here, there is a `Dune` plugin available which provides some highlighting support for `dune`/`jbuilder` files.
On the OCaml side, once effects land Lwt and Async will likely move over to being based on effects or they'll go away. It's not clear yet what the end...
The answer has been "a few releases from now" for a while. There's a lot of work being done to nail down the semantics, limit the impact on performance for...
Maybe it would be useful to catch all guard instances but replace any other than the "right" ones with `[%ocaml.error "a guard is not allowed in this context"]` or something...
That kind of error message would honestly be useful in lots of ppxs using extension points...
I would happily accept such patch! I'll take a look and comment back here if I have any suggestions.