-
https://gist.github.com/bj0/aa1ed75920381144781baa669d0ed4c9
Good day~ :))
Thanks Thanks~
-
Hi there,
TCP/IP protocol is failing for the commands below. I note that I can create images successfully from WSL via my Dockerfile as per:
https://stackoverflow.com/questions/66466339/docker-for…
jsg24 updated
2 years ago
-
When doing a pass of the source (#65), I sometimes get confused as to what the intended public API of an adopted lib is. This is the case for me for clj-yaml.
I find a library much easier to suppor…
lread updated
2 years ago
-
Similar to `print-method`.
Some notes:
1) SCI implements protocols methods as multimethods
2) In JVM `print-method` is not included by default, it needs access to the host `print-method` multim…
-
```clojure
user=> (require '[malli.core :as ma])
Could not resolve symbol: deftype [at borkdude/dynaload.cljc:4:2]
```
I made several quick fixes here to make the `require` work: https://github.…
-
When there are certain GraalVM classes on the classpath `babashka.process` crashes.
I'm guessing that this is because `babashka.process` wrongly thinks that it is running in a native GraalVM enviro…
-
**Is your feature request related to a problem? Please describe.**
I'm trying to establish CI pipeline for `zprint` project, and it contains Babashka adjustments you kindly provided some time ago.
F…
-
I'm getting the following exception when trying to `upload` something:
```
$ grep spire bb.edn
:pods {epiccastle/spire {:version "0.1.0-alpha.18"}}
$ bb --version
babashka v0.8.1
src/tasks/se…
-
Nuzzle does not currently have any CI testing. Add a test running GitHub Action to validate that all tests pass before merging.
- Run `clojure -M:test -m kaocha.runner`
- Find a way to install Chrom…
-
### Describe the bug
On current nixpkgs unstable, GraalVM 11 and 17 both fail to build for darwin.
Since this is a build dependency of several other packages like `babashka` and `clj-kondo`, these…