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

## Description In my document, I can't see `{:dur` in the results viewer: ![image](https://github.com/nextjournal/clerk/assets/5285452/0a1645e3-05a0-4ffb-80e3-6794811dedae) - I can see everything if I remove `clerk/caption` - I can see everything if I...

![CleanShot 2024-06-25 at 12 46 48@2x](https://github.com/nextjournal/clerk/assets/1078464/cfa52097-d06d-4832-8249-914594dee16e) pastes as: ``` {:what " the hell"} ``` I think it's this `.inline-flex` hiding the actual whitespace given by the div element https://github.com/nextjournal/clerk/blob/c92ebe569f706a99c45b569b5499d28ccdc7684f/src/nextjournal/clerk/render.cljs#L410-L417 but...

bug

> Clerk can make a static HTML build from a collection of notebooks. The entry point for this is the nextjournal.clerk/build! function. You can pass it a set of notebooks...

Installed clerk to a project, and get this upon trying to run it. Both in repl and browser: ![image](https://github.com/user-attachments/assets/67876069-cb32-4cff-b7e2-b4aa63d0bed7)

Since the most recent version it is possible to load .cljs files from Clerk viewers using `:require-cljs true`. This works fine, but when I try to require a library in...

So they're all compiled with ClojureScript instead of interpreted through sci.

While working with Clojure, Clerk and OpenCV I noticed that while requiring a python library works as soon as one is invoking a function it'll report an error in Clerk....

In order to support loading of ES6 modules.

Should be surfaced automatically like other viewer eval errors.