slyblime icon indicating copy to clipboard operation
slyblime copied to clipboard

Interactive Lisp IDE with REPL, Inspector, Debugger and more for Sublime Text 4.

Results 9 slyblime issues
Sort by recently updated
recently updated
newest added

I am on MacBook Pro M1 Max running Ventura. Up to date Sublime Text 4. Installed the Slyblime plugin. Ran upgrade to Python 3.8, which seemed to complete successfully. Changed...

Hello. Unfortunately, the plugin does not work under Windows because it handles the path for the Sly file to load incorrectly [here](https://github.com/s-clerc/slyblime/blob/master/src/sly.py#L187-L188): ![2023-09-26-120132_2044x571_scrot](https://github.com/s-clerc/slyblime/assets/160056/a94cd730-626b-412c-a210-83f31e3cea3c) I've tried fixing that, but there is...

Fix the path string. The connection will be refused if stdout & stderr are not set on Win10.

bug

This may be an issue with SublimeREPL, but when I have an inferior lisp running (from sly:start and connect to an inferior lisp instance), I have to manually copy and...

I have SublimeREPL installed, but after I typed `Sly: Upgrade SublimeREPL to work with Sly` in the command palette, nothing happened. Anything that I'm missing?

Thank you for your work, this is a _brilliant_ plugin, and really best-in-class for anything _not_ Emacs. I keep encountering the _Type error_ condition: e.g. when typing `(print "Hey")`, it'll...

Thanks for your extension. I'm getting disconnected when writing autoclosed quotes or double-quotes (just press the quote, not evaluating it). ![image](https://user-images.githubusercontent.com/1783926/126047166-b3733c89-080c-4347-b112-1ef655ad7c44.png) >CL-USER⟩ (format "") ![image](https://user-images.githubusercontent.com/1783926/126047170-a719ebd0-d2a3-45ff-ba27-bb8872c6fcce.png) >CL-USER(2): ;; slynk:close-connection: eof encountered...

Either * we fork lisp-indent and make it accept a regex/list * we take lisp-indent's code and copy it into Slys and do whatever * write a new solution

It seems like for some reason, there is a desynchronisation between setting the `read-mode` and receiving input, and eventually Slynk decides it just wants to show a prompt and then...