hightower2 has quit [Remote host closed the connection]
hightower2 has joined #crystal-lang
ur5us has quit [Ping timeout: 260 seconds]
hightower3 has joined #crystal-lang
hightower2 has quit [Ping timeout: 265 seconds]
Starfoxxes has quit [Ping timeout: 252 seconds]
Starfoxxes has joined #crystal-lang
rem has quit [Quit: WeeChat 3.2]
hightower3 has quit [Ping timeout: 252 seconds]
<FromGitter>
<grkek> Hello
<FromGitter>
<Blacksmoke16> o/
<FromGitter>
<jrei:matrix.org> Hi @grkek , long time not see!
Peter0x41 is now known as Peter0x44
brw has quit [Quit: Ping timeout (120 seconds)]
brw has joined #crystal-lang
wolfshappen has quit [Ping timeout: 252 seconds]
wolfshappen has joined #crystal-lang
<FromGitter>
<djpate> Hello, new here. Had a question regarding NamedTuples. Is it possible to have a namedTuple with optional keys
<FromGitter>
<djpate> I want to enforce a specific type if a value is set but allow the key to be missing
<FromGitter>
<Blacksmoke16> use a struct/record
<FromGitter>
<Blacksmoke16> it's usually suggested to not use named tuples to model data
<FromGitter>
<djpate> can I easily get a hash out of a record? the orm I'm using only allows hash/NamedTuple for the update method
<FromGitter>
<Blacksmoke16> is it granite?
<FromGitter>
<djpate> no Jeniffer
<FromGitter>
<Blacksmoke16> then not that im aware
r0bby has quit [Write error: Connection reset by peer]
r0bby has joined #crystal-lang
<FromGitter>
<atlantis> Hi all! I'm on 1.1 and getting "Error: BUG: already had enclosing call" on (spider-gazelle) deferred_promise.cr: self.then(->(result : Input)
<FromGitter>
<atlantis> I can open an issue there but might take a crack at fixing it... any helpful knowledge to drop on what that error means/where to start looking?
<FromGitter>
<Blacksmoke16> looks like a compiler bug
<FromGitter>
<Blacksmoke16> i.e. prob not related to spider gazelle
<FromGitter>
<Blacksmoke16> first step would be to create a minimal program that reproduces it
<FromGitter>
<atlantis> whoops I lied - apparently this is in a 1.0.0 container so let me confirm it still exists in 1.1.0
<FromGitter>
<atlantis> thanks everyone for all the work on crystal btw! getting close to a deploying a real project hopefully and performance is great so far...