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
notzmv has joined #crystal-lang
human_g33k has quit [Ping timeout: 264 seconds]
human_g33k has joined #crystal-lang
ur5us has joined #crystal-lang
ur5us has quit [Ping timeout: 260 seconds]
ur5us has joined #crystal-lang
ur5us has quit [Ping timeout: 246 seconds]
<FromGitter> <jrei:matrix.org> We got this issue too
<FromGitter> <jrei:matrix.org> That's because the old Root CA can still be present when doing the TLS handshake
<FromGitter> <jrei:matrix.org> And in some places, even if we send one valid CA out of 2, there will be an error
Volk has joined #crystal-lang
Volk has joined #crystal-lang
Volk has quit [Changing host]
deavmi has quit [Ping timeout: 252 seconds]
deavmi has joined #crystal-lang
avane has quit [Quit: o/]
avane has joined #crystal-lang
deavmi has quit [Quit: No Ping reply in 210 seconds.]
deavmi has joined #crystal-lang
human_g33k has quit [Ping timeout: 252 seconds]
human_g33k has joined #crystal-lang
sagax has quit [Ping timeout: 264 seconds]
<FromGitter> <danny8376> That denpends on ssl library you're using. It fails with OpenSSL 1.0.x. Just remove DST Root CA X3 from trust store if you can't upgrade to newer OpenSSL.
<FromGitter> <danny8376> @vgramkris currently no. You could bind LibC's prlimit yourself, but not sure if that's cleaner.
taupiqueur has joined #crystal-lang
taupiqueur has quit [Quit: taupiqueur]
taupiqueur has joined #crystal-lang
taupiqueur has quit [Ping timeout: 252 seconds]
taupiqueur has joined #crystal-lang
taupiqueur_ has joined #crystal-lang
taupiqueur has quit [Ping timeout: 252 seconds]
taupiqueur_ has quit [Ping timeout: 250 seconds]
taupiqueur has joined #crystal-lang
taupiqueur has quit [Ping timeout: 240 seconds]
taupiqueur has joined #crystal-lang
postmodern has joined #crystal-lang
<postmodern> can macros yield control?
<postmodern> like what if you wanted to write a macro that for-looped over a set of values, but yielded control to a given piece of macro-text
taupiqueur has quit [Ping timeout: 252 seconds]
taupiqueur has joined #crystal-lang
<postmodern> also why can't you define local variables in {% %} statements outisde of a macro function?
<FromGitter> <Blacksmoke16> you can, but have to wrap it in macro begin/end
taupiqueur has quit [Ping timeout: 252 seconds]
taupiqueur has joined #crystal-lang
<FromGitter> <Blacksmoke16> assuming that's what I think you are wanting
<postmodern> cool
taupiqueur has quit [Ping timeout: 250 seconds]
<postmodern> hmm there's no equivalent of Hash[] for initialize a Hash of (key,value) pairs
<postmodern> guess the closest thing is Hash.zip(ary1,ary2)
taupiqueur has joined #crystal-lang
<postmodern> also is there an equivalent of ruby's IO#noecho ? i need to disable echoing of input for when reading new passwords from stdin
taupiqueur has quit [Ping timeout: 240 seconds]
taupiqueur has joined #crystal-lang
human_g33k has quit [Remote host closed the connection]
HumanG33k has joined #crystal-lang
taupiqueur has quit [Ping timeout: 240 seconds]
taupiqueur has joined #crystal-lang
taupiqueur has quit [Ping timeout: 252 seconds]
taupiqueur has joined #crystal-lang
Volk has quit [Remote host closed the connection]
ur5us has joined #crystal-lang
ur5us has quit [Ping timeout: 252 seconds]
postmodern has quit [Read error: Connection reset by peer]
<FromGitter> <Blacksmoke16> > *<postmodern>* hmm there's no equivalent of Hash[] for initialize a Hash of (key,value) pairs ⏎ ⏎ when the keys/values are in an array or known ahead of time?
taupiqueur has quit [Ping timeout: 252 seconds]
wtR has joined #crystal-lang