Ryan Pilgrim
Ryan Pilgrim
The language looks really nice, but without some tooling around it I'll find it hard to use at work and for personal projects. It would be great if there were...
Unless I'm missing something, right now you have to specify either the `-dark` or `-light` command flag at startup to choose a theme. It would be more convenient (and more...
The first plot rendered using ITERMPLOT=rv has white axes and labels, and every other cycles between black and white.
I am using company-lsp and company-ui, in addition to lsp-mode and this package. When a completion triggers via company, the initial list of results is not filtered appropriately, so that...
FYI, I have had this problem with Emacs 26.2, Emacs 26.3, and Emacs 27.0.50 built with `jansson`. After the language server has started, documentation and completion candidates are slow to...
When sending text to an IPython REPL in tmux, the interpreter needs the `\r`s at the end of each line. Because the plugin converts newlines to carriage returns, it's only...
This PR implements a fix to `backward-kill-word` in interactive-haskell-mode. The way things are currently implemented, calling `backward-kill-word` in the REPL causes the point to move to the beginning of the...
**Describe the bug** Models downloaded through KerasHub fail to deserialize. **To Reproduce** It is not possible to reproduce this bug in Colab. I suspect there is some library version incompatibility;...