Mark Sto

Results 70 comments of Mark Sto

@oliyh Hi Oliver! Maybe it's worth switching to `clojure.tools.logging` at this spot in the codebase? It is built into Babashka and is the de facto standard for libraries. Then users...

@oliyh This one can be closed now, after the `0.2.1` is released.

> FWIW this was a lot harder than it should've been because I'm unable to get a REPL working. By extension I was unable to get a debugger working. Not...

@oliyh Hi Oliver! I believe that this issue can be closed as unrelated to Martian. Cheers.

@oliyh Hi Oliver! I believe that this issue can be closed as non-constructive. Cheers.

Hi @kkinnear! Me again. 😅 I had the same issue, but with the thread-first macro. This one is super irritating because it's not just a matter of style/readability. See, there...

But then, on a real world project with a more complicated `zprint` config, I started running into some weird issues with this custom `:fn-map` entry for the `"->"`. Here's the...

And one more thing. If we, say, go with an `:indent` option for a `:list` inside a thread-first macro instead of the `:style :indent-only`, things will do that strange arg-line...

@kkinnear The only workaround that I'm aware of is to use "guides" (`:guide` or `:guided-body`) for this. But, since these stay an internal, undocumented feature, there is no way for...

Oh, right... You have reminded me of that "sets thing" (semantics) that I remember reading about in the docs when touching `zprint` for the first time. Will try it out...