Johan Vervloet
Johan Vervloet
Suppose I have two `DateTimeImmutable` objects, let's say `$a` and `$b`, and I want to check whether they are referring to the same point in time. You can't user `$a...
This ugly hack makes the attributes provided by CAS 2 accessible to your program. (see #15) I added an example in the README file.
I copied the example code in my project, but I got an error on ``` $request->setFormat(TurboBundle::STREAM_FORMAT); ``` The setFormat-function seems to expect 2 parameters. When I did ``` $request->setFormat(TurboBundle::STREAM_FORMAT, TurboBundle::STREAM_MEDIA_TYPE);...
If you use hotot with identi.ca, and click on a user name of a user with an external profile (e.g. http://sn.jonkulp.net/jk, whose updates I get on my home timeline http://identi.ca/johanv/all),...
I added a prop `regex`. You can use it to pass a regular expression to the NodeEdit component, so that it only accepts matching strings.
When Detlef cannot refresh its subscriptions (because e.g. gpodder.net being down), it should still check for new episodes of the feeds it is aware of.
drag-sort-listview seems unmaintained: https://github.com/bauerca/drag-sort-listview It might be interesting to update to the latest version. I am not sure whether specific features of drag-sort-listview are used. If not, we might just...
On the 'episode list', the 'download button' for each episode shows one of these items: - download (if the episode is not downloaded) - being downloaded (if the episode is...
This is probably not the most urgent issue, but I add it for the sake of completeness :-) Detlef used to have unit tests, but in the working branch they...
I would like to have a way to delete the episodes I have listened. I now end up deleting them from the file system. There might be a more elegant...