Reuben Thomas
Reuben Thomas
I am beginning to think this raises philosophical issues. Is casting a spell really a different act from speech? I guess it is in that you have to make the...
A project-wide wordlist has been added. Can use the technique here: https://stackoverflow.com/questions/8287330/exempt-code-chunks-in-an-sweave-document-from-emacs-spell-check to add "sic" markings for exclamations, foreign words etc. Since in LaTeX it will require extra line breaks...
I don't think anyone's working on lrexlib actively, but that's no reason not to fix issues! Thanks for writing. I agree that building against Glib is an odd thing to...
Ping @hadrielk ?
Thanks for responding. Sorry, I wasn't clear: I was talking about running scripts, not using the REPL. I found `-d` quickly, but of course it doesn't work with scripts (as...
@naturalethic, exactly! If that were documented obviously and explicitly (rather than having to piece together the fact the `-d` doesn't work for scripts, that the prelude isn't automatically included in...
I think I have found the problem: I was using `execaSync` to run the external process. If I switch to `execa`, then the animation continues as it should. However, using...
Many thanks for looking into this. It makes perfect sense that a blocking call would block the spinner; I only reported it as an issue because it worked with Listr....
I guess this can be closed, since we have 28.1 now?
Great work; I tried and failed with this before.