onli
onli
To me it seems like the Twitch integration is not working anymore. The Readme points to https://www.twitch.tv/settings/connections, but it seems the application management has moved to https://dev.twitch.tv/console/apps/. It's possible to...
Pipes CE and pipes.digital diverged. This is because I made an error in the beginning: When I created Pipes CE, I did not want to have the pricing page and...
RSS and Atom both support setting a channel image, with the three nodes `url`, `title` and `link`. See https://cyber.harvard.edu/rss/rss.html#ltimagegtSubelementOfLtchannelgt for the RSS side, and https://tools.ietf.org/html/rfc4287#section-4.2.8 for the Atom side (I...
Phan enables a static code analysis and seems to be highly configurable. The goal is to have it enabled, to: 1. At first identify additional PHP 8 compatibility issued 2....
On the current uberspace, I'm trying to install serendipity-2.3.5. Everything seems to work, but in the last step of the installer I get a bunch of error messages saying `$DATABASE.serendipity_config...
In https://github.com/s9y/Serendipity/commit/b614ed5d07d8d2bc490836dbd40daa2acce68c9d a small config change stopped CKeditor from removing the ficaption used as image caption holders in current s9y version. It seems like that works perfectly fine in Firefox,...
Right now, we have a setup to control how PHP reacts to errors and exceptions. It is defined in https://github.com/s9y/Serendipity/blob/dafaae8db0795bcba2968a5e93a2d773b18a2f42/include/compat.inc.php#L122 I think that the stacktrace part of that is broken....
Related to https://github.com/s9y/Serendipity/issues/474 and https://github.com/s9y/Serendipity/issues/682 Have a look at https://www.onli-blogging.de/1929/Knives-Out.html and look at what image gets downloaded. The scrset is this: /uploads/knives_out.jpg 1920w, /uploads/knives_out.1200W.serendipityThumb.jpg 1600w, /uploads/knives_out.800W.serendipityThumb.jpg 1200w, /uploads/knives_out.400W.serendipityThumb.jpg 600w And...
Normally, when you select a category as target for a menu option, when you visit that category the menu option gets printed without the `a`, it is then marked as...