Arron Mabrey

Results 11 issues of Arron Mabrey

Hi @leehambley I came across a surprise this morning when updating a few projects from 2.x to 3.4.0. I didn't see it documented anywhere and wanted to check if it...

new feature
discuss!

@yannickcr this adds a failing test case for the following issue https://github.com/yannickcr/eslint-plugin-react/issues/322 The first `Foo` case passes, and the second `Bar` case fails. I'd be happy to help figure out...

bug
help wanted

Sorry if this has been covered before, but does this package support terminal more or only gui? Thanks, -- Arron

question
terminal

Would you mind bumping the version number and releasing a new gem. The current gem (0.0.5) dosen't contain the "conditionally_preserving_procs" code/feature. I have been linking it from github in my...

I had an issue on ruby 1.9.3 `strip!': can't modify frozen String (RuntimeError)` This happens because the version number passed in is frozen and the downstream code mutates it, causing...

Addresses issue https://github.com/odyssomay/sublime-lispindent/issues/29

I think I'm seeing the black security screen (that was described in the readme) in macOS 10.12. Do you use this still? On the current os? Thanks, -- Arron

How does this handle guard groups? Can I isolate different groups?

feature request

Is this package available via melpa? I'm thinking it's not, because it's not found unless it's under a different name.

Hi @nakkaya, I'm looking to use the template_matching functionality, like in the example https://github.com/nakkaya/vision/blob/master/resources/examples/template_match.clj ``` clojure (ns template-match (:use [vision core] :reload-all)) (let [raw (load-image "resources/samples/template-input.png" :color) template (load-image "resources/samples/template-match.png"...