meeseekz

Results 3 issues of meeseekz

This works `(spec (vector* ubyte))` but adding another spec layer breaks it: `(spec (spec (vector* ubyte)))` > Exception: java.lang.IllegalArgumentException: No implementation of method: :size of protocol: #'octet.spec/ISpecSize found for class:...

Still worked on 2.26.7 repro: https://github.com/meeseekz/shadow-issue-squint ```json { "devDependencies": { "shadow-cljs": "2.27.1" }, "dependencies": { "@nextjournal/clojure-mode": "0.3.1" } } ``` ```clj (ns app (:require ["@nextjournal/clojure-mode" :as clj-mode])) (defn init! []...