anarcat

Results 281 issues of anarcat

It would be nice to have a mix between the Market URL and HTML templates: it could be used to easily publish a list of clickable links to apps that...

I was wondering why gitbatch wasn't working in my home directory. I first thought it was it was recursing into remote filesystems (#100, which would still be a problem), but...

there should be a way to tell gitbatch to avoid recursing through filesystems or better control the "walker" so that it can skip directories. in my case, i'd love if...

i am not really contributing much to bup-cron anymore. while i still use it, i am effectively phasing it out in favor of [borg](http://borgbackup.readthedocs.org/en/stable/) when i can. i still have...

recently (since after 5.1.3) the [feed2exec](https://feed2exec.readthedocs.io/) test suite started failing because this warning was mangling the output of the script: ``` /home/anarcat/src/feed2exec/.tox/py36/lib/python3.6/site-packages/feedparser.py:345: DeprecationWarning: To avoid breaking existing software while fixing...

I recently worked with the [dateparser module](https://dateparser.readthedocs.io/) for parsing dates, and it seems it might be better than feedparser at its job. For example, it will support parsing internationalized dates...

dates

My [personal UDD todo list](https://udd.debian.org/dmd/?email1=anarcat%40debian.org&email2=&email3=&packages=&ignpackages=photofloat&nosponsor1=on&format=rss#todo) breaks feedparser. If you add the tests to the "illformed" directory, tox says: ``` GLOB sdist-make: /home/anarcat/dist/feedparser/setup.py py27 create: /home/anarcat/dist/feedparser/.tox/py27 py27 inst: /home/anarcat/dist/feedparser/.tox/dist/feedparser-5.2.1.zip py27 installed:...

There are two possible fallbacks for the feed date that are missing: * the entry's `created` date field * the *feed* itself's `updated` date field in my code, I worked...

the "Subsonic API" actually varies with time (different releases) and space (different forks) so it would be quite interesting to see which parts are actually implemented in gonic. the supysonic...

enhancement

the betterspeedtest wouldn't work on BSD platforms because of gnu-specific assumptions in the shell source code. this patch makes it work in FreeBSD, tested in FreeBSD 8.