Raphaël Gomès
Raphaël Gomès
As far as I understand, there is no way of telling the extension to change the title color according to `hg status` like other popular VCS extensions do. This would...
I was trying to use the [limiter plugin](https://imperavi.com/redactor/plugins/limiter/) and got a "Uncaught TypeError: this.core.editor is not a function" in the chrome console. I figured the plugin was not up to...
I frequently listen to new albums on repeat to get a better feel for them, and sometimes individual songs that I really enjoy. Having a way of setting "repeat album"...
Sometimes, a song will fail to download and will appear red. I would like to be able to retry this (because it works most of the time if I retry...
Hi, I've been using `ytermusic` a lot and it's been great. I still have a few quality of life improvements I'm thinking about discussing, but this one is definitely the...
If music is playing, the `ctrl+c` signal does not propagate to the task playing the music, which forces the user to `ctrl+c` again. Same goes for `ctrl+d`, except the second...
I just saw [this neat crate](https://docs.rs/wavegen/latest/wavegen/) pop-up in the Rust subreddit and it made me think that it could be integrated into `ytermusic` without too much trouble. The idea would...
IMO it makes sense to display that information to give more context to the user.
I often use my mouse to copy-paste chunks of terminal output, and sometimes overshoot (especially since `streampager` scrolls page-by-page instead of line-by-line like I'm used to), so I scroll back...
**Describe the bug** The new index API endpoint `findTasksAtIndex` introduced in #6915 uses the route `tasks/indexes` which shadows `tasks/` where the namespace is exactly `indexes`. This is not exactly critical,...