Thomas Perl

Results 256 comments of Thomas Perl

Setting to "draft", as the migration error (if the old database file has been created with minidb 1) still has to be handled: TypeError: Column action_type is TEXT, but expected...

I worked around the migration issue by just renaming the local database file from `gpodder.net` -> `mygposync.db`. This isn't ideal, but we might anyway have to rework this at some...

> So all actions are lost if users don't sync before upgrading? Yes, any actions not synced. I can add migration code to it.

@fcambus Is this something you would consider for merge or rather not?

@clort81 Did `make V=1` result in any useful clues?

Recent versions have `diff_tool` and `diff_filter` settings. The `diff_tool` will get the old content and the new content as two filename arguments, and you can do whatever. Alternatively, if you're...

@mborsetti Please fix the licensing issue of your fork: https://github.com/mborsetti/webchanges/issues/30

Removed comment from @notdavid because that's already mentioned elsewhere, and [webchanges removed copyright/license headers](https://github.com/mborsetti/webchanges/issues/30) in its source files (it's an unfriendly fork of urlwatch), so I'd prefer not promoting it...

@dufferzafar Have a look at https://github.com/thp/urlwatch/blob/master/lib/urlwatch/reporters.py -- probably `WebServiceReporter` or somesuch. Instead of the call to e.g. `self.web_service_submit(service, 'Website Change Detected', body_text)`, you would: 1. Open an existing RSS file...

@dufferzafar See the instructions above on how it could be implemented :)