kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tormen_ has joined #ocaml
tormen has quit [Ping timeout: 245 seconds]
silver has quit [Read error: Connection reset by peer]
rdivyanshu has joined #ocaml
xuanrui has joined #ocaml
kvda has joined #ocaml
noitakomentaja has quit [Ping timeout: 245 seconds]
kamog has joined #ocaml
rdivyanshu has quit [Remote host closed the connection]
Jeanne-Kamikaze has joined #ocaml
rdivyanshu has joined #ocaml
noitakomentaja has joined #ocaml
Jeanne-Kamikaze has quit [Quit: Leaving]
rdivyanshu has quit [Ping timeout: 244 seconds]
steenuil has quit [Quit: Leaving]
rdivyanshu has joined #ocaml
xuanrui has quit [Remote host closed the connection]
muelleme has joined #ocaml
sagotch has joined #ocaml
muelleme has quit [Ping timeout: 252 seconds]
orbifx2 has joined #ocaml
rdivyanshu has quit [Ping timeout: 260 seconds]
orbifx2 has quit [Ping timeout: 252 seconds]
rdivyanshu has joined #ocaml
muelleme has joined #ocaml
muelleme has quit [Ping timeout: 246 seconds]
bartholin has quit [Remote host closed the connection]
ggole has joined #ocaml
Haudegen has joined #ocaml
jaar has joined #ocaml
rdivyanshu has quit []
jaar has quit [Ping timeout: 264 seconds]
jaar has joined #ocaml
noitakomentaja has quit [Ping timeout: 252 seconds]
lostman has quit [Quit: Connection closed for inactivity]
jaar_ has joined #ocaml
jaar has quit [Ping timeout: 272 seconds]
JimmyRcom has quit [Ping timeout: 272 seconds]
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dtornabene has joined #ocaml
kvda has joined #ocaml
<sagotch>
Hey. I have made a PR on js_of_ocaml to implement filesystem I/O, but my data get corrupted. If someone want to help me finding why/where/how, please have a look to https://github.com/ocsigen/js_of_ocaml/pull/703
mfp has joined #ocaml
<sagotch>
As said in the PR, I think that it gets corrupted while writing file to disk, because reading is just replicate code of something I know it works
erkin has joined #ocaml
Haudegen has quit [Remote host closed the connection]
<xvilka>
Hi! Is anyone ever uses amqp-client library? (RabbitMQ client) The documentation in it is almost nonexistent and example is too basic
<xvilka>
Searching for any open source project that uses it
<xvilka>
I found no packages in opam that use it
<xvilka>
Is it even used anywhere?
<xvilka>
*somewhere at all?
<xvilka>
search at github also shown nothing that depends on it
carlosdagos has quit [Quit: Connection closed for inactivity]
dtornabene has quit [Read error: Connection reset by peer]
dtornabene has joined #ocaml
freyr69 has joined #ocaml
_andre has joined #ocaml
gallais has joined #ocaml
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<Leonidas>
xvilka: let me know if you have questions, I think the interface is pretty nice, but you do need to understand AMQP :-)
Bronsa has joined #ocaml
tane has joined #ocaml
cuicui has joined #ocaml
FreeBirdLjj has joined #ocaml
cuicui1 has joined #ocaml
cuicui has quit [Ping timeout: 252 seconds]
cuicui1 has quit [Client Quit]
cuicui has joined #ocaml
FreeBirdLjj has quit [Remote host closed the connection]
freyr69 has quit [Remote host closed the connection]
FreeBirdLjj has joined #ocaml
FreeBirdLjj has quit [Ping timeout: 250 seconds]
ollehar has joined #ocaml
FreeBirdLjj has joined #ocaml
dmbaturin_ is now known as dmbaturin
Haudegen has quit [Read error: Connection reset by peer]
erkin has quit [Remote host closed the connection]
erkin has joined #ocaml
artart78 has quit [Ping timeout: 252 seconds]
sagotch has quit [Quit: Leaving.]
ollehar has quit [Ping timeout: 260 seconds]
cuicui has quit [Ping timeout: 244 seconds]
jaar_ has quit [Quit: Leaving]
artart78 has joined #ocaml
FreeBirdLjj has quit [Remote host closed the connection]
Haudegen has joined #ocaml
FreeBirdLjj has joined #ocaml
kakekongen has joined #ocaml
TheLemonMan has joined #ocaml
bartholin has joined #ocaml
companion_cube has quit [Remote host closed the connection]
ocabot has quit [Remote host closed the connection]
ocabot has joined #ocaml
ocabot has quit [Remote host closed the connection]
ocabot has joined #ocaml
companion_cube has joined #ocaml
TheLemonMan has quit [Quit: "It's now safe to turn off your computer."]
steenuil has joined #ocaml
Bronsa has quit [Ping timeout: 252 seconds]
<kakekongen>
Pretty new to ocaml, but for debugging purposes (and with Lwt), most of the times I print in the match arms and try to not do anything more with it. This give the always nice got unit, expected 'a Lwt.t
<kakekongen>
Any tips regarding what I should be doing different?
<kakekongen>
Or in general, are there any pointers toward a good introduction to Lwt so I can properly understand what I do? :)