Jakub Holý

Results 119 comments of Jakub Holý

I have a similar problem where none of the two variants work. With the nextline: ```clojure ;; pragma: allowlist nextline secret {:user {:signing {:gpg-key "5AA361214163F2CD"} ;; my keybase key ```

Thanks a lot for the answer! I wasn't aware that OpenTelemetry is a new API replacing OpenTracing, I will absolutely check it out! (Since this is a new project.) I...

I would also be very interested in this, and having it exposed via the Node API. I currently am forced to use the api because I am indexing custom files....

# Already possible You can already do this: ```clojure (wl/init! {:aliases '{** Power}}) (wl/eval '(** 2 5)) ; => 32 ``` ```clojure (wl/init!) (wl/eval '(** 2 5) {:aliases '{** Power}})...

Currently, our aliases are simple 1 for 1 substitution, so there is no place to put the conditional logic w.r.t. number of arguments. Thus we'd either need to extend that,...

WDYT @light-matters ? This would make sense to me as well.

Closing, no idea what that code was supposed to do.

@light-matters do you have some insight into this, pls?

Are you saying that Clojure devs can do whatever they need without `@` because they can simply do `(f (g (h ...)))`? Or could there be a case where they...

Closing - as discussed, it may not be useful enough to be worth supporting. Will reopen if users actually need this.