Gordon Ball
Gordon Ball
Yes, this is a fair point. As you will notice, there isn't a changelog or releases to speak of for quite a while, but I'm trying to do some updates...
I think the description your browser gives is correct; it links to a XML file with no rendering. However, it's probably a fair point that this isn't necessarily a very...
Thank you for contributing, and sorry about the delay - busy week. This looks good, but I'm a bit wary about changing the meaning of an existing keybinding (and probably...
Yes, a config file would probably work. Doubtless there are other things it can be used for, like the hardcoded OPML root it currently uses. The `xdg` library (`pyxdg` on...
Preliminary support for a config file has been added. If you create `~/.config/curseradio/curseradio.cfg` with contents: ``` [interface] keymap=vim [keymap.vim] up=k down=j start=g end=G pageup=K pagedown=J stop=s ``` you should get...
The only changes in this branch seem to be changing the list of keybinding in `README.md`, but no changes to code? Do you have something uncommitted or unpushed? Adding a...
I think this is due to confusion over the `xdg` namespace; the relevant package in this case is `pyxdg==0.25`, which should be correctly specified in `setup.py`.
Rebased on 1.0.1
Worth noting that if using a static external location (ie, `s3_data_naming=schema_table`), this is affected by #54, so after #43 non-incremental tables don't get cleaned up, so seeds get their data...
Rebased on 1.0.1