Pedro Boschi
Pedro Boschi
When referring to [AERO](https://github.com/juxt/aero) reader, Cursive issues a warning that `reader cannot be resolved`, but `reader` is a `defmulti` in AERO's namespace. Example: ```clojure (ns my.namespace (:require [aero.core :as aero]))...
It seems the ".." macro is not being interpreted correctly. Looking at the example below, starting from the 3rd line IntelliJ starts complaining that `schemaGroup` cannot be resolved (and the...
There is an issue when importing a new project with existing sources, Deps style, you have a monorepo or something that might end-up having modules with the same name, for...