Jason Schock

Results 4 issues of Jason Schock

I don't expect `no-raw-text` to fail in this case according to [the tests](https://github.com/Intellicode/eslint-plugin-react-native/blob/master/tests/lib/rules/no-raw-text.js#L53-L65), but it does for me. ```js import React from "react"; import { View, Text } from "react-native";...

bug

Using a vanilla install Macvim (build 73) via homebrew. Only plugins installed are pathogen, vim-dispatch, and vim-fugitive. - Working within a git repo, with a file open, run `:GPush` -...

I'm attempting to upgrade from from Meteor 1.5 to 1.6.1 (I need the latest version of cordova-android). Currently using Meteor 1.6.1-beta.11. App is hanging at splash screen on startup. Obvious...

bug
confirmed

* Project structure: ``` project/ |--deploy_config/ |--stage/ |--s3_website.yml |--prod/ |--s3_website.yml |--public/ |--index.html |--assets/ |-- ``` * `deploy_config/stage/s3_website.yml` contents: ``` ... site: public ... ``` * Push command: ``` s3_website push...