karthink
karthink
@Jonghyun-Yun I'm assuming you have the use-package block from the Readme in your init file and that it has been evaluated. In the entry that says "_(empty)_", can you try...
In that case we'll need to run some tests to see what's wrong. Can you try the following? 1. `M-x load-file` and load `elfeed-tube-test.el` 2. `M-x ert` and enter `t`...
Thanks, that's helpful! In the results buffer for the tests, can you place the cursor over either failed test and press `b`? This will give us a backtrace with the...
Quick check: Can you open the '_(empty)_' Elfeed entry, then 1. Run `M-x eval-expression` or `M-:` 2. Run `(elfeed-tube--youtube-p elfeed-show-entry)`, and 3. Run `(elfeed-tube--get-video-id elfeed-show-entry)`?
All right. Can you try `(elfeed-tube--gethash elfeed-show-entry)` the same way? EDIT: modified the elisp code.
Okay. I'm still trying to figure out what could be going wrong for you. Some more questions: 1. Are you using elfeed-protocol or some other nonstandard way of fetching feeds...
Can you try running the caps-fetch test again like above? 1. `M-x load-file` and load `elfeed-tube-test.el` 2. `M-x ert` and choose `elfeed-tube--caps-fetch-test` 3. When it fails, place the cursor over...
Thanks for looking into it! 1. The error pops up before any results are displayed. 2. The ivy version is 0.13.0, installed from melpa-stable. Lautaro-Garcia writes: > Hello! It seems...
The core idea here is very good with a lot of potential. This PR attempts a general solution to the problem that sparked the creation of `consult-dir`, so it got...
Thanks. Do you have a suggestion for a "batteries-included" `popper-reference-buffers`? Mine is rather idiosyncratic, since I do some matching by predicates, and don't use popular packages like Helpful.