-
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 such a file (added in my deps.ed…
-
Tests using clojure.test print sci-unaware stacktraces. When an exception happens, the stacktrace contains no reference to the sci functions (only internals). E.g.
```
user=> (require '[clojure.te…
-
I just had an exception while running some functions in the REPL (via alt-enter), and the relevant functions in my code that actually caused the exception weren't show in the stack-trace calva gave me…
-
Hello! First, I'd like to thank you for the amazing work on this library. It's a mind-bending level of inter-language interaction, IMO. 👏
I was experimenting with it in the embedded mode. Not sure …
-
As per https://github.com/IGJoshua/coffi/issues/9#issuecomment-2324562985_ i found myself effectively working on a defstruct macro.
It's probably best to not resurrect the old pull request, so i want…
-
Closer.js currently supports more than 100 functions from `clojure.core`, but we need to add more to this collection. If someone wants to contribute, feel free to dive in! This is a great place to sta…
-
We're using Hosted Graphite (great service btw), and we are charged by our metric count. We have ring metrics, JVM metrics, and custom metrics and are going over our cap. I'd like to filter some of th…
-
This may already exist somewhere, but jank could really use a fully clojure test suite for every clojure.core function. This would be beneficial for all clojure dialects, so perhaps we keep it in a se…
jeaye updated
1 month ago
-
### Quick summary
When adding Clojure programming language using the SyntaxHighlighter Block, the block incorrectly highlights a word inside a comment when the word has the same name as a function.…
-
Hi
Thanks for writing a great library.
I am new to oz and I have been looking through all the examples but I have not been able to see what I would like to do.
I am probably missing something …