alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #crystal-lang
Sankalp- has joined #crystal-lang
Sankalp has quit [Ping timeout: 256 seconds]
Sankalp- is now known as Sankalp
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #crystal-lang
jmdaemon has joined #crystal-lang
straight-shoota has quit [Ping timeout: 246 seconds]
jhass has quit [Ping timeout: 252 seconds]
straight-shoota has joined #crystal-lang
jhass has joined #crystal-lang
ur5us has quit [Ping timeout: 252 seconds]
dannyAAM has quit [Quit: znc.saru.moe : ZNC 1.6.2 - http://znc.in]
dannyAAM has joined #crystal-lang
dannyAAM has quit [Remote host closed the connection]
dannyAAM has joined #crystal-lang
Sankalp has quit [Ping timeout: 252 seconds]
Sankalp has joined #crystal-lang
jmdaemon has quit [Ping timeout: 248 seconds]
Sankalp has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
Sankalp has joined #crystal-lang
Sankalp has quit [Client Quit]
Sankalp has joined #crystal-lang
Sankalp has quit [Ping timeout: 246 seconds]
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #crystal-lang
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #crystal-lang
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #crystal-lang
uncomfy has joined #crystal-lang
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #crystal-lang
<uncomfy>
hello. new to crystal. joined because maybe there are some good advices here. :)
uncomfy has quit [Quit: uncomfy]
<FromGitter>
<uncomfyhalomacro:opensuse.org> oh so it's bridged
<FromGitter>
<uncomfyhalomacro:opensuse.org> @straight-shoota (Johannes Müller) regarding crystal to be packaged in opensuse, i dont want to maintain other distributions except openSUSE since i don't know how other distributions do it. you won't mind if i just add my own spec to crystal to `devel:tools:compiler` right? thoughts? or should we change some things a bit
_ht has joined #crystal-lang
Sankalp has joined #crystal-lang
Sankalp has quit [Ping timeout: 264 seconds]
Sankalp has joined #crystal-lang
<yxhuvud>
it is bridged to some places, but I don't think straight-shoota is on either side anymore.
<yxhuvud>
discord is probably more reliable for that
<yxhuvud>
or the forum
jmdaemon has joined #crystal-lang
ur5us has joined #crystal-lang
<FromGitter>
<wwalker> I'm trying to add elements to a json object that is a hash. I'm beating my head against a wall. Here's the simplest I can get it (https://play.crystal-lang.org/#/r/egs1 ) but it just won't let me add an element that will have sub elements.... ⏎ ⏎ I've tried at least 30 combinations.... (probably some of them repeats). What am I doing wrong?
<FromGitter>
<Blacksmoke16> steppin back, is there a reason you cant use `JSON::Serializable`?
<FromGitter>
<Blacksmoke16> and actual types versus `JSON::Any`?
walez has joined #crystal-lang
<FromGitter>
<wwalker> I don't know the types. The json I'm parsing, and adding fields to, can be arbitrarily complex.
walez has quit [Quit: Leaving]
<FromGitter>
<wwalker> Think of the 1000 monkeys writing Shakespear's plays, that's my input.