-
**Describe the bug**
When extracting a function from a multimethod, extracted parameters are "forgotten" in the new method.
**To Reproduce**
Steps to reproduce the behavior:
1. create a new cloj…
-
Hi,
In the middle of tutorial 9 I encountered an error when trying to boot the application after requiring the shoreleave middleware. Below is the thrown error, but switching Clojure to 1.7.0 from 1.…
-
**Describe the bug**
Receiving this exception while trying to access two Athena tables - " No fields found for table ". Underlying, it's an Iceberg Table format. I am just seeing this exception for …
-
Hello. I'm trying to integrate you library to my project and I have some trouble with log4j hardcoded dependecy in you project.clj. Can you please replace it with abstract slf4j factory to allow other…
serzh updated
9 years ago
-
The functions in spire.utils `current-file` and `current-file-parent` would be useful in userland - I'd like to be able to `slurp` files using their relative path from the script. Is there currently s…
-
In closh jvm
When I type "(ki" and press TAB I get the following exception:
```
(kiApr 11, 2019 12:51:14 PM org.jline.utils.Log logr
INFO: Error while finding completion candidates
java.lang…
-
## Context
Our lein-template adds `;; Please keep the dependencies sorted a-z.` before the `:dependencies`-key in project.clj.
There's benefits for sorting this list (friction-free merges, impro…
-
What is this supposed to be? Zero documentation, explanation or tests. I understand you left the project long time ago, but that code is pretty ugly and confusing thing to leave behind. Just saying fo…
madis updated
2 years ago
-
**Problem**
When I enter type hints for a function or parameter I get a syntax errors (if I entered only a `^`) or an 'Unresolved symbol' error (if I partially entered a symbol name).
In both ca…
-
Hi,
First of all, thanks for this package and all the amazing documentation! The intro and links really helped getting a (very) basic understanding of how to use clojurescript.
Unfortunately I'm…