Goestav
Goestav
This PR will fix the bug where the permission viewer modal will overflow the screen. Before After closes #574
When clicking the options link it opens a blank page instead of the options page. (_first part of gif_)  **Workaround:** Hold `Cmd ⌘` or `Ctrl ⌃` while clicking...
I have an import method inside my class and when I call it inside my jsdoc `@example` it gets transformed by the plugin. I'm not sure if this is expected...
### Routes ```routes /qwenlm/blog/:lang? ``` ### Full routes ```fullroutes /qwenlm/blog/en ``` ### Related documentation https://docs.rsshub.app/routes/blog#blog-5 ### What is expected? The feed should show articles from https://qwen.ai/research/. ### What is actually...
### Routes ```routes /telegram/channel/:username/:routeParams? ``` ### Full routes ```fullroutes /telegram/channel/awesomeRSSHub ``` ### Related documentation https://docs.rsshub.app/routes/popular#channel ### What is expected? For an instance behind a reverse proxy subpath (e.g: `https://example.com/rss`) the...
This pull request marks videos as watched after watching them for a given amount of time and also indirectly fixes a bug that prevents YouTube/Invidious links from updating when seeking...
When running the CLI with the `--sourcemap` flag and output to a directory that does not exist, I get an error. I'd expect this to create the directories recursively. What...