Odd A
Odd A
I took a stab at this issue, in particular the issue mentioned by @gsinclair , with a PR here: https://github.com/yogthos/markdown-clj/pull/178 Reading line by line certainly causes some challenges here as...
I made a PR with tests instead! https://github.com/borkdude/jet/pull/138 Edit: And here's an example to illustrate the problem where I convert the keys in a map into keywords: ```shell > echo...
Will do! Also noted in the PR that maybe a separate NS should be created instead of inlining the missing functions directly? Babashka does this with a `core-extras` in an...
Okay, so maybe the current PR should be closed and then I can open one for SCI where the functions are added to `clojure-core` here? https://github.com/babashka/sci/blob/master/src/sci/impl/namespaces.cljc#L991C11-L991C11
Cool, I'll give updating sci.configs a try later today 😊
I tried to applying the recent update to [sci.configs](https://github.com/babashka/sci.configs/pull/20) to Jet and noticed that leiningen is still used to build and test, which doesn't support referencing git-dependencies! I can try...