<FromGitter>
<jrei:matrix.org> Better avoid using them if possible, generally
<FromGitter>
<jrei:matrix.org> Strings instead of symbols, and static objects instead of JSON::Any
<FromGitter>
<Blacksmoke16> or Enum, depending on the context
greenbigfrog has quit [Ping timeout: 268 seconds]
greenbigfrog has joined #crystal-lang
<FromGitter>
<seanchristophergregory_gitlab> oh for sure. I actually haven't heard an argument against symbols yet. are you speaking to the podman client or the app itself. Both are very poc, but I'd like to formalize them correctly. Most of the work done in the podman client was building models that were JSON::Serializable.
<FromGitter>
<Dan-Do> I think we have to convert the string to slice of bytes
<FromGitter>
<Blacksmoke16> im pretty sure it should use `.bytesize` instead of `.size`
<FromGitter>
<Blacksmoke16> but you can just pass the string since crystal will automatically call its `#to_unsafe` method
<FromGitter>
<Dan-Do> Thanks, just know that :)
taupiqueur has quit [Ping timeout: 265 seconds]
taupiqueur has joined #crystal-lang
* FromGitter
* dscottboggs:matrix.org thinks he broke the compiler again
ur5us has joined #crystal-lang
<FromGitter>
<dscottboggs:matrix.org> realized a compilation had been taking 20 minutes and cancelled it...project has been taking ~1 minute to compile until that. Been running with `--verbose --progress --stats` for ~10 minutes, stuck at the codegen step
<FromGitter>
<dscottboggs:matrix.org> any way to get more info on what's happening where it's stuck?
<xyhuvud>
how much did the other steps take?
<FromGitter>
<jrei:matrix.org> Do you use StaticArrays? 😄
taupiqueur has quit [Ping timeout: 260 seconds]
sagax has quit [Excess Flood]
<FromGitter>
<dscottboggs:matrix.org> less than a second each.
<FromGitter>
<dscottboggs:matrix.org> no
<FromGitter>
<dscottboggs:matrix.org> I've had it running since around 3:15PM EST and it's still going
<FromGitter>
<dscottboggs:matrix.org> why am I so damn good at breaking things 😞