<oprypin>
bew, great page! i had no idea this existed
snsei_ has joined #crystal-lang
snsei has quit [Read error: Connection reset by peer]
snsei has joined #crystal-lang
snsei_ has quit [Ping timeout: 240 seconds]
<crystal-gh>
[crystal] MakeNowJust opened pull request #5061: Regexp: support duplicated named captures (master...feature/regexp/duplicated-named-capture) https://git.io/vdGoG
_whitelogger has joined #crystal-lang
snsei has quit [Remote host closed the connection]
snsei has joined #crystal-lang
snsei has quit [Remote host closed the connection]
snsei has joined #crystal-lang
snsei has quit [Remote host closed the connection]
snsei has joined #crystal-lang
snsei has quit [Remote host closed the connection]
snsei has joined #crystal-lang
snsei has quit [Remote host closed the connection]
snsei has joined #crystal-lang
snsei has quit [Remote host closed the connection]
snsei has joined #crystal-lang
snsei has quit [Remote host closed the connection]
snsei has joined #crystal-lang
snsei has quit [Remote host closed the connection]
snsei has joined #crystal-lang
weston1 has joined #crystal-lang
snsei has quit [Remote host closed the connection]
weston1 has quit [Ping timeout: 248 seconds]
snsei has joined #crystal-lang
<crystal-gh>
[crystal] MakeNowJust opened pull request #5062: Formatter: keep newline for multi-lines call with a block (master...fix/crystal-format/5060-keep-call-with-block-last-indent) https://git.io/vdG6x
snsei has quit [Ping timeout: 255 seconds]
weston1 has joined #crystal-lang
snsei has joined #crystal-lang
snsei has quit [Ping timeout: 246 seconds]
weston1 has quit [Ping timeout: 260 seconds]
Philpax has joined #crystal-lang
snsei has joined #crystal-lang
hightower2 has joined #crystal-lang
snsei has quit [Ping timeout: 258 seconds]
snsei has joined #crystal-lang
snsei has quit [Ping timeout: 258 seconds]
rohitpaulk has joined #crystal-lang
rohitpaulk has quit [Ping timeout: 248 seconds]
rohitpaulk has joined #crystal-lang
snsei has joined #crystal-lang
rohitpaulk has quit [Ping timeout: 248 seconds]
rohitpaulk has joined #crystal-lang
rohitpaulk has quit [Ping timeout: 240 seconds]
weston1 has joined #crystal-lang
weston1 has quit [Ping timeout: 248 seconds]
rohitpaulk has joined #crystal-lang
rohitpaulk has quit [Ping timeout: 240 seconds]
rohitpaulk has joined #crystal-lang
claudiuinberlin has joined #crystal-lang
_whitelogger has joined #crystal-lang
rohitpaulk has quit [Ping timeout: 258 seconds]
rohitpaulk has joined #crystal-lang
red_menace has joined #crystal-lang
red_menace has left #crystal-lang [#crystal-lang]
rohitpaulk has quit [Ping timeout: 240 seconds]
DTZUZO has quit [Ping timeout: 240 seconds]
snsei has quit [Remote host closed the connection]
snsei has joined #crystal-lang
snsei has quit [Remote host closed the connection]
snsei has joined #crystal-lang
snsei has quit [Remote host closed the connection]
snsei has joined #crystal-lang
snsei has quit [Remote host closed the connection]
snsei has joined #crystal-lang
snsei has quit [Remote host closed the connection]
snsei has joined #crystal-lang
snsei has quit [Remote host closed the connection]
snsei has joined #crystal-lang
snsei has quit [Remote host closed the connection]
snsei has joined #crystal-lang
snsei has quit [Remote host closed the connection]
<FromGitter>
<Qwerp-Derp> How do I create a type definition in a module?
<FromGitter>
<bararchy> well @Qwerp-Derp i'm not really sure TBH, but from my intuition, you dont want a type, you want a new name that represents `Int32 or String` in that case you use an alias
<FromGitter>
<bew> someone can tell me what's wrong with `XML::Node#to_xml` ? https://carc.in/#/r/2trp it doesn't seems to take my `indent` into account. I've looked at the underlying code and it seems ok..