basak

Results 106 comments of basak

But what encoding would --allow-utf8 use? I'm just looking at http://docs.python.org/2/library/codecs.html#standard-encodings. Why don't we pick one of these? A suitable one would be a coding that converts from Unicode to...

But UTF-8 is not unicode_escape! We cannot use UTF-8 since Amazon is not 8-bit clean for Glacier archive descriptions. And if we use unicode_escape, then we're limiting our interoperability only...

That sounds absolutely fine. How about `--transcode-names=...` for the name of the option? That would be a even more specific about what it actually does (now that we know!), and...

This is, IMHO, a bug in boto present at the time I wrote glacier-cli. It looks like it has been fixed more recently, but in a way that didn't change...

glacier-cli doesn't do anything to do with encryption right now (although #24 adds it). git-annex can do encryption. I feel that git-annex's documentation would be more suitable to cover git-annex's...

On Thu, Feb 16, 2017 at 03:40:35PM -0800, Akshay Moghe wrote: > I'm trying to build this on 16.04, and improvising as I go along, but > I'm unable to...

On Thu, Feb 16, 2017 at 05:32:10PM -0800, Akshay Moghe wrote: > 3. make / debuild ???

Thanks! This conflicts with #24, so I'll just hold on for a response to my review there and merge one of the two.

On Tue, Mar 06, 2018 at 05:49:41PM +0000, Joey Hess wrote: > Note that on unix, filenames have no defined encoding. No matter how the locale is set up, any...

This would break the other examples in the same `README.md`. Can we hold and commit all necessary changes needed for the rename all at once (not necessarily in the same...