Teodor Heggelund
Teodor Heggelund
Nice argparse guide: https://realpython.com/command-line-interfaces-python-argparse/
Looks like I'm getting the same error on XFCE 4.16: $ clj -M -m humble-deck.main java.lang.Thread::run Thread.java :833 java.util.concurrent.ThreadPoolExecutor$Worker::run ThreadPoolExecutor.java :635 java.util.concurrent.ThreadPoolExecutor::runWorker ThreadPoolExecutor.java :1136 java.util.concurrent.FutureTask::run FutureTask.java :264 clojure.core/binding-conveyor-fn/fn--5823 core.clj :2047...
Great, thank you!
Thank you! 💯 Looking forward to try this out if your changes get merged.
@behrica I might take a stab at this—the alias logic has recently changed, making it a bit easier to work with. Can you help me check whether the following alias...
I've got code at #223 that produces the following: ``` $ neil-dev add nrepl $ cat deps.edn {:deps {} :aliases {:nrepl {:extra-deps {nrepl/nrepl {:mvn/version "1.1.2"}, cider/cider-nrepl {:mvn/version "0.49.0"}, refactor-nrepl/refactor-nrepl {:mvn/version...
I believe I'm hitting the same issue. Hiccup version: `hiccup/hiccup {:mvn/version "2.0.0-RC3"}` Unexpected behavior: `theme` doesn't evaluate. ```clojure (let [theme {:theme/primary-color "black"}] (str (hiccup2.core/html [:div {:style {:css.prop/color (:theme/primary-color theme) :css.prop/font-size...
I'm having trouble with `C-@` on railwaycat/homebrew-emacsport on Mac. I'd love to know if there's a way to make the hotkey work. `C-@` works with https://emacsformacosx.com/, but I prefer this...
Repro above as a test: https://github.com/teodorlu/rewrite-edn/blob/0579b1fa92fceac922d2f0fd4c2976fac82fab9c/test/borkdude/rewrite_edn_test.cljc#L342-L345
As far as I can tell, comparing `k` and `(count coll)` fails here. https://github.com/borkdude/rewrite-edn/blob/81de541847438625c5cd10c4a0682cb08e3714e8/src/borkdude/rewrite_edn/impl.cljc#L154-L156 When I run the test, `k` appears to be `'babashka/pods` (namespace qualified symbol), whereas `(count coll)`...