ChanServ changed the topic of #crystal-lang to: The Crystal programming language | https://crystal-lang.org | Fund Crystal's development: https://crystal-lang.org/sponsors | GH: https://github.com/crystal-lang/crystal | Docs: https://crystal-lang.org/docs | Gitter: https://gitter.im/crystal-lang/crystal
ur5us has joined #crystal-lang
ur5us has quit [Ping timeout: 255 seconds]
ur5us has joined #crystal-lang
PSY_ has joined #crystal-lang
PSY_ has quit [Client Quit]
l0s3r has joined #crystal-lang
l0s3r has quit [Client Quit]
Sankalp has quit [Ping timeout: 255 seconds]
Sankalp- has joined #crystal-lang
Sankalp- is now known as Sankalp
ur5us has quit [Ping timeout: 255 seconds]
ur5us has joined #crystal-lang
_ht has joined #crystal-lang
ur5us has quit [Ping timeout: 255 seconds]
jmdaemon has quit [Ping timeout: 246 seconds]
xyhuvud has quit [Remote host closed the connection]
taupiqueur has quit [Read error: No route to host]
taupiqueur has joined #crystal-lang
Sankalp has quit [Ping timeout: 255 seconds]
Sankalp has joined #crystal-lang
Sankalp has quit [Ping timeout: 255 seconds]
taupiqueur has quit [Quit: WeeChat 3.8]
Sankalp has joined #crystal-lang
Sankalp has quit [Ping timeout: 246 seconds]
Sankalp has joined #crystal-lang
Sankalp- has joined #crystal-lang
Sankalp has quit [Ping timeout: 255 seconds]
Sankalp- is now known as Sankalp
Sankalp has quit [Ping timeout: 255 seconds]
Sankalp has joined #crystal-lang
Sankalp- has joined #crystal-lang
Sankalp has quit [Ping timeout: 268 seconds]
Sankalp- is now known as Sankalp
alexherbo2 has joined #crystal-lang
alexherbo2 has quit [Remote host closed the connection]
jmdaemon has joined #crystal-lang
ua__ has joined #crystal-lang
ua_ has quit [Ping timeout: 268 seconds]
Sankalp has quit [Ping timeout: 246 seconds]
Sankalp has joined #crystal-lang
yxhuvud has joined #crystal-lang
ua__ has quit [Ping timeout: 248 seconds]
ua_ has joined #crystal-lang
<SamantazFox> Hi! Is it normal for `IO#gets_to_end` to parse newlines?
<SamantazFox> I don't see it being mentioned in the docs: https://crystal-lang.org/api/1.7.2/IO.html#gets_to_end%3AString-instance-method
_ht has quit [Quit: _ht]
<SamantazFox> And it seems that `Process.run` doesn't properly raise if the executable is not found...