Robert Stuttaford
Robert Stuttaford
**Is your feature request related to a problem? Please describe.** Sometimes I'd like to invoke the refresh while focused on the refresh buffer. **Describe the solution you'd like** Support the...
So that it's clear what's available in which. I use CIDER, but (aside from clj-refactor) I am hard-pressed to find something CIDER does that I actually use that inf-clojure does...
As with https://github.com/nextjournal/clerk/issues/148 from [@den1k](https://github.com/den1k), we'd also like to be able to ship Clerk notebooks to production, and host them under a sub-route. However, we'd also like to be able...
If you have to delete a function, you are currently also forced to go and delete the role and policy so that the `install` function can work again. If the...
**Is your feature request related to a problem? Please describe.** When I eval forms in a `.cljc`-backed buffer with both a clj and cljs repl connected, the form is evaluated...
We use `defmulti` to dispatch API actions on a map key. To avoid needing to wrap that `defmulti` in a normal function, so that it can be used as a...
Adding support for appears to be straight-forward: https://github.com/metosin/sieppari/commit/bd54b969368df7945e175457ad8646cb93c8daa4 All one has to do is set `:bindings` on the context within any `:enter` interceptor: ```clojure (def ^:dynamic *transacting-user-id* nil) (defn transacting-user-interceptor...
In `http://localhost:3000/chapter/2`: "The order of the data patterns does not matter (except possibly for performance)" It _definitely_ matters :-) Datalog has no query optimiser; it'll execute clauses in the order...
Which in turn prevents Sentry.io (our exception tracker of choice) to receive and report AssertionErrors. Here's how we updated our fork to work around it: https://github.com/CognicianCorp/sieppari/commit/310d76fed45bf2a9cb8f6be8f51a3c2c2eb45919
Do these prevent the plugin from functioning? All freshly installed from default locations today, 29 September - IntelliJ IDEA `2024.2.3` - `cursive 1.14.0-eap1-2024.2` - `cl-extras-plugin 0.8.0` One ```java com.intellij.diagnostic.PluginException: 'clojure.lang.Atom...