Thiago Almeida

Results 4 issues of Thiago Almeida

From @pdkovacs at #47: > Hmm, after following the boot-related config steps described in https://github.com/boot-clj/boot/wiki/Cider-REPL (more specifically fixing ~/.boot/profile.boot described in A better way / point 1.), everything works nicely...

As written on [README.md](https://github.com/avli/clojureVSCode/tree/v0.6.1#before-you-start) from earlier versions, for this extension to function properly when using `Connect to a running nREPL` it's necessary for the user to add cider-nrepl plugin and...

enhancement

As far as I know, clojure doesn't have the notion of optional parameters. These operations ('def', 'defn' and 'fn') are **widely used** and their current signature have some optional parameters...

Not sure if this is a bug or not but I'd like to discuss how decode should behave when we feed multiple parts. Example: ``` javascript bencode.decode('i123ei123e', 'utf8'); // 123...

enhancement