ChanServ changed the topic of #crystal-lang to: The Crystal programming language | http://crystal-lang.org | Crystal 0.20.5 | Fund Crystal's development: http://is.gd/X7PRtI | Paste > 3 lines of text to https://gist.github.com | GH: https://github.com/crystal-lang/crystal | Docs: http://crystal-lang.org/docs/ | API: http://crystal-lang.org/api/ | Logs: http://irclog.whitequark.org/crystal-lang
mgarciaisaia has joined #crystal-lang
mgarciaisaia has quit [Client Quit]
Papierkorb has quit [Ping timeout: 240 seconds]
Papierkorb has joined #crystal-lang
soveran has joined #crystal-lang
soveran has quit [Ping timeout: 240 seconds]
voldz1tic3n has quit [Ping timeout: 240 seconds]
mgarciaisaia has joined #crystal-lang
Raimondii has joined #crystal-lang
Raimondi has quit [Ping timeout: 260 seconds]
Raimondii is now known as Raimondi
Bluebell_ has joined #crystal-lang
vikaton has quit [Quit: Connection closed for inactivity]
soveran has joined #crystal-lang
Bluebell_ has quit [K-Lined]
soveran has quit [Ping timeout: 248 seconds]
<FromGitter> <Sija> hi! any1 can tell me if this - https://carc.in/#/r/1m1v - is just me or it suppose to work?
voldz1tic3n has joined #crystal-lang
voldz1tic3n has quit [Ping timeout: 248 seconds]
soveran has joined #crystal-lang
soveran has quit [Ping timeout: 240 seconds]
<FromGitter> <stevensonmt> Total newb here, sorry for dumb question. When creating custom class, how do I define the initialize method such that I don't have to call `self.method` for any subsequent method definitions for that class?
snsei has joined #crystal-lang
snsei has quit [Remote host closed the connection]
mgarciaisaia has quit [Ping timeout: 258 seconds]
mgarciaisaia has joined #crystal-lang
snsei has joined #crystal-lang
snsei has quit [Remote host closed the connection]
snsei has joined #crystal-lang
snsei has quit [Ping timeout: 255 seconds]
soveran has joined #crystal-lang
soveran has joined #crystal-lang
soveran has quit [Changing host]
soveran has quit [Ping timeout: 240 seconds]
bjz has joined #crystal-lang
mgarciaisaia has quit [Ping timeout: 240 seconds]
mgarciaisaia has joined #crystal-lang
mgarciaisaia has quit [Quit: Leaving.]
soveran has joined #crystal-lang
soveran has joined #crystal-lang
soveran has quit [Changing host]
bjz_ has joined #crystal-lang
bjz has quit [Ping timeout: 255 seconds]
matp has quit [Remote host closed the connection]
matp has joined #crystal-lang
bjz has joined #crystal-lang
bjz_ has quit [Ping timeout: 260 seconds]
mark_66 has joined #crystal-lang
Raimondii has joined #crystal-lang
Raimondi has quit [Ping timeout: 260 seconds]
Raimondii is now known as Raimondi
<RX14> oh wow, this would look amazing on the new crystal-lang website: https://codepen.io/maxpowa/full/YNjrQB/
* Yxhuvud dislike page animations
<FromGitter> <sdogruyol> yo everyone sup
<FromGitter> <taylorfinnell> Hello! What am I doing wrong here? https://play.crystal-lang.org/#/r/1m2i I want a hash that can have nil or string values. Is this possible?
<RX14> yes
<RX14> you need to specify the hash has string or nil values
<RX14> that hash literal only has string values
<RX14> appending ` of String => String?` to the literal should work
<FromGitter> <sdogruyol> @taylorfinnell https://play.crystal-lang.org/#/r/1m2k
<FromGitter> <taylorfinnell> thank you!
bjz_ has joined #crystal-lang
bjz has quit [Ping timeout: 252 seconds]
bjz has joined #crystal-lang
bjz_ has quit [Ping timeout: 256 seconds]
sz0 has joined #crystal-lang
<bmcginty> As the stuff I'm working on right now isn't exactly ground breaking in usefulness, are there any libraries or systems or whatnot that you guys could use a crystal interface for?
<Yxhuvud> Dunno. What is your background? What are you good at?
<FromGitter> <sdogruyol> WTB Windows support help on https://github.com/crystal-lang/crystal/pull/3582 :smile:
<bmcginty> Yxhuvud: Mostly scraping applications recently, pulling from sites and adding to postgresql. Done a fare bit of openssl interfacing in python and a ton of web scraping.
<bmcginty> sdogruyol: if I can get going with it, I will. not my background, but nothing wrong with a challenge. thanks.
<FromGitter> <sdogruyol> @bmcginty have you scraped in Crystal?
bjz has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<bmcginty> sdogruyol: Thanks. You just reminded me I've got a half-completed http interface thingy and a couple other things to hand.
<FromGitter> <sdogruyol> @bmcginty thank you too :)
matp has quit [Remote host closed the connection]
matp has joined #crystal-lang
mgarciaisaia has joined #crystal-lang
sz0 has quit [Quit: Connection closed for inactivity]
mark_66 has quit [Remote host closed the connection]
voldz1tic3n has joined #crystal-lang
sz0 has joined #crystal-lang
voldz1tic3n has quit [Ping timeout: 240 seconds]
bjz has joined #crystal-lang
soveran has quit [Remote host closed the connection]
voldz1tic3n has joined #crystal-lang
denvit has joined #crystal-lang
soveran has joined #crystal-lang
soveran has joined #crystal-lang
soveran has quit [Changing host]
soveran has quit [Remote host closed the connection]
voldz1tic3n has quit [Ping timeout: 240 seconds]
soveran has joined #crystal-lang
soveran has joined #crystal-lang
soveran has quit [Changing host]
soveran has quit [Remote host closed the connection]
voldz1tic3n has joined #crystal-lang
bjz has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
bjz has joined #crystal-lang
bjz has quit [Client Quit]
soveran has joined #crystal-lang
bjz has joined #crystal-lang
bjz has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
mooe has joined #crystal-lang
mgarciaisaia has left #crystal-lang [#crystal-lang]
denvit has quit [Quit: Page closed]
sz0 has quit [Quit: Connection closed for inactivity]
voldz1tic3n has quit [Ping timeout: 276 seconds]
soveran has quit [Remote host closed the connection]
soveran has joined #crystal-lang
soveran has quit [Remote host closed the connection]
<FromGitter> <raydf> Hello everyone, if anyone has experience with the http::client, how can i wait to read all the info from the response in a block statement? with .gets_to_end?