Misha Volkhov
Misha Volkhov
I also have this error (infinite loading screen) in NixOS: ``` ScudCloud 1.63 Python 3.6.2 Qt 5.9.2 WebKit 538.1 PyQt 5.9 SIP 4.19.3 ```
I find `ExceptT` to be generally very useful in different situations -- the most popular use case is just wrapping some specific function in the `runExceptT` call so that it's...
Polymorphic `writeFille` and `readFile` is a nice thing to have, though it's not critical at all. Sometimes it's actually more convenient to know the particular argument type -- e.g. `BSL.writeFile`...
On the other hand, you better think again and use `BSL` everywhere to avoid extra memory overhead, right?
An update: I wanted to try to debug this myself, but to my great surprise the issue disappeared when I tried to use the `master` version directly, by using `load-file`....
Another update: the issue is more complicated than I thought it was... What I know: * To replicate the bug: * Open a single reasonably big file so that a...
This seems to be fixed automatically in Emacs 28.1?
I upgraded emacs (from 27 to 28.1) and the issue disappeared. Now `helm-org-ql` and the analogous rifle helm function work as expected. That is when I type just a few...
This seems to be solved in Emacs 28.1 automatically. I'll reopen this if it reappears.
I upgraded emacs (from 27 to 28.1) and the issue disappeared. Now `helm-org-ql` and the analogous rifle helm function work as expected. That is when I type just a few...