1. 11
    1. 3

      This looks really helpful. The post says it was inspired by rust. I haven’t use that, but I like what I see so far on this.

      1. 2

        Game changer yeah!

        For now I’ve been using this snippet:

        |> IO.inspect(label: "## ", pretty: true, limit: :infinity)
        

        And then placing it on every line I need to know the output. This makes this obsolete!

        1. 2

          Yes, I do the same thing! Can’t wait for it to be released.