Yury

Results 138 comments of Yury

@sidorares, I'm having the same issue, what debug info you need?

might be related: #117

I'm also in favor of replacing header size format and dropping Pickle dependency. Isn't node's `buffer` api enough to read a number even in c++? It has writeUInt32{BE,LE} and you...

@zcbenz, idea is not to drop Pickle from atom-shell, (although it would be cool too), but form at least asar packager, so users don't need to compile native modules just...

Proof of concept: [gist](https://gist.github.com/YuriSolovyov/6515554769892b2fc74f) All tests are passing and I was able to read my app's package, made by original packager with pickle. I can do clean-up and PR if...

@zcbenz this one was for asar cli part, I'm not sure about atom-shell part.

yeah, it is, at least test were passing and I was able to list package directory of `.asar` file created with "old" packager. can you please talke a look if...

So, after some trial and fail, we've got 2 things: 1. it IS possible to make packager in pure js with node apis 2. we still need access form c++...

I assume tray needs it to display icon from asar package?