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
notzmv has quit [Ping timeout: 268 seconds]
<FromGitter> <moe:busyloop.net> Overlapped I/O event is not in a signaled state :(
<FromGitter> <moe:busyloop.net> hmm, looks like 1.6 broke kemal
<FromGitter> <moe:busyloop.net> ```code paste, see link``` [https://gitter.im/crystal-lang/crystal?at=633f8594133b6458ca15963c]
* FromGitter * moe:busyloop.net confusedly digs a bit more
<FromGitter> <Blacksmoke16> update to latest commit until next release
<FromGitter> <moe:busyloop.net> ahhh
<FromGitter> <moe:busyloop.net> i see
<FromGitter> <Blacksmoke16> cons of extending types you dont own
<FromGitter> <moe:busyloop.net> you should become a google plugin
<FromGitter> <moe:busyloop.net> there doesn't seem to be anything crystal related that you don't know :D
<FromGitter> <Blacksmoke16> for the avg person maybe :P if you get into compiler dev or something may not be that much help hehe
<FromGitter> <moe:busyloop.net> good enough for me :P
<FromGitter> <moe:busyloop.net> anyway, i'll just postpone my 1.6 upgrade. 1.5.1 is plenty fine so far
<FromGitter> <Blacksmoke16> why not just update kemal to latest commit?
<FromGitter> <Blacksmoke16> technically pinning to a commit is safer than version
<FromGitter> <moe:busyloop.net> i don't even use it directly, it's pulled in by crometheus
<FromGitter> <moe:busyloop.net> don't need 1.6 bad enough to muck with my shards
<FromGitter> <moe:busyloop.net> will just wait till kemal cuts a release
<FromGitter> <Blacksmoke16> 👍
ur5us has joined #crystal-lang
ur5us has quit [Ping timeout: 252 seconds]
notzmv has joined #crystal-lang
<wwalker> What ORM(s) do you recommend? I want to move a couple of apps from Rails/activeRecord to crystal. Nothing really complex. I'd prefer to use an ORM that supports multiple DBs (MySQL, and sqlite, postgres isn't necessary)
<FromGitter> <jgarte:matrix.org> Hi is crystal still completely bootstrappable?
<FromGitter> <Blacksmoke16> wwalker depending on your needs i find using raw SQL + https://crystal-lang.github.io/crystal-db/api/0.11.0/DB/Serializable.html works quite well
<FromGitter> <Blacksmoke16> then could have a connection pool for each DB versus needing to worry if the ORM supports it. Throw in a few helper methods and should work quite well
<FromGitter> <Blacksmoke16> @jgarte:matrix.org there's a script floating around somewhere to do that iirc
<wwalker> @Blacksmoke16 Thanks, I'll look into Serializable.
Sankalp has quit [Ping timeout: 268 seconds]
<FromGitter> <Blacksmoke16> 👍
Sankalp has joined #crystal-lang
ur5us has joined #crystal-lang
_ht has joined #crystal-lang
walez__ has joined #crystal-lang
walez__ has quit [Quit: Leaving]
walez__ has joined #crystal-lang
ur5us has quit [Ping timeout: 250 seconds]
ur5us has joined #crystal-lang
ur5us has quit [Ping timeout: 246 seconds]
Sankalp has quit [Ping timeout: 265 seconds]
Sankalp has joined #crystal-lang
walez__ has quit [Quit: Leaving]
jmdaemon has quit [Ping timeout: 265 seconds]
yxhuvud has quit [Read error: Connection reset by peer]
yxhuvud has joined #crystal-lang
dmgk has joined #crystal-lang
Starfoxxes has quit [Ping timeout: 265 seconds]
Starfoxxes has joined #crystal-lang
jmdaemon has joined #crystal-lang
walez__ has joined #crystal-lang
<riza> is there a way to run more advanced dns queries in stdlib?
<riza> I looked at Addrinfo, and I'm able to resolve A/AAAA records with it, but I don't see a way to resolve MX or TXT records with it
_ht has quit [Remote host closed the connection]
ur5us has joined #crystal-lang
ur5us has quit [Ping timeout: 248 seconds]
wwalker has quit [Quit: leaving]
<FromGitter> <Blacksmoke16> https://gitlab.com/jgillich/crystal-dns, dunno if it still works tho
ur5us has joined #crystal-lang
walez__ has quit [Ping timeout: 252 seconds]
<riza> hm
ur5us has quit [Remote host closed the connection]
ur5us has joined #crystal-lang