Umar Ahmad
Umar Ahmad
I was able to make `ivy-read-action-by-key` work by advicing the `ivy-shrink-after-dispatching` function This is what I have in my config ```elisp (defun +ivy-shrink-after-dispatching-a(f &rest a) (unless mini-frame-mode (apply f a)))...
The rules here might be of help. I've loosely followed them in a few web apps and found the experience much better. These also solve for the issue mentioned here....
Update: This also didn't work. Seems that emacs being out of focus on a macOS is somehow causing the issue. Anyways, I think the issue is out of this project's...
Alright, thanks. Will use these variables. > The variable org-ql-view-query should always be non-nil in an org-ql-view buffer I actually was able to make the query nil (to look at...
I seem to have the same problem. Windows watcher stopped working correctly after the v0.12.0 upgrade The https://github.com/ActivityWatch/activitywatch/issues/334#issuecomment-1052392579 method worked partially. As in, few windows started to report the title...
Unfortunately, v0.12.1 didn't work for me. There are no errors in the logs now: ``` ➜ ~ cat ~/Library/Logs/activitywatch/aw-watcher-window/aw-watcher-window_2022-09-28T16-39-12.log 2022-09-28 16:39:12 [INFO ]: aw-watcher-window started (aw_watcher_window.main:62) 2022-09-28 16:39:13 [INFO ]:...
I have a small advice in my config that helps me solve the `C-n`/ `C-p` problem while having dynamic exhibit delay set to some number. I'm not sure if this...
For anyone else facing the error or getting the error: `../../labstack/echo/echo.go:667:58: undefined: acme.ALPNProto` I had to manually go to the echo src (`$GOPATH/src/github.com/labstack/echo`) and checkout to tag: v3.3.9 to fix...
On further investigation it's not the CPU, but the GPU which is choking up causing the temperatures to rise dramatically. The GPU usage is at 100% when drawing on the...
Just to expand on the initial feature request. Even though b."notebook name" works if you type in the notebook name in full, there seems to be no way to partially...