Pratyaksh Gautam

Results 5 comments of Pratyaksh Gautam

I think this is probably the line causing the issue: https://github.com/Olical/conjure/blob/9ed390497a5013aa533a15f5d96f3fb6319b4eb9/fnl/conjure/client/racket/stdio.fnl#L21 `(display '(a b c > d e))` also eats up just the symbol `>` in the list, returning just...

The `^M` is a carriage-return character, the control character for the same. This (in addition to the `^I`s in the error log for #248, the control characters for the tab...

I was thinking of suggesting this just a little earlier. I think the REPL based workflow complements conjure's current paradigm, and bringing the two together would make for a really...

Hmm, it does indeed seem like it'd be better to have edit access across the entire log buffer, but I don't know if that lends itself to the prompt buffer...

After some poking around, I think `buf-prompt` is not suitable for Conjure. There is nothing to gain from making the buffer mostly uneditable, and I'm guessing the code overhead to...