Andrew Grimm

Results 11 issues of Andrew Grimm

Listing unbackportable functionality would be nice, so I could know whether `__dir__` is something that may come in the future, or not.

If I'm in pik 0.3.0.pre , and try to update to 0.3.0.RC1, I get downdated(?) to 0.2.8. There doesn't seem to be a way of getting back up to 0.3.0.pre...

1. Which version of PhantomJS are you using? Tip: run `phantomjs --version`. 2.1.1 2. What steps will reproduce the problem? To reproduce: 1. Run phantomjs on phantomjs/examples/post.js Expected result: a...

pinned

Even if I use `use_shared_strings = true`, strings outputted by axlsx aren't parsed by rubyXL. I don't know whether it's an axlsx issue or an rubyXL one, so I chose...

Quite a few issues or offers of patches seem to be related to people wanting to do "developer access token" requests, as opposed to "client access token" requests. Although you...

Running the following command on Windows with RubyInstaller installed Ruby ``` gem install --verbose --force pkg\laser-0.5.2.gem ``` gave me ``` Building native extensions. This could take a while... ERROR: Error...

How is include supposed to work? ``` $ laser -Ilib lib/barcode_list.rb Error: option '-l' needs a parameter. Try --help for help. $ laser --includelib lib/barcode_list.rb Error: unknown argument '--includelib'. Try...

http://lint-explain.herokuapp.com/strings-must-use-singlequote/ (identifier W109) doesn't mention the configuration option "allow-avoiding-escaped-quotes", or contain a link to further documentation about quotmark. Is that normal for jslint-error-explanations?

The overall problem I'm facing is having information overload associated with flamegraphs: http://stackoverflow.com/questions/35855922/dealing-with-information-overload-for-rack-mini-profiler-flamegraph One approach for dealing with this (not mentioned in the SO question) may be to have the...

A heat map of pull requesters would be interesting for Call For Proposal repositories such as https://github.com/sprk2012/sprk2012-cfp or https://github.com/rubyaustralia/rubyconfau-2013-cfp , because then you could visualize where proposal submitters for conferences...

enhancement