Eric Teubert

Results 73 issues of Eric Teubert

Da sind Contributors verlinkt, aber es wird hier kein Name angezeigt. Im Frontend hingegen schon. Vermutlich kann irgendein Stück Code nicht damit umgehen, dass _nur_ der public name gesetzt ist....

bug
onboarding

We use [Laravel Mix](https://github.com/laravel-mix/laravel-mix) to bundle the legacy js in the `js` directory. However, that project is abandoned. And there is security issue in a sub dependency (webpack) that needs...

Content changes using the forms in the WordPress admin are trigger a cache purge: ```php \Podlove\Cache\TemplateCache::get_instance()->setup_purge(); ``` However, when using the REST API, this does not happen yet. So changes...

API

issue #1495 Get ready for some WordPress nonsense. The Gutenberg editor has two modes: *visual* and *code*. We access the title data with its official API: `select('core/editor').getEditedPostAttribute('title')`. **Scenario:** User types...

via https://community.podlove.org/t/how-to-add-apple-podcast-token-to-claim-existing-show/3429 I already suggested a simple code snippet to use in the thread ```php

feature

- When setting up the asset, vtt is currently under `captions` but is should be under `transcript`. And I don't think we need to "Podigee Transcript" format any more -...

enhancement

When a slug contains slashes, a valid tracking URL should be generated. Instead, slashes are escaped as `%2F`. Since the file name in tracking URLs is mostly decorative, slashes should...

bug

This is the new library that we need to support: https://github.com/opawg/user-agents-v2

enhancement