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]
<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
<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?
<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?