-
### IDE Information
IntelliJ IDEA 2024.2.4 (Ultimate Edition)
Build #IU-242.23726.103, built on October 23, 2024
You have a perpetual fallback license for this version.
Subscription is active unti…
Bigsy updated
2 weeks ago
-
### Steps To Reproduce
1. Download [minimalist-wireframing-kit](https://github.com/penpot/penpot-files/raw/main/minimalist-wireframing-kit.penpot)
2. Go to projects
3. Click on '...'
4. Click on…
-
-
Like the exclude functionality it would be great to be able to add languages. They could pull the highlighting from CDN. E.g. adding "clojure" to the list would inject this:
https://cdnjs.cloudflar…
-
### Given:
```clojure
(require
'[reitit.http :as http]
'[reitit.http.coercion :as coercion]
'[reitit.http.interceptors.parameters :as parameters])
(def api-chain [parameters/param…
-
- [x] I have read the [Clojure etiquette](https://clojure.org/community/etiquette) and will respect it when communicating on this platform.
**version**
clj-kondo v2024.11.14
**macro usage**
…
-
in my .java file i do:
```java
import clojure.java.api.Clojure;
import clojure.lang.IFn;
import java.lang.instrument.Instrumentation;
import java.util.Collections;
...
IFn require…
-
**Describe the bug**
Completion displays duplicate aliases when they are defined in multiple namespaces, even if the alias is defined in the visited namespace.
**To Reproduce**
Steps to reproduce…
-
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)
-
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…