companion_cube changed the topic of #ocaml to: Discussions about the OCaml programming language | http://www.ocaml.org | OCaml 4.11 release notes: https://caml.inria.fr/pub/distrib/ocaml-4.11/notes/Changes | Try OCaml in your browser: http://try.ocamlpro.com | Public channel logs at http://irclog.whitequark.org/ocaml
Tuplanolla has quit [Quit: Leaving.]
landonf has quit [Excess Flood]
landonf has joined #ocaml
johnelse has quit [Ping timeout: 246 seconds]
johnelse has joined #ocaml
jca has quit [Ping timeout: 246 seconds]
lobo has quit [Ping timeout: 246 seconds]
srax has quit [Ping timeout: 246 seconds]
srax has joined #ocaml
lobo has joined #ocaml
sim642 has quit [Ping timeout: 246 seconds]
jca has joined #ocaml
sim642 has joined #ocaml
mfp has quit [Ping timeout: 240 seconds]
landonf has quit [Excess Flood]
landonf has joined #ocaml
landonf has quit [Excess Flood]
landonf has joined #ocaml
osa1 has quit [Ping timeout: 252 seconds]
landonf has quit [Excess Flood]
landonf has joined #ocaml
hackinghorn has joined #ocaml
narimiran has joined #ocaml
waleee-cl has quit [Quit: Connection closed for inactivity]
<d_bot> <mseri> Steenuil which function worries you?
gahr has quit [Quit: leaving]
gahr has joined #ocaml
shawnw has joined #ocaml
vicfred has quit [Quit: Leaving]
Haudegen has joined #ocaml
olle has joined #ocaml
mbuf has joined #ocaml
arecaceae has quit [Remote host closed the connection]
arecaceae has joined #ocaml
<Terence> I think I understand now, thanks!
dhil has joined #ocaml
breitenj has quit [Ping timeout: 250 seconds]
breitenj has joined #ocaml
bartholin has joined #ocaml
mfp has joined #ocaml
hosewiejacke2 has joined #ocaml
<steenuil> @mseri just Client.get and Client.post in Cohttp_lwt_unix
<steenuil> catching all exceptions is not a big deal though
<steenuil> I can live with it
hosewiejacke2 has quit [Ping timeout: 260 seconds]
kakadu has joined #ocaml
narimiran has quit [Quit: leaving]
hosewiejacke2 has joined #ocaml
Haudegen has quit [Quit: Bin weg.]
hosewiejacke2 has quit [Ping timeout: 246 seconds]
<d_bot> <mseri> Oh ok. Yes there may be errors raised from lwt conduit or tls then that can creep up
<steenuil> yeah, I figured
bjorkintosh has quit [Remote host closed the connection]
bjorkintosh has joined #ocaml
kakadu has quit [Read error: Connection reset by peer]
kakadu has joined #ocaml
andreas303 has quit [Remote host closed the connection]
andreas303 has joined #ocaml
nicoo has quit [Remote host closed the connection]
nicoo has joined #ocaml
<d_bot> <khady> Is anyone using telegraml? It’s crashing pretty often for me. I’m wondering if I’m doing something wrong or if rewriting it from scratch would make sense
<d_bot> <khady> It doesn’t support the webhooks, which seem to be the modern way of writing bots
rpcope has quit [Ping timeout: 252 seconds]
hosewiejacke2 has joined #ocaml
<schlaftier> khady: I tried it once but didn’t get it to play nice with the Telegram servers. They would complain about multiple simultaneous connections IIRC. I ended up writing the parts I needed by hand with Cohttp and Yojson
<schlaftier> I’m not using webhooks though
rpcope has joined #ocaml
<d_bot> <khady> Yeah it doesn’t seem too complex to get something tailored for my needs. Thanks
hosewiejacke2 has quit [Ping timeout: 240 seconds]
Haudegen has joined #ocaml
rpcope has quit [Ping timeout: 252 seconds]
nicoo has quit [Ping timeout: 240 seconds]
rpcope has joined #ocaml
shawnw has quit [Ping timeout: 265 seconds]
nicoo has joined #ocaml
<hackinghorn> hi, what is the print_endline but without the printing endline?
<hackinghorn> is print a thing?
<d_bot> <mseri> pir
<companion_cube> print_string iirc? in general you could use `Printf.printf "%s" the_str` I suppose
<hackinghorn> ah thx
waleee-cl has joined #ocaml
mbuf has quit [Read error: Connection reset by peer]
mbuf has joined #ocaml
osa1 has joined #ocaml
<vsiles> print_string, print_int, print_newline, print_endline would be the "basic" ones
<companion_cube> so sad that they're in pervasives :p
wonko7 has joined #ocaml
<hackinghorn> lol is pervasives bad?
<companion_cube> well these things could be in a module :)
curtosis has joined #ocaml
osa1 has quit [Quit: osa1]
osa1 has joined #ocaml
kakadu has quit [Remote host closed the connection]
osa1 has quit [Ping timeout: 240 seconds]
mxns has joined #ocaml
olle has quit [Ping timeout: 246 seconds]
Haudegen has quit [Quit: Bin weg.]
Tuplanolla has joined #ocaml
shawnw has joined #ocaml
<d_bot> <darrenldl> astronavt: timere 0.2.1 is on opam now (finally : D
hosewiejacke2 has joined #ocaml
mbuf has quit [Quit: Leaving]
Haudegen has joined #ocaml
landonf has quit [Excess Flood]
landonf has joined #ocaml
bartholin has quit [Quit: Leaving]
vicfred has joined #ocaml
mxns has quit [Ping timeout: 250 seconds]
mxns has joined #ocaml
mxns has quit [Ping timeout: 260 seconds]
hosewiejacke2 has quit [Ping timeout: 240 seconds]
olle has joined #ocaml
mxns has joined #ocaml
webshinra_ has quit [Remote host closed the connection]
mxns has quit [Ping timeout: 258 seconds]
webshinra has joined #ocaml
olle has quit [Ping timeout: 240 seconds]
myles_bilong has joined #ocaml
mxns has joined #ocaml
olle has joined #ocaml
mxns has quit [Ping timeout: 265 seconds]
zmagii has quit [Quit: ZNC 1.7.5+deb4 - https://znc.in]
mxns has joined #ocaml
zmagii has joined #ocaml
mxns has quit [Ping timeout: 240 seconds]
myles_bilong has quit [Quit: Ping timeout (120 seconds)]
hosewiejacke2 has joined #ocaml
mxns has joined #ocaml
hosewiejacke2 has quit [Remote host closed the connection]
curtosis is now known as curtosis[away]
curtosis[away] has quit [Quit: My Mac Mini has gone to sleep. ZZZzzz…]
<d_bot> <mseri> steenuil if you want to see an example where they catch some common exceptions, you can look at https://github.com/ocaml/ocaml.org/blob/master/script/http.ml
<steenuil> oh nice, thank you @mseri
wonko7 has quit [Ping timeout: 240 seconds]
mxns has quit [Ping timeout: 250 seconds]
zmagii has left #ocaml ["ERC (IRC client for Emacs 28.0.50)"]
mxns has joined #ocaml
mxns has quit [Quit: ZNC 1.8.2 - https://znc.in]
mxns has joined #ocaml
mxns has quit [Ping timeout: 260 seconds]
AUDIOX56 has joined #ocaml
mxns has joined #ocaml
AUDIOX56 has quit [Client Quit]
mxns has quit [Ping timeout: 240 seconds]
Terence has left #ocaml ["Leaving"]
mxns has joined #ocaml
olle has quit [Ping timeout: 240 seconds]
mxns has quit [Quit: ZNC 1.8.2 - https://znc.in]
mxns has joined #ocaml
AUDIOX27 has joined #ocaml
mxns has quit [Ping timeout: 250 seconds]
mxns has joined #ocaml
pippijn has quit [Ping timeout: 260 seconds]
AUDIOX27 has quit [Quit: Connection closed]
mxns has quit [Ping timeout: 250 seconds]
mxns has joined #ocaml
wreed has joined #ocaml
pippijn has joined #ocaml
mxns has quit [Ping timeout: 252 seconds]
neiluj has quit [Ping timeout: 260 seconds]
wreed has quit [Quit: Goodbye]
mxns has joined #ocaml
curtosis has joined #ocaml
mxns has quit [Ping timeout: 246 seconds]
mxns has joined #ocaml
mxns has quit [Ping timeout: 250 seconds]
mxns has joined #ocaml
mxns has quit [Ping timeout: 258 seconds]
Haudegen has quit [Ping timeout: 265 seconds]
mxns has joined #ocaml
mxns has quit [Ping timeout: 250 seconds]
mxns has joined #ocaml
mxns has quit [Ping timeout: 240 seconds]
dhil has quit [Ping timeout: 268 seconds]
mxns has joined #ocaml
mxns has quit [Ping timeout: 246 seconds]
mxns has joined #ocaml
mxns has quit [Ping timeout: 260 seconds]
mxns has joined #ocaml
Tuplanolla has quit [Quit: Leaving.]