Joseph Dykstra
Joseph Dykstra
Ok, so I assumed one image per day in my data model: https://github.com/ArtskydJ/comicsrss.com/blob/gh-pages/_generator/tmp/comicskingdom-series-objects.json I'd accept a PR to switch `imageUrl` from a string into an array of strings (and rename...
Just curious if there's anything blocking this PR? I'm interested in using node-livereload with CORS, and might be able to help if needed.
Why split the browserify/uglify command into 2 commands?
I think the root cause is that `deepmerge(data1, {}, opts)` is assumed to have no effect, which is essentially what happens in the `reduce` bit of `deepmergeAll`
here's a potential fix, but it might not work right if the array is
I'd check if you're able to get it to work from the command line. Once you get that working, then try to get it working with node. I thought sox...
I recommend copying the [`index.js` file contents](https://github.com/ArtskydJ/sox-stream/blob/master/index.js) and pasting it into your project. Then maybe change [this line](https://github.com/ArtskydJ/sox-stream/blob/master/index.js#L12) to `var tmpFile = fs.createReadStream(...)` and see if that works.
The issue is that if you pipe in a stream, `sox-steam` and `sox` both will not know what type of file is being piped. ```sh soxi ./test.mp3 # works; sox...
The issue is that I am writing it to a file in this repo, because sox was more reliable that way. However, that does not work with your use-case. You...
I don't know. I haven't tried that use-case. You could try running it from the command-line and see if sox even works with files like you're wanting. I don't know...