JP Richardson

Results 95 comments of JP Richardson

Ya, this would be awesome. If it helps, I've started https://github.com/cryptocoinjs/aes The problem is, that I need to add `aes-cbc` stream ciphering though, which is presumably what zip files use...

May be valuable to use jscodeshift here. Ref of similar work: https://github.com/avajs/ava/issues/644

Would you be able to post a snippet demonstrating the issue?

Looks like it may be possible: http://www.sublimetext.com/docs/2/api_reference.html Specifically, methods `line()` and `replace()`.

Cool, on a bright note... it is possible, as [SublimeClang](https://github.com/quarnster/SublimeClang) does it. That'll make this plugin really useful. Thanks again.

Thanks for reporting. IRC... this may be a platform limitation. You'll want to dig in https://github.com/feross/cross-zip to find out more.

A few things: 1. Please change the `require` alignment back to the way it was. 2. Please remove the version bump. 3. Please remove the `mv` dependency and use `fs.move`...

I like this idea. I don't pay much attention to the Github API anymore, do you know of an easy way to achieve this?

I think that'd be awesome, I'm just not sure how to do it without really complicating the module. As you're right, Google provides a lot useful answers to questions posed...