ikappaki
ikappaki
There is an duplicate, identical, *events definition in timeseries.js. Although this appears not to cause issues loading the module in any JS VM, it does break when trying to compile...
Hi, it appears one of the recent `clj-kondo` releases have broken the cljs basic tests, whereby a new namespace error is being thrown: `Namespace name does not match file name:...
quickdock might generate incomplete sentences for the toc descriptions. e.g. the `babashka.process/sh` generated entry below is an incomplete sentence # Table of contents - [`babashka.process`](#babashkaprocess) - Shell out in Clojure...
Hi, `shadow-cljs` has stopped working with a recent update on Java 1.8, which adversely affects users stuck with old but proven setups and want be able to get shadow updates/bug...
**Describe the bug** clojure-lsp diagnostics misreports as `unused public var` fns that are referenced by `bb.edn` tasks. **To Reproduce** create a test directory with the following files (say in `~/clsp-diags-miss-bb`)...
**Is your feature request related to a problem? Please describe.** At the moment, the lib/cli test and cli integration-test command fail with a lot of errors on MS-Windows. In addition...
`check` fails with the following error when passed the `*err*` stream: ``` Execution error (IllegalArgumentException) at babashka.process/check (process.cljc:106). Cannot open as an InputStream. ``` To reproduce on the REPL: ```...
Hi @borkdude, The Clojure tools scripts have recently introduced a change to pass the value of the `CLJ_JVM_OPTS` to the `java` invocation, so as to configure the JVM while mainly...
Hi, while working on the previous PR, I've noticed that MS-Windows build support is subpar with the Linux and macos build: 1. There are a few tests that excluded from...
**Describe the bug** Can't turn off `:clojure-lsp/unused-public-var` level in namespace metadata under the `:clj-kondo/config` key **To Reproduce** 1. Create a `src/exp.clj` file with an unused var while turning the `unused-public-var`...