Sankalp has quit [Read error: Connection reset by peer]
Sankalp has joined #crystal-lang
ua_ has quit [Ping timeout: 256 seconds]
<FromGitter>
<kzvonov> Hey guys! I've a problem installing Crystal on my M1 Pro Chip inside a docker container. To be precise (1) I have M1 Pro chip (2) I have a container with ruby powered by Debian 11 (3) I'm trying to run this script `RUN curl -fsSL https://crystal-lang.org/install.sh | bash -s -- --version=1.2 --channel=stable`
ur5us has joined #crystal-lang
<FromGitter>
<kzvonov> I suppose I can compile it from the source code, but are there any guides about it?
<FromGitter>
<plambert> Dumb, quick question: anyone know of a relatively loose date/time string parser that allows a whole lot of common patterns? Like `2022-05-02 06:07:08` and `5/2/2022 6pm` and such?
<FromGitter>
<plambert> Not looking for anything perfect, just to allow CLI users the chance to use whatever format they try first...
<FromGitter>
<moe:busyloop.net> didn't find one when i last looked
<FromGitter>
<moe:busyloop.net> shouldn't be too hard to port one of the ruby ones tho, if you're so inclined. e.g. https://github.com/mojombo/chronic