Ani Betts
Ani Betts
afaik I didn't see a way to do everything _but_ `run` without actually running the executable (I want to call `path()`, then call `spawn` aka run the app but with...
You need to get the absolute path of `execPath` and make sure that it starts with the absolute path to `bin` or else you can execute anything on the machine...
A lot of Atom is moving to ES6 and I have a few ideas on stuff to contribute, but I vastly prefer working in ES6 to CoffeeScript because the linter...
It seems as if nodegit won't release file locks on Windows, even if you are very careful to close all of the objects An easy repro is to try to...
I'm trying to process an existing Tar Archive but mutate some of its properties (specifically, fix up its paths) - I can't expand and recompress the archive, because some important...
Any project that currently uses eslint-config-airbnb checked out on Windows results in thousands of linter errors since the line endings will be CRLF, making it impossible to contribute to these...
## API Sketches for My Sweetheart the Drunk Transaction - The mindblowing idea is, you simply **cannot access normal read/write operations outside of a transaction**. They're not even on the...
We should throw a better one
## Akavache 3.0's Next Level Feature: Sync Right now, syncing between a cloud-based data store and a local-based store is Hard™. One of the features I've been thinking about for...
Thanks for this awesome project - I was able to really easily get an xhyve VM created, but I'm having trouble getting the guest connected to the Internet. Here's the...