Russ Tokuyama
Russ Tokuyama
When I add EPS file creation to the example usage program on the README.md page, I get errors like this: ``` ERROR: could not create EPS file for: usage_example, switch...
@glyh reported in https://github.com/Olical/conjure/pull/495#issuecomment-1586154191: > ...further improvement on this maybe try to find if there's a way to implement "real" REPL, because the current implementation is using debug module, that...
Converted clients: - snd-s7 - Python (with small refinements) - Scheme - Hy (not tested) - Julia (not tested) - Janet stdio (not tested) - Fennel stdio Converted: - remote/transport/base64...
This should address Issue #725. It updates the help doc for the Python client and adds a hint in the `sandbox.py` file.
While the Conjure client docs say that there is a `g:conjure#client#...#prompt_pattern` global Vim variable that allows changing the prompt pattern of the REPL. It doesn't appear to exist. `:he conjure-client-python-stdio`...
In Issue #722, @monstrous-moonshine reported: @russtoku @Olical MIT Scheme has the `-emacs` option to be controlled by emacs. I wonder if we can't piggyback on that? If you think it's...