Benjamin Winkler
Benjamin Winkler
@paulcbetts I don't know if you're using asar, but since I see you on nearly every atom-shell issue, maybe you got an opinion on this, too.
Ok, thanks. Paul Betts [email protected] schrieb am So., 21. Dez. 2014 20:03: > We're not using Asar at the moment, we probably won't end up doing it > (though it...
@zcbenz Ok, just a quick question: What about ditching asar and using zip files instead? I think the answer is no, because of #673 (asar for runtime-mode). Is it?
I changed my mind (after playing around with bwin/asar-util) about a few things. - I would put the header _behind_ the payload. This makes changing an archive easier/possible. Also appending...
Thanks for the quick reply. The archiveSize isn't in the header. It's at the end of the ~~file~~ archive (as in #4). And yes, i would serialize the size as...
> You are right, I'm down to put the checksum as part of the format. I'm not 100% into my plan either. If we make it part of the format,...
In asar-util I have implemented simple compression for files with gzip streams. ``` "some-file.txt": { offset: 1000, size: 5000, // decompressed size csize: 1234 // compressed size //comp: "gzip" or...
- I used _numbers instead of strings_ for offset and size in json. Should work w/o problem, since we stay below 1 500 or something like that. > In the...
I haven't really looked at this before, is `atom-shell/atom/common/asar/*` everything that needs to be changed "on the other side"?
Since it's still open I'll try to answer it. @akanieski: @scottsd writes > I'll use myData in the final function to figure out at what result I'm looking at. So...