Yury

Results 138 comments of Yury

... and node fs module is patched only on js side?

Atm all that comes in mind will lead to code duplication of some sort: C++: 1. You need to be able to decode archive headers and read files: basically this...

Crazy idea: how about making atom executable work in packager mode if some flag is passed? like ``` atom.exe --create-package --path ./res --out app.asar ``` that would allow to write...

@joshuawarner32 isn't asar format platform-independent? I think asar created on linux should work just fine on all rest platform as well, and vice versa... if it is not, then we...

@joshuawarner32 well, that was just "crazy idea"

> converting a GitHub source zip into an asar file without unextracting it onto the disk ATM, this is hardly possible(still you can create some kind of virtual disk in...

I'd rather fix sorting issue first. Any idea why that happens?

I think if you run ``` npm run test:debug ``` it will open browser window with failing tests and you should be able to set a breakpoint in debugger to...

I have no plans for implementing it for myself, but I will accept a proper PR (i.e. with tests) implementing `$text` operator.