zodmaner
zodmaner
Yeah, I also think using so many with-output-to-string is unnecessary and just cluttering the code base with minimum (if any) performance improvement. Remember that premature optimization is the root of...
I've also encountered this problem on Emacs 26.3 with nodejs-repl versions 0.2.4 and 0.2.3 and Node versions v14.12.0 and v12.18.4.
Hi there. > i tried your PR, but i get an error message : file open/not found. Any ideas why? (master branch works fine, though) Hm... that's weird. Have you...
Ah, yes. I think I can reproduce the issue you're having now, @slartibart70. The strange thing is, if you restart the server, sometimes the error doesn't happen. Will look into...
Okay, after poking around, I've found that my previous approach to specify which input devices to register with the server is flawed (and is the cause of the error discovered...
> Thank you for the MR. I was thinking of something similar, but matching device vendor ID, version, name. I think that would be more robust than matching by device...