Results 102 comments of Philipp Uhl

I have the same issue, but wanted to point out, that also for no apparent reason I get the `There are no focusable elements inside the ` warning. I am...

For anybody interested, you can automate your Beta boards with this here action: https://github.com/leonsteinhaeuser/project-beta-automations Using it since a few weeks, works great

> @phuhl Thanks for sharing! Can it also add PRs created by Dependabot to the beta boards? @hugovk Not sure, I had some issues with labels created by the API...

I can second this. I tried a lot of stuff, incuding: ```lisp (my-bind "Search with swiper") ;; -> "C-M-s" (use-package swiper :bind ((cons (my-bind "Search with swiper") 'ivy-previous-history-element))) ``` Notably,...

Ok, after a lot of trying I found a (non-beautiful) solution: ```lisp (setq key "C-c m i") (defun get-key () key) (defun test-me () (interactive) (message "test")) (eval `(use-package multiple-cursors...

One cool way to do this could also be, to generate a, lets say 2x2 pixel version of the image as base64 and just define the background-img of the img...

I won't open a PR or anything, because I don't know, where you would add something like this in the code, but I took the code of https://github.com/GSI/jekyll_image_encode and changed...

We have the same issue when using Act in our Jenkins-based CI. Running multiple instances of act in parallel does not work. The ability to add a unique string into...

My current quick fix to make tide function for me currently is this: ```diff-lisp (defun tide-popup-select-item (prompt list) (let ((hints (-map-indexed (lambda (i item) (concat (propertize (char-to-string (nth i tide-alphabets))...

> Can you confirm if this is not related to emacs version or other plugins? I can't guarantee it, I guess. But I wouldn't know what could be responsible. I...