-
**Is your feature request related to a problem? Please describe.**
I would like to visualize (graphically) parts of a complex data structure using the current value
of the `cider-inspector`, so com…
-
**Describe the bug**
Super trivial, but the summary for `clean-ns` is "Cleared N namespaces" as opposed to "Cleaned"
**To Reproduce**
```
# in java.jdbc
❯ clojure-lsp clean-ns
[100%] Project a…
-
In order for a user to implement a production robust use of the library APIs, the error scenarios need to be well documented, and ideally they should all follow well defined patterns so the user has a…
-
## Problem
In case the optimisation flag **`magic.flags/*strongly-typed-invokes*`** is `true`,
`clojure.datafy/datafy` for nested records throws an exception when used with `clojure.walk/postwalk`…
-
After reworking [shadow-cljs ui](https://github.com/thheller/shadow-cljs/commit/9b9314186045da05370a8c398aaf0f051678cc63) some time ago I think it's time to take a next step and introduce dark mode.
…
-
Hi,
Would it be possible to create a shortcut for `datafy` (e.g. `SHIFT + ENTER`)? Maybe it was discussed before, but I didn't find anywhere.
Thanks
-
## Problem
There is no public API to retrieve the service name from the client. We've got a wrapper for `aws/invoke` that logs information about the request, including the AWS service that we're ac…
-
### Apache Airflow version
Other Airflow 2 version (please specify below)
### What happened
We are using Airflow 2.4.3.
When looking at the documentation for the EmptyOperator, it says exp…
-
**version**
```
clj-kondo v2022.10.14
```
**macro usage**
N/A
**platform**
Native (but also applies to JVM)
**editor**
Emacs / CLI
**problem**
The `discouraged-var-usage` …
-
I'm trying to put together a function to report back on table schema in PostgreSQL. It is throwing an exception which looked reportworthy. I swear this exact function has also worked without error, so…