Nate Abele

Results 7 issues of Nate Abele

That is all. ;-)

Just got this up and running on React Native 0.55 and React 16. Outside of removing references to `NavigationCardStack`, `NavigationHeader`, and `NavigationHeaderTitle`, the only other change required (in my non-exhaustive...

First of all, thanks for porting this library to Hammer v2. So, [this guy](https://github.com/RyanMullins/angular-hammer/blob/367215b60cebca92d4d6ddd7cf55bd26c1aa4b7a/angular.hammer.js#L169) has been giving me no end of trouble. I write my JS to be as composable...

enhancement

Can I just get a quick show of hands on people who are, like, super-invested in the current implementation of this library? Would anybody's feelings be hurt if I submitted...

This example from the readme: ``` edn.parse("{:x 300 y: 800}").map(function(val, key){ return new edn.Pair(edn.kw("#{key}-squared"), val * val); }); ``` Throws `Error: keyword must start with a :`

Hi Deno friends! I've been using (and loving!) Deno Core—thanks for making it so easy to embed! I noticed that serde_v8 doesn't handle symbol types. Specifically, it panics with `serde_v8:...

See here: http://sphere.orchestra.io/p/My-Next-Trip. Notice how links like "My Next Trip" and "Benjamin Netter" correctly render when the page is initially loaded, but then get expanded out into their respective URLs....