Results 5 issues of Neil Sweeney

I've been working on modifying and exporting PDFs with an Electron app; the app will add additional text and images to documents with thanks to this library. But I notices...

bug

To give a quick scenario; I'm splitting a document to two separate documents but using `.split()` and then `.appendPage`. First... ```javascript const jobOutputDir = fs.mkdtempSync(jobDir + '/') orignalDoc .split(jobOutputDir, prefix)...

bug

I'm working with React app where all the bundled files going to a build folder but I want to be able to set the service worker file to the root...

enhancement

Found an issue where Gradle was only looking for react-native within version 0.17 (rather than higher than). There is [syntax for doing "more than"](http://central.sonatype.org/articles/2014/Oct/28/enforcing-valid-dependency-versions/) but I couldn't get it to...

I've been having issues connecting to my server since doing a clean install of Lion. Basically, I have had MacFusion connecting to my server via public keys on my Snow...