Brandon Ringe
Brandon Ringe
Thanks for this example code base. I forgot where I came across it (I've had it bookmarked), but I noticed it's not on cljsrn.org, and I think others would benefit...
I've been using this extension for a while now, and VSCode is the only editor I've used for Clojure (fairly new to Clojure). I was reading on clojure.org about enhancing...
I've seen a warning recently with a link to this page, and noticed it's not linked from the FAQs page in the docs. I only got to it by manually...
I noticed the link in this section https://shadow-cljs.github.io/docs/UsersGuide.html#_full_example with the text "same setup" seems to point to a now non-existent anchor/section, so it just goes to the top of the...
When I hover over a java symbol like `.getBytes` in `(.getBytes "hello")`, I just get an empty hover box in VS Code, and the request/response looks like this: ```json [Trace...
Expected: * Running inline-symbol on a symbol in a `let`, which is the only binding in the `let`, removes the `let`. Actual: * When I run inline-symbol and the symbol...
This is just something that would be nice to have in the future. Maybe [clj-suitable](https://github.com/rksm/clj-suitable) or something like it could be used.
I tried running the following but it appears there is no method implementation for `:hmac-sha1`. Will this be added? ```clojure (mac/hash payload {:key my-secret :alg :hmac+sha1}) ``` I get an...
**Is your feature request related to a problem? Please describe.** For each brick tested when I run `poly test` I see output such as "Test results: 1 passes, 0 failures,...