GHC 2017-04-28

3 comments.

, https://git.io/v9ch4 in jarun/nnn
Search results on type works as expected, including non-ASCII queries, but the delete key is broken. Rather than deleting the previous character, it puts `^?` into the input field. This is not limited to macOS; I see the same issue on a RHEL6 cluster I have access to (at least over SSH). But I don't see it on Ubuntu Xenial. If you can't figure out what's wrong I can try to debug this tomorrow.

, https://git.io/v9Z7w in Homebrew/homebrew-core
googler 3.1
===========

Created with `brew bump-formula-pr`.

, https://git.io/v9Z1Z in SNH48Live/snh48live.org
TODO
====

- [x] Forgo daemons of `schedule` and `stats` in favor of scheduled jobs. Currently they take up way too much memory: `stats` daemon consumes ~50MB of memory on Ubuntu 16.04, at sleep; and it is only activated once per day.
- [x] Consolidate venvs of different components.
- [ ] schedule: consider using a database instead (beware of duplicates though which was a problem in my private notifier script which I never looked into).
- [ ] Include more info (e.g. MC topics) in filter's database. The set lists are available at snh48club.com. Maybe full text search too.