File: day_143__what_next.mdwn

package info (click to toggle)
git-annex 7.20190129-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 56,292 kB
  • sloc: haskell: 59,105; sh: 1,255; makefile: 225; perl: 136; ansic: 44
file content (22 lines) | stat: -rw-r--r-- 836 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Yesterday, I woke up and realized I didn't know what I needed to work on in
git-annex. Added a poll, [[polls/Android]] to help me decide what major
thing to work on next.

----

More flailing at the OSX monster. (A species of gelatinous cube?)
Current fun seems to involve git processes spinning if git-annex
was started without a controlling TTY. I'm befuddled by this.

----

Made the S3 and Glacier configurators have a list of regions, rather than
requiring a the region's code be entered correctly. I could not find a list of
regions, or better, an API to get a list, so I'll have to keep updating as
Amazon adds services in new regions.

----

Spent some time trying to get WebDAV to work with livedrive.com.
It doesn't like empty PROPPATCH. I've developed a change to the haskell DAV
library that will let me avoid this problem.