Benjamin Levy
Benjamin Levy
I can't reproduce this. Can you use a [profiler](https://www.gnu.org/software/emacs/manual/html_node/elisp/Profiling.html) to see what's using so much CPU?
Here's another workaround that probably works on windows ```lisp (after! counsel (advice-add 'counsel-rg :around (lambda (func &rest args) (cl-letf (((symbol-function #'process-exit-status) (lambda (_proc) 0))) (apply func args))))) ```
This would be a very useful feature.
I think you can get a time-sorted agenda view by changing the default "Agenda" search from `.it.done ad.7` to ``` .it.done ad.7 o.e o.s o.d o.pri o.t ``` According to...
I can reproduce this on Arch Linux
> It works, however, I get this error message: `Uncaught Error: recursive use of an object detected which would lead to unsafe aliasing` This might be relevant https://github.com/rustwasm/wasm-bindgen/issues/1578#issuecomment-499962170.
I am also having this issue.
Thanks for the issue! I can reproduce this. I'm not sure what caused this, but it's low-priority right now compared to figuring out how to get Box86 to work with...
> Might be a stretch, but consider looking at the Halium project? https://halium.org/ This looks like another good approach. I think you can run Box86+Wine in a chroot on Android...
I haven't been working on this recently, so it's possible things changed since I last checked, but the two main possible approaches are 1. Make a GNU+Linux environment run inside...