Ken Gorab

Results 7 comments of Ken Gorab

Changing the `.editor.mini` to `height: auto` seems to fix the editor issues for me. Before ![before](https://cloud.githubusercontent.com/assets/6582067/5154885/254bd144-723f-11e4-94d5-249492a22cbb.png) After ![after](https://cloud.githubusercontent.com/assets/6582067/5154889/2c81282e-723f-11e4-8df4-3f4399b049c1.png)

Yeah, I ended up rolling my own, unfortunately. Sorry, I know that's not very helpful to you

I've got a pull request [here](https://github.com/DefinitelyTyped/tsd/pull/228) that fixes this, and also other flag options, which were not being handled correctly. After my changes, `tsd install --save lodash` and `tsd install...

I began work on this, but it turned out to be incredibly complex. The initial work is on this branch: `major-refactor-to-match-expressions`. Maybe I'll revisit it some day

This was partially resolved by #146. I think it will be a _while_ before proper type inference becomes a thing...

So after some investigation, I've found that following the [Android installation steps](https://github.com/oblador/react-native-vector-icons#android) from the [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons) lib actually fixes this issue. The only change I had to add to my project...

Here's a thought on how this could be done (this is similar to how I tested my change in #12). - Create a simple http crud service and deploy it...