conjure icon indicating copy to clipboard operation
conjure copied to clipboard

Interactive evaluation for Neovim (Clojure, Fennel, Janet, Racket, Hy, MIT Scheme, Guile, Python and more!)

Results 90 conjure issues
Sort by recently updated
recently updated
newest added

Currently, conjure only displays the last line of the results inline. This is rarely useful though, for instance, when working with arrays. Example in Hy: ```hy (import numpy :as np)...

bug
client-hy

As requested by Olical on Clojurians slack - posting here: ``` in emacs a record would print with some metadata: => #my_records.Person{:age 55, :weight 165, :height 6.1} With conjure it’s...

enhancement
client-clojure

This PR is to improve the Common Lisp client, mainly by refactoring the code and making it easier to read, and changing to the `slynk` client that is a more...

I have some seemingly random errors when refreshing all namespaces. Conjure is connected to a repl alright, but when I attempt to refresh all namespaces with `ra` I get some...

bug
client-clojure

The current website (https://conjure.fun) is awful, it's just a bundle of links to other places really, it needs a nice design and set of text to sell and describe the...

enhancement
help wanted
contributable

Like the title, I would like tap support like I had in the days of prepl. I remember it being tricky to implement with nREPL and I can't remember what...

enhancement
client-clojure

It seems that because Conjure disables the compiler sandbox it is also affected by https://github.com/bakpakin/Fennel/issues/406. Inside the issue is how to reproduce the issue. ![image](https://user-images.githubusercontent.com/37723586/146661279-2715e47e-81d9-46d0-a31e-ebead8f67476.png) Is there a way to...

bug
enhancement

Consider using Slynk instead of Swank, or allow user to configure whichever they prefer.

client-commonlisp

When hovering over a function there should be function/form signature help (similar to Eldoc in Emacs).

enhancement
client-commonlisp

When evaluating an expression that requires input users should get an input box similar to the behaviour with the Clojure client.

enhancement
client-commonlisp