Dave Vasilevsky

Results 82 comments of Dave Vasilevsky

I don't intend on vastly changing the options to pixz for awhile, I don't want to break people's scripts. Also, some of the options are fundamentally different: Tarball listing and...

@havingAgithubAccountIsBuggingMe: There are already two ways to do this: - If you specify no input or output, pixz will use stdin and stdout, eg: `pixz -d < file.xz > stdout.file`...

Don't forget that pixz does parallel DEcompression, too ☺

There shouldn't be any hard limit, but usually writing is slower than reading—so it's possible that's the bottleneck?

Thanks for the report. Probably the best solution is to write an Objective-C program that uses FSMoveObjectToTrashSync . I'll look into it, but probably not right away, it's pretty low...

So this actually happens on archive creation, not on listing. Here's why: OS X has a bunch of special file attributes like resource forks and Finder Info, that aren't easily...

I've made available a [version of Keywurl for Safari 5](http://github.com/downloads/vasi/keywurl/Keywurl.bundle.zip), which is built properly with an updated header, not with a hack to the Info.plist. It works well on 64-bit...

akahn: You should be able to just add the appropriate bundle identifier and version to Keywurl's Info.plist.

I'm not sure I want to merge it. The WebKit nightlies are a moving target. If one of them which is never released as Safari breaks Keywurl, I don't feel...

I don't know anything about wasm, no idea how I'd test it. But patches are very welcome!