Aaron F
Aaron F
Add support for triggering webhook notifications on wiki changes. This PR contains frontend and backend for webhook notifications on wiki actions (create a new page, rename a page, edit a...
The current [coding style guide](https://github.com/RSS-Bridge/rss-bridge/wiki/Coding-style-policy) is somewhat outdated. A lot of open pull requests struggle with the ```phpcs``` settings and need refinement. ```array()``` instead of ```[]``` is a relic from...
For listening to podcasts or long mixtapes, the page need to be opened for the whole time. For that, I open the md3 or ogg in a separate tab, so...
I've got this warnings with ruby 1.9.3 ``` (eval):1: warning: redefining `object_id' may cause serious problems (eval):1: warning: redefining `__send__' may cause serious problems ```
Some common unicode chars are not supported by the Orbitron font like **ø,** which results in a white box. Not quite sure how to fix this properly. Maybe add another...
### Steps to reproduce the problem 1. bin/tootctl media remove --days 30 --include-follows --prune-profiles ### Expected behaviour Images do not get deleted by the cleanup and get refetched on demand...
The current stable version of yara is 4.4.0, but the current codebase can not compiled with that version. This makes it impossible to create a package, because the dependency is...
Currently, the codebase is not compatible with musl.
Is it possible to use http://nltk.org/ to make this mode work on Linux?
I can only add one scope at the time: ``` (build-authorization-url {...} { .... :scope SCOPE}) ``` Is there a way to add multiple scopes?