Brian Victor

Results 5 comments of Brian Victor

I'm also receiving "unknown" on iOS 9.2. Tracing through I'm seeing that `SecItemAdd` is returning `errSecAuthFailed`. Changing line 71 from `if (status == errSecDecode) {` to `if (status == errSecDecode...

Added pull request #9 with this change.

I don't have an answer to your question. It's happening consistently enough for me that this patch is an improvement for my purposes, and it was enough for me to...

I'm seeing these errors as well. The readline fix works, but adding .json to the resolve extensions list does not. I'm a complete webpack neophyte, so I'm not sure how...

After learning a little more about webpack, I was able to solve the json issue here. It was just a matter of using the json-loader. I added the following to...