Scotty Jacobson
Scotty Jacobson
`getObject` works as expected, but `putObject` looks like it's still stubbed out without a fake implementation (one that would call the callback or work as a promisified) https://github.com/MathieuLoutre/mock-aws-s3/blob/6b5aa02d2f4c902db14a1cfd2e03ce0a10204594/lib/mock.js#L621 I think...
I'm creating a command line application that uses `node-config` to manage different environment configurations. The application is intended to be globally installed `npm install -g cliname`, which lands it in...
Compare .lower()s of whl_package_name and our_name when getting version in case capitalization is inconsistent across the two
Came across this when trying to install the "Markdown" package by putting "markdown" in requirements.txt `Traceback (most recent call last): File "/Users/scottyjacobson/Documents/Dev/accountable/env/bin/peep", line 11, in sys.exit(main()) File "/Users/scottyjacobson/Documents/Dev/accountable/env/lib/python2.7/site-packages/peep.py", line 874,...
Hello - sorry for the lack of details (I've never debugged a Sublime plugin before) - it looks like JSHint Gutter is breaking upon initialization - here's the console: ```...
Hi all! We're batching POST requests in batches of 10 and then using a `beacon` config to send them. One of the issues with QAing this setup is that there's...