Eric Teubert
Eric Teubert
This might work: `git rm --cached my.file` If it doesn't, check out the github doc on removing data from the repo: https://help.github.com/articles/remove-sensitive-data
Just want to let you know that I moved to [PHP Scoper](https://github.com/humbug/php-scoper). I tried looking at your code but couldn't wrap my head around the regexes 😅 And even support...
Had a look at https://github.com/grain-team/vttyl, couldn't get it to parse sample files. Also, the implementation is _very_ naive. I think we should aim for our own implementation according to https://w3c.github.io/webvtt/#parsing
As I understand it is that you actually want to check the availability of the _slug_ because that is used in the URL (and the short id is technically always...
True. Should also use a separate ~~server instance~~ bucket, like the database.
As a quick fix, disabling the Shownotes module before creating the episode should help.
All mentioned features rely on the theme adhering to WordPress standard and may break if the theme disregards them. Other plugins might also interfere but often it's custom themes' fault....
Thank you for posting the fix that works for you, but I believe I would reintroduce another bug (depending on sysem/circumstances) if I'd merge this into the plugin.
I added a feature switch, so you can put `define('PODLOVE_ARCHIVE_PAGES', true);` in your `wp-config.php` to reenable this. Will be included in next release.
Needs more data, or rather specification. Multiple use cases: - title autogen is on/off - episode title field is empty/nonempty For the resulting 4 cases, specify: - feed title ``...