-
We could consider maintaining some data in e.g. the deps.edn:
`{:org.babashka/neil {:lib foo.bar}}` or `{:aliases {:org.babashka/neil {:lib foo.bar}}}`.
And you could add this with `neil set :lib …
-
I'm beginning to need interrupt support. This one will be interesting...
https://github.com/clojure-emacs/cider/blob/dffe8c5c0bb6d07157e3db7322a0c8076ccb3a7b/cider-client.el#L387
-
I've been using the following command for `neil` development to re-run the `bb gen-script` task when a file changes:
```
find . -iname '*.clj' -o -iname 'prelude' | entr -s 'bb gen-script && date'
…
-
This is another thing I thought of while making https://github.com/babashka/neil/issues/100 for `clj-kondo`. Does it make sense to use [cljfmt](https://github.com/weavejester/cljfmt) in this project?
-
I'm not aware of any blockers at the moment. After the macOS/Linux implementation solidifies a bit more, I should be able to port the scripts to Windows pretty easily.
-
-
See here: https://github.com/babashka/neil/pull/67#issuecomment-1203663690
-
Hello,
Many of us use the clj-kondo linter, and it doesn't agree with the generated keywords for non-prefixed URIs:
```Invalid keyword: https://w3id.org/schematransform/ExampleShape#BShape. …
-
From our research, it appears that our primary branch of development is being depended on by a number of users. It's become a sort of de-facto release branch.
I don't think we ever had a stated po…
-
**Is your feature request related to a problem? Please describe.**
I cannot bind `*source-path*` for use at the REPL.
**Describe the solution you'd like**
I'd like sci to support the `*source…