Adrian
Adrian
Thanks for the detailed report! It seems like part of the problem is that for some output targets, the dpi attribute is ignored and 72dpi is used (ie. 96 dpi...
> The first time the go form runs is fine, but any subsequent executions of the go form (without putting something new on the channel) then we seem to enter...
I've rebased onto master and made the following updates: - Added `:stream/close?` parameter to optionally enable closing the core.async channel in a backwards compatible way for sse. We talked about...
I'm also running into this issue, but don't currently have a reproduction that's easy to share. I also don't have access to the nextjournal slack. Is there a workaround available?
Here is a repro: https://github.com/phronmophobic/llama.clj/actions/runs/8253925607/job/22576887992 [error.txt](https://github.com/nextjournal/clerk/files/14577104/error.txt)
I don't have any particular use case that needs this feature right now. It would be convenient to have during development, but it's not a big deal. > Hmm -...
It seems like the problem may also occur even when the view doesn't span the full rope. Another repro: ```clojure > (-> (ropes/rope [1 2 3 4]) (ropes/snip 3 4)...
Another short repro without `ropes/view`: ```clojure > (-> (ropes/rope [1 2 3 4 5]) (ropes/snip 4 5) (ropes/snip 3 4)) Execution error (StackOverflowError) at ropes.core/rope (core.clj:331). null ``` Curiously, the...
Another potential use case is higher order intents. For example, a `::drag-start` intent might have some pending intents that are used if the drag and drop cancels or it might...
@zampino Very nice! I do think it would be nice to have some of these options as part of `clerk/image` so I don't have to lean on my rudimentary CSS...