clerk icon indicating copy to clipboard operation
clerk copied to clipboard

⚡️ Moldable Live Programming for Clojure

Results 117 clerk issues
Sort by recently updated
recently updated
newest added

The link generated in the static build (`clerk/build-static-app!`) of a notebook assumes the deps.edn file is located at the root location of the git repo. Please add support for an...

![image](https://user-images.githubusercontent.com/127361/155027083-2ddc105d-405c-4540-9ff2-a3c739f5e07c.png) Does not happen in "live" view from repl

Code such as ```clojure (def a 1) ... ... (def a 2) (+ a 1) ``` in an notebook results sometimes in 2 , sometimes in 3

I saw this closed [issue](https://github.com/nextjournal/clerk/issues/54) and have tried ```clojure (merge {:nextjournal/width :full} (clerk/vl ..... ``` which does set the full width correctly for the image but the image is not...

``` $ clj Clojure 1.10.3 user=> (require '[nextjournal.clerk :as clerk]) user=> Execution error (IllegalArgumentException) at com.oracle.truffle.polyglot.PolyglotEngineException/illegalArgument (PolyglotEngineException.java:128). Could not find option with name engine.WarnInterpreterOnly. ``` This is discussed here but...

Hi, First of all, thanks for Clerk, its awesome ;) I've encountered bug, that loading more items in table does not work, when using viewer metadata: ``` ;; ## Given...

When starting with simple type definition and progressively adding some interfaces casues caching errors and some exceptions. #### Step 1 - create notebook with the following ``` (deftype MyType [a...

I'm not sure whether this is a nippy issue or a clerk issue. I decided to start here, but please feel free to let me know that should submit the...

- [x] use bb / sci with fixed https://github.com/babashka/babashka/issues/1397 - [x] drop stubs folder in favour of `.bb` source files - [x] fix auto-resolve in edamame read for e.g. `::clerk/visibility`...

~`with-d3-require` already serves as a kind of error-boundary. With this change, the `f` we pass in receives an extra param `wrap-callback` which can be used to wrap event handlers so...