Simon Cruanes
Simon Cruanes
stdint 0.4.2 uses oasis, which uses `Stream`, now removed in OCaml 5.0
the API is a bit confusing for now, compared to something like an IRC bot where you just listen to incoming messages. If I understand correctly I have to maintain...
note sure if it's in the API of slack, but it'd be nice to have.
for now it only contains styling, but we could imagine having URLs as well (which have a very specific rendering in the html backend). What else?
- render as markdown in text - render as `` in html backend - use hyperref in LaTeX, some day
cc @anuragsoni this builds on #40. The combination of #40 and this, but using multicore, would be super interesting. However it would become important to make the buffer pool thread...
cc @anuragsoni that could be of interest I suppose, on multicore, directly with domains? :)
maybe depend on conf-curl/ocurl/curly to do the tests? - [ ] test gzip decoding (upload with compression enabled?) - [ ] test gzip encoding (see echo.ml and `/zcat/file` endpoint) -...
Hi, I've had issues connecting some IRC bots recently from ocaml-irc-client. Trying the `stelnet` example on it is interesting: ```sh $ dune exec examples/stelnet.exe -- irc.libera.chat -p 6697 SSL connection...
(very much in progress, didn't go through the whole thing yet)