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
ur5us has quit [Ping timeout: 260 seconds]
ur5us has joined #crystal-lang
notzmv has quit [Ping timeout: 260 seconds]
Sankalp has quit [Ping timeout: 276 seconds]
Sankalp has joined #crystal-lang
Sankalp has joined #crystal-lang
Sankalp has quit [Changing host]
notzmv has joined #crystal-lang
Sankalp has quit [Ping timeout: 260 seconds]
Sankalp has joined #crystal-lang
Sankalp has quit [Changing host]
Sankalp has joined #crystal-lang
ur5us has quit [Remote host closed the connection]
ur5us has joined #crystal-lang
Sankalp has quit [Ping timeout: 258 seconds]
ur5us has quit [Ping timeout: 255 seconds]
ur5us has joined #crystal-lang
ur5us has quit [Ping timeout: 255 seconds]
ua_ has quit [Remote host closed the connection]
Sankalp has joined #crystal-lang
Sankalp has quit [Changing host]
Sankalp has joined #crystal-lang
yxhuvud has quit [Remote host closed the connection]
yxhuvud has joined #crystal-lang
ua_ has joined #crystal-lang
Guest61 has joined #crystal-lang
<Guest61> Hi
<FromGitter> <Blacksmoke16> o/
Guest61 has quit [Quit: Ping timeout (120 seconds)]
Guest61 has joined #crystal-lang
Guest61 has quit [Client Quit]
avane has quit [Ping timeout: 260 seconds]
avane has joined #crystal-lang
ua_ has quit [Ping timeout: 276 seconds]
ua_ has joined #crystal-lang
hightower2 has joined #crystal-lang
ua_ has quit [Ping timeout: 258 seconds]
ua_ has joined #crystal-lang
<SamantazFox_> ```
<SamantazFox_> <link rel="stylesheet" href="/css/search.css?v=<%= ASSET_COMMIT %>">
<SamantazFox_> Error: unknown regex option: c
<SamantazFox_> ```
<SamantazFox_> That's a new one
<SamantazFox_> (in an .ecr file)
<FromGitter> <Blacksmoke16> got a playground link that reproduces it?
<SamantazFox_> Blacksmoke16 I figured it out: a missing `%>` in the code before it
<FromGitter> <Blacksmoke16> 👍
hightower4 has joined #crystal-lang
hightower2 has quit [Ping timeout: 246 seconds]
ur5us has joined #crystal-lang
<FromGitter> <fdr> seeing something pretty interesting here (I wouldn't have been the first) when doing some pretty normal HTTPS stuff: ⏎ ⏎ ```code paste, see link``` ⏎ ⏎ I'm on Fedora 36 with Crystal 1.4.1 via asdf-vm [https://gitter.im/crystal-lang/crystal?at=628ff310da83520ac34e6901]
<FromGitter> <Blacksmoke16> https://github.com/crystal-lang/crystal/pull/12034, be fixed next release
<FromGitter> <fdr> 👍
hightower4 has quit [Ping timeout: 255 seconds]
<FromGitter> <fdr> alas, it does make this program unusable, so I hope the next release comes somewhat soon. I suppose I can take some solace that it probably only affects the bleeding edge.
<FromGitter> <Blacksmoke16> plan b would be to downgrade to openssl 1.x iirc