Mark Murphy
Mark Murphy
``` $ rake assets:clobber rake aborted! NameError: uninitialized constant Sprockets::SassImporter /Users/mark/.rvm/gems/ruby-2.1.2/gems/sass-rails-source-maps-0.1.0/lib/sass-rails-source-maps/sass_importer.rb:2:in `' /Users/mark/.rvm/gems/ruby-2.1.2/gems/sass-rails-source-maps-0.1.0/lib/sass-rails-source-maps/sass_importer.rb:1:in `' /Users/mark/.rvm/gems/ruby-2.1.2/gems/sass-rails-source-maps-0.1.0/lib/sass-rails-source-maps.rb:5:in `' /Users/mark/.rvm/gems/ruby-2.1.2/gems/bundler-1.10.6/lib/bundler/runtime.rb:76:in `require' /Users/mark/.rvm/gems/ruby-2.1.2/gems/bundler-1.10.6/lib/bundler/runtime.rb:76:in `block (2 levels) in require' /Users/mark/.rvm/gems/ruby-2.1.2/gems/bundler-1.10.6/lib/bundler/runtime.rb:72:in `each' /Users/mark/.rvm/gems/ruby-2.1.2/gems/bundler-1.10.6/lib/bundler/runtime.rb:72:in `block in require'...
Error during sync: error running backend syncing routine: googleapi: Error 400: Invalid value for field 'resource.timeoutSec': '5'. TimeoutSec should be less than checkIntervalSec., invalid `timeoutSeconds` cannot be greater than `periodSeconds`...
> Have you looked at sublimerge? Yes, I've tried it out and I'm not a fan. It shows this on their website  but doesn't offer this...
This is a strange one which I think boils down to the default fetch implementation used by the SDK and possibly the native node implementation as it somehow relates to...
I'm looking for a method to read a file in chunks by specifying a start and end offset similar to that of node's [`fs.createReadStream`](https://nodejs.org/api/fs.html#fs_fs_createreadstream_path_options) method: > options can include start...
Can't help but notice there haven't been any commits in several months. Is there intent to continue this project or has it reached the end of its development?
Does recap have the ability to deploy to for example: sandbox, staging or production (each on it's on server)? If the above is true, does is also have the ability...
After I created my personal account on the server I added my public github keys to /home/me/.ssh/authorized_keys but all recap tasks contiue to prompt me for password which is highly...
I have an svg folder with one svg user.svg. The output gives me the following: ``` xml usernull ``` My grunt task looks like this: ``` js svgstore: { options:...
Is it really necessary to nest everything into "@fields"? I would much prefer to see my kibana table columns read as: | ip | controller | action | ... |...