acoolstraw has quit [Remote host closed the connection]
acoolstraw has joined #crystal-lang
<FromGitter>
<skinnyjames> @Blacksmoke16 athena console ended up being pretty slick. Thanks. ⏎ ⏎ Now I just need to dig myself out of the hole I made by using `with ... yield`. :) Hoping this one (https://forum.crystal-lang.org/t/rfc-with-yield-replacement/386/48) moves forward.
<FromGitter>
<skinnyjames> Looks cool, will check it out.
<FromGitter>
<Blacksmoke16> 💪 glad to hear! any issues/questions feel free to ping me
<FromGitter>
<Blacksmoke16> id also suggest using the latest commit, save yourself from some breaking changes next release, and give you access to the table gen
yxhuvud has quit [Read error: Connection reset by peer]
yxhuvud has joined #crystal-lang
<FromGitter>
<azurelmao> How would I use OpenGL in crystal? Is there an already made glfw lib or do I have to bind to the C lib myself?
<FromGitter>
<azurelmao> ok nvm chat gpt answered me :o
ur5us has joined #crystal-lang
ur5us has quit [Ping timeout: 260 seconds]
ur5us has joined #crystal-lang
alexherbo2 has joined #crystal-lang
taupiqueur has joined #crystal-lang
ur5us has quit [Ping timeout: 260 seconds]
<FromGitter>
<jrei:matrix.org> Or you can search on GitHub
alexherbo2 has quit [Remote host closed the connection]
_ht has quit [Quit: _ht]
ur5us has joined #crystal-lang
taupiqueur has quit [Ping timeout: 256 seconds]
taupiqueur has joined #crystal-lang
sagax has quit [Remote host closed the connection]
<FromGitter>
<skinnyjames> Would anyone be up for helping me better understand why this snippet (https://play.crystal-lang.org/#/r/e83k) breaks when removing the comment?
<FromGitter>
<Blacksmoke16> with the added complexity of generics
<FromGitter>
<Blacksmoke16> it works if you replace the generic on the task with `Barista::Project` and not `CoffeeShop`
<FromGitter>
<skinnyjames> Ah thanks, I was hoping to be able to specify multiple projects. Originally I was using an Object based DSL design, but kept finding that I needed more workarounds.