Michiel Borkent

Results 367 issues of Michiel Borkent

neil dep upgrade changes the git url, in the following cases: ``` clojure {babashka/pods {#_#_:local/root "/Users/borkdude/Dropbox/dev/clojure/babashka/babashka.pods" :git/url "https://github.com/babashka/babashka.pods" :git/sha "47e55fe5e728578ff4dbf7d2a2caf00efea87b1e"}} ``` the git url is changed to `github.com/babashka/pods` ``` clojure...

user=> (require '[cljs.spec.alpha :as s]) "TypeError: Cannot read properties of undefined (reading 'prototype')" Strangely enough it does work in the sci.configs playground and in clerk: https://babashka.org/sci.configs/

See https://github.com/clojure/clojurescript/blob/b7ede4bce3e273ab85155fdd8463c291a6f81d43/src/main/clojure/cljs/core.cljc#L2676C1-L2703C17 This will be a better way of emitting JS object literals than relying on metadata for users Similarly `array`: https://github.com/clojure/clojurescript/blob/b7ede4bce3e273ab85155fdd8463c291a6f81d43/src/main/clojure/cljs/core.cljc#L2592

Sexpr-ing a tagged literal results in an expression like `(read-string "#foo/bar 1)` . Imo this should be fully qualified to prevent clashes with referred vars from elsewhere. PR incoming.

https://gist.github.com/zmb3/2bf29397633c9c9cc5125fdaa988c8a8

I'm not sure if I should post this as an issue. I posted [this](http://www.nejm.org/doi/pdf/10.1056/NEJMoa1000678) document to `api/processFulltextDocument` and noticed I got back some authors that were roles of other authors....

error cases
licence:needs_CC-BY
models:header

https://emil0r.com/posts/2024-12-16-config-files-generation/