Sankalp has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
_ht has joined #crystal-lang
Sankalp has joined #crystal-lang
Sankalp has quit [Client Quit]
Sankalp has joined #crystal-lang
hightower2 has joined #crystal-lang
hightower3 has joined #crystal-lang
hightower2 has quit [Ping timeout: 255 seconds]
jmdaemon has quit [Ping timeout: 246 seconds]
hightower3 has quit [Read error: Connection reset by peer]
hightower2 has joined #crystal-lang
hightower3 has joined #crystal-lang
hightower2 has quit [Read error: Connection reset by peer]
fifr_ has joined #crystal-lang
hightower3 has quit [Read error: Connection reset by peer]
hightower2 has joined #crystal-lang
hightower2 has quit [Ping timeout: 256 seconds]
hightower2 has joined #crystal-lang
<FromGitter>
<moe:busyloop.net> hm there's no `delegate` for class methods, right?
<FromGitter>
<ShinyKyurem555> Quick question: how can I create an encrypted database with Crystal and make it accessible on a shared LAN drive?
hightower3 has joined #crystal-lang
hightower2 has quit [Ping timeout: 256 seconds]
<FromGitter>
<moe:busyloop.net> it sounds like your question is about "Crystal Reports". this channel is about Crystal the programming language (the two are not related)
hightower3 has quit [Read error: Connection reset by peer]
Sankalp- has joined #crystal-lang
Sankalp has quit [Ping timeout: 260 seconds]
Sankalp- is now known as Sankalp
hightower2 has joined #crystal-lang
hightower2 has quit [Read error: Connection reset by peer]
hightower2 has joined #crystal-lang
hightower2 has quit [Read error: Connection reset by peer]
notzmv has quit [Ping timeout: 246 seconds]
Starfoxxes has quit [Ping timeout: 265 seconds]
Starfoxxes has joined #crystal-lang
<FromGitter>
<Blacksmoke16> @moe:busyloop.net I think i can support what you wanted via a new overload that does like: ⏎ ⏎ ```code paste, see link``` ⏎ ⏎ but then comes the question is this implicit conversion really wanted/desired? [https://gitter.im/crystal-lang/crystal?at=63ac620d8f8df4262ac7728d]
<FromGitter>
<moe:busyloop.net> interesting 🤔
<FromGitter>
<moe:busyloop.net> hm yea, not worth it i think, i just wrote out the def explicitly for now - that's clearer
<FromGitter>
<moe:busyloop.net> (was just a bit surprised that there is no class-level equivalent)
<FromGitter>
<Blacksmoke16> this snippet is from the implementation of the `GreaterThan` validator. basically just uses overloads to make the compiler happy when it does the comparison
<FromGitter>
<Blacksmoke16> sorry, im back on the validator stuff ^
<FromGitter>
<moe:busyloop.net> ah, i didn't even read properly lol
<FromGitter>
<moe:busyloop.net> well, i already made my own validator now with that other shard