Highlights
- Arctic Code Vault Contributor
- GitHub Sponsor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
6,106 contributions in the last year
Contribution activity
December 2020
Opened 6 pull requests in 4 repositories
borkdude/clj-kondo
3
merged
borkdude/babashka
1
merged
borkdude/deps.clj
1
merged
borkdude/sci
1
merged
Reviewed 2 pull requests in 2 repositories
borkdude/babashka 1 pull request
babashka/babashka.nrepl 1 pull request
Created an issue in borkdude/sci that received 2 comments
Option to disable arity checks
user=> (sci/eval-string "(defn f [a b c] 1) (f)" {:disable-arity-checks true})
1
user=> (sci/eval-string "(defn f [a b c] [a b c]) (f)" {:disable-a…
Opened 22 other issues in 7 repositories
borkdude/babashka
4
open
4
closed
- Merge reitit-feature branch to master
- Default classpath for bb "project"
- babashka.deps/clojure
- babashka.deps/add-deps
- Add com.stuartsierra/dependency to projects.md
- Investigate compatibility with slingshot
- Invoking `clj` via ProcessBuilder yields error when certain environment variables aren't passed through
- Expose babashka classpath as babashka.classpath/get-classpath