Marcelo Nomoto
Marcelo Nomoto
Starting with: ```clojure (ns foo) ; a comment that can be very very very very very very very very very very very very very very very very very very very...
So we could use a config map like ```clojure {:fn-map {"def*" :arg1-body}} ``` or ```clojure {:fn-map {#"def*" :arg1-body}} ``` and it would apply for `def`, `defn`, `defproject` and so on....
**Is your feature request related to a problem? Please describe.** Sometimes I refactor a function that has positional parameters to receive a map instead. lsp could help making this refactor....
**Is your feature request related to a problem? Please describe.** Spec are global and only one definition is used at a time. It is possible to redefine a spec and...
**Is your feature request related to a problem? Please describe.** I have some edn configuration files that references keywords from code and would like to find-references to navigate to the...
**Is your feature request related to a problem? Please describe.** When renaming a namespace clojure-lsp doesn´t rename explicit qualified keywords on edn files. E.g. If i do a namespace renaming...
``` clojure.lang.ExceptionInfo: Input to annotate does not match schema: [(named {:parameters {:body-params disallowed-key}} doc) nil] error: [(named {:parameters {:body-params disallowed-key}} doc) nil] schema: [{:schema {{:k :parameters} {{:k :body} Any, {:k...
I'm using `:cache-control` metadata for caching purposes but confetti doesn't update objects when the file has not changed and the metadata has. Not sure if it should but it would...
I also moved electron and electron-packager to dev dependencies to avoid warnings when packaging.
This is only a poc of how I suggest we handle errors. Here we catch and rethrow an `ex-info` with the original exception as the cause. If the user only...