onli
onli
It would be great if the broker were installable via the package manager of linux distros out there. Musts: - [ ] Debian package compatible with current Debian stable and...
What are the modules we want to have ready with 1.0? - [ ] Ruby/Rails - [x] [Ruby/Sinatra](https://github.com/portier/sinatra-portier) - [x] [Python](https://github.com/portier/portier-python) - [ ] Python/Django - [ ] Python/Flask -...
In my experience (as described in https://github.com/heiseonline/shariff-backend-php/issues/171), the Reddit API does block this backend really fast if no user agent header is set. To avoid this issue it would be...
Hi, is the list of currently supported services still accurate? Reddit is not getting returned for me. This is my configuration: ``` private static $configuration = [ 'cache' => [...
This repo should automatically run a sound selection of tests when something is pushed to it, or a PR opened. - [x] Init github CI workflow (done in https://github.com/pipes-digital/pipes/pull/121) -...
For granular cache invalidation it's useful to have a middle road option between `removeAll()` and `removeItem(key)`, and that's removeThose(`regexp`). So that I can remove all the items with a prefix,...
Since I installed and configured fan2go, my PC is strangely quiet. I since did not have to fiddle with the configuration, think about changing the fans, think about buying better...
This adds the pretty-feed-v3.xsl from https://github.com/genmon/aboutfeeds to the RSS page. It does so via the rss.php, as something in our code breaks the xslt line when it is added to...
The quicksearch sidebar plugin vanishes. Not in all themes, not in Skeleton. But it disappears in old blogs. My theory: 2k11 hides the plugin in favor of its own search,...
In the config.toml I have this, which is confirmed to be the correct smtp login data: ``` smtp_server = "smtp.sendgrid.net:587" smtp_username = "apikey" smtp_password = "snip" ``` This fails with...