Franco Biasin

Results 10 issues of Franco Biasin

Hi, there's one particular case in which kibit seems to be broken. Replacing ``` (do 1) ``` with ``` 1 ``` Raises an exception related to the fact that you...

Hi! In the first example of the [core.async](https://funcool.github.io/clojurescript-unraveled/#channels) section the code shows the following: ```clojure (put! ch 42) ;; Got a value: 42 ;; => 42 ``` > Note that...

Hi! I'm using this library because pedestal [uses it](https://github.com/pedestal/pedestal/blob/50fe5ea89108998ac5a79a02a44432fd111ea6f8/service-tools/src/io/pedestal/service_tools/dev.clj#L17-L21) to reload the files. The problem is that `ns-tracker` doesn't return the namespaces in the order in which each file depends...

Hi :wave:! I have a feature request regarding macro comments and the discard macro reader. I would like to format those and found a TODO comment in the codebase: https://github.com/greglook/cljstyle/blob/14c18e5b593c39bc59f10df1b894c31a0020dc49/src/cljstyle/format/zloc.clj#L126-L132...

Pretty printing in babashka doesn't work, if I try to print something it ends up using `pr-str`, so in the log buffer you'll see something like: ``` {:hello "world", :some...

enhancement
client-clojure

From conversation in [slack](https://clojurians.slack.com/archives/C03A6GE8D32/p1655323061319559). When trying to run `clj -M:cljd flutter` I get the following output ``` PS C:\Users\Franco\Desktop\flutterexample> clj -M -m cljd.build flutter === Warming up `.clojuredart/libs-info.edn` === (helps...

https://neovim.io/doc/user/news-0.11.html#news-0.11 Related to #10 and #12. I would hesitate on merging this as it is. I blindly replaced code where it seemed reasonable.

Folder names that include digits trigger error `Unreadable arg:` https://clojurians.slack.com/archives/C03S1KBA2/p1727444792457129

# Description There's only two commits for now. First one has the implementation. Second one a basic custom command to illustrate the use. # TODO - [x] I created an...

Follow up from this [clojurians slack](https://clojurians.slack.com/archives/CPABC1H61/p1752021061360969?thread_ts=1752018125.247749&cid=CPABC1H61) conversation. There are already custom linters (#2043) # Things to define - Config. For now the config is something like `{:cmd-name my-cmd/run, :cmd-name2 ...}`....

enhancement