ChanServ changed the topic of #crystal-lang to: The Crystal programming language | https://crystal-lang.org | Fund Crystal's development: https://crystal-lang.org/sponsors | GH: https://github.com/crystal-lang/crystal | Docs: https://crystal-lang.org/docs | Gitter: https://gitter.im/crystal-lang/crystal
<oprypin> oh.
<FromGitter> <oprypin:matrix.org> wow what a nice deduction just from that hint
<FromGitter> <didactic-drunk> :curtsey:
<FromGitter> <me:ky.rs> @didactic-drunk I appreciate your explanation on what is *not* a secret, Lol.
deavmi has quit [Read error: Connection reset by peer]
<FromGitter> <mixflame> please vote for my PR guys <3 https://github.com/amberframework/amber/pull/1265
<FromGitter> <mixflame> if you use amber
<FromGitter> <mixflame> <3
deavmi has joined #crystal-lang
ur5us has joined #crystal-lang
avane has quit [Ping timeout: 252 seconds]
<FromGitter> <didactic-drunk> @me:ky.rs You'll probably like Bidet (https://didactic-drunk.github.io/crypto-secret.cr/main/Crypto/Secret/Bidet.html) (Who doesn't? They're hours of fun)
ur5us has quit [Ping timeout: 240 seconds]
ur5us has joined #crystal-lang
ur5us has quit [Ping timeout: 240 seconds]
postmodern has quit [Quit: Leaving]
postmodern has joined #crystal-lang
postmodern has quit [Client Quit]
avane has joined #crystal-lang
jhass[m] has quit [Quit: Bridge terminating on SIGTERM]
fifr[m] has quit [Quit: Bridge terminating on SIGTERM]
jhass[m] has joined #crystal-lang
fifr[m] has joined #crystal-lang
<FromGitter> <me:ky.rs> I noticed that since I looked into your code a bit out of curiosity :P
viole has quit [Ping timeout: 272 seconds]
_whitelogger has joined #crystal-lang
dannyAAM has joined #crystal-lang
<FromGitter> <foxxx0> @wyhaines I ended up not needing dynamic method/property calls and instead built myself a small template struct inspired by your gist without the need for `send.cr`: ⏎ ⏎ ```code paste, see link``` [https://gitter.im/crystal-lang/crystal?at=60ca4f26d161a54f051c61ec]
ua_ has quit [Ping timeout: 244 seconds]
ua_ has joined #crystal-lang
<FromGitter> <wyhaines> Yeah. Using hashes obviates the need to dynamically call methods. Nice work.
sorcus has quit [Ping timeout: 244 seconds]
ur5us has joined #crystal-lang
sorcus has joined #crystal-lang
dom96 is now known as NimBot
NimBot is now known as dom96
<FromGitter> <postmodern:matrix.org> @didactic-drunk: do you wnat me to move ioctl.cr to crystal-posix? if so, could you look over the code first.
postmodern has joined #crystal-lang
<FromGitter> <didactic-drunk> You're welcome to move it now, or not. I'll have to look in a few hours but that can be handled with PR's.
<FromGitter> <didactic-drunk> How do I check if a module exists in a macro?
sorcus has quit [Quit: WeeChat 3.1]
sorcus has joined #crystal-lang
<FromGitter> <tenebrousedge> why?
<FromGitter> <tenebrousedge> usually if I am wondering about questions of that nature, I'm checking if an object subclasses a type, or whether it responds to a given method