-
i am using lein in my win10 pc and looking a way to solve the problem of 'error =206'
I don't understand which file I should this code : {:user {:plugins [[lein-classpath-jar "0.1.0"]]}} ?
if you …
-
Experimental idea:
bb --eject will create a deps.edn (or project.clj?) with all libraries available in babashka, so you can run it with the JVM.
Optionally also a native image configuration, so …
-
`project.clj` snippet;
```
:plugins [[lein-bom "0.2.0-SNAPSHOT"]]
:bom {:import [[com.google.cloud/libraries-bom "20.6.0"]]}
:dependencies
[[com.google.cloud:google-cloud-bigquery…
-
I just tried to create a new app from the lein template with the `+shadow-cljs` flag, but the lein-shadow plugin is not included in the configuration:
`lein new luminus timebooking +shadow-cljs`
…
-
Hi, I was trying to use your plugin.
As having a repl should ease up life quite a lot.
On my main init.lua I added
require('iron')
And then inside the nvim/lua/iron/init.lua
```
local ir…
-
**Describe the bug**
When using multi-arity syntax in a function, if you select some code and extract it into a function, it somehow assumes that the parameters are globally available.
I experimen…
-
We have shipped iteration 2 for the Build Stages feature.
Along with a lot of bug fixes and small improvements this includes:
* Build Stages section: Define the order of stages, optionally with…
-
**Describe the bug**
In Calva when I use Calva Refactor: Inline Symbol, it doesn't inline the symbol.
**To Reproduce**
Steps to reproduce the behavior:
1. Create a new lein project, open in Calv…
-
ktoso updated
3 years ago
-
**Describe the bug**
In an empty test file with `(:require [clojure.test :refer :all])`, clojure-lsp highlights the symbols which have been referred into the current ns with `:all`: `deftest`, `testi…