Jan Boddez

Results 34 issues of Jan Boddez

#### Description This may be an oddly specific question, but I can't figure out why https://indieweb.org/this-week/feed.xml comes up empty. I.e., it gets downloaded and cached fine, but get_items() returns nothing...

bug

#### Is your feature request related to a problem? Please describe. SimplePie takes Mf2's output but disregards most of it. It also sets `description` based on, e.g., `e-content` but not,...

- Corcel Version: 3.0.0 - Framework Name & Version: Laravel 6.0.3 - PHP Version: 7.3.9 - Database Driver & Version: MariaDB 10.4.6 ### Description: Support for WP bookmarks is (seems)...

Probably a bit niche, but this bit of code (https://github.com/wp-graphql/wp-graphql-jwt-authentication/blob/develop/src/ManageTokens.php#L345) somehow removes the `Location` header off of certain [IndieAuth](https://wordpress.org/plugins/indieauth/) responses. Well, this one response right here: https://github.com/indieweb/wordpress-indieauth/blob/trunk/includes/class-indieauth-authorization-endpoint.php#L273 Now, I can't...

Wasn't sure where to ask, so I'm just going to do so here ... But, is there a sort of default time-out for image uploads? Like, does the app just...

Media

I've got this case where an endpoint ( `` in the page's HTML) is not discovered if not explicitly wrapped in (double?) quotes. Not yet sure if an issue with...

A `video` may contain multiple sources, for a browser to pick the one they support best. Right now, these are all flattened into the single array of videos, so that...

Not too sure why I'm seeing this only now, but it looks like `Micropub_Endpoint::mp_to_wp()` calls `Micropub_Endpoint::suggest_post_title`, which returns `$props['name']`, which I think in this case (trying to add a bookmark...

In `query_handler()` (`includes/class-micropub-endpoint.php`), `$props['visibility']` is referred to twice but never set.

I'm seeing this SQL error: ``` Column already exists: 1060 Duplicate column name 'id' (SQL: select * from (select * from `entries` inner join `feeds` on `feeds`.`id` = `entries`.`feed_id` where...