Mihai Olteanu
Mihai Olteanu
> I noticed that the readme don't seem to document the interactive functions I might have not noticed some of them?! Of course, they should be there.
> the rationale was to disallow accidental changes to the lyrics I understand your point. First, the user would, somehow, have to **not** see his accidental changes. Second, he would...
I'm not sure exactly what you are suggesting.
Definitely something to consider. I haven't used completing-read myself nor is this on my high-prio tasks at the moment. Accepting PRs.
> The main youtube-dl project, as I understand it, has minimal active maintenance. Source? The last commit is from 9 days ago. > The most active fork, yt-dlp, doesn't install...
Looks like development on youtube-dl has stopped, indeed. I will check this out as soon as possible. If any of you have a fix in the meantime, I'll consider a...
A bit off-topic, but would a different debugger support evaluating promises and callbacks while dap is stopped on a breakpoint? Currently, if I am on a breakpoint and I want...
See issue **Eval async code while debugging**(https://github.com/emacs-lsp/dap-mode/issues/553)
My `dap-chrome-setup`, for example, did not work as well after switching to a new laptop and reinstalling everything. It returns `nil` but the folder is empty. I've had to manually...
Or, maybe something similar to evaluating code while NOT stopped at a breakpoint, similar to chrome's behavior while evaluating code in the console?