-
As the MXNet community is working on the next major version of MXNet as described in #16167, this RFC seeks to clarify the scope of API deprecation, to inform the community of the replacement API desi…
-
Hello, on [clojure-lsp](https://clojure-lsp.github.io/clojure-lsp/), we use `cljfmt` as our format feature and it works well for most cases, thank you for your work!
There is [an issue](https://git…
-
I write wrappers over http.dart, and can't figure out how to pass `http/` as an argument to the function.
For example, I have my post method as:
```clojure
(defn post [url {:keys [headers on-su…
-
It would be great if RCF could use any comment block as test, without having to add special syntax or a dependency for a library.
``` clojure
(ns my-lib)
(defn add [a b] (+ a b))
^:hyperfidd…
-
Some of the template-generated code is quite duplicated. Some if it is not covered by tests and is only intended for REPL-use, resulting in lower coverage (at time of writing, 75%).
-
I'm John A. De Goes, an advanced functional programmer who currently works with Scala and PureScript, with an occasional bit of Haskell. I love clean solutions, static types, and composing large progr…
-
I'm trying to use Overtone for the first time on windows 7.
I've finished the first steps of the installation:
- leiningen;
- new project, dependencies;
- starting repl;
But I am not able to …
-
This is the followup on #374. Unfortunately, the issue I had is not resolved, because the new functionality seems to break when I provide arguments like `--foo`.
```clojure
(deftask run []
(pri…
-
Hi, I scaffold a new project with `lein new serverless-cljs ok-then` and cd into the directory with project.clj.
I then add one function to my core.clj like this:
```
(ns ok-then.core
(:requ…
-
In many of the most basic Processing tutorials that I've worked through, drawing is done without setup/draw. This is an example:
https://processing.org/examples/shapeprimitives.html
I've been usin…