Joshua Pinter

Results 159 comments of Joshua Pinter

Wait, I was able to get this working with your sample code. Even though `Realm.Sync.User.current` only returns an empty object `{}` it is still a valid `user` object so it...

@tkinjo1985 Thanks for fixing that issue! I tried this on a 96-core ARM server and it worked great. Just clone his git branch like so: ```bash git clone https://github.com/tkinjo1985/cpuminer-multi.git cd...

I'm using Appium for an Android app via React Native and I ran into this issue twice. Both times it was a JavaScript bundle issue that had nothing to do...

This is working great for the company I work for. ![screenshot 2018-05-19 19 39 18](https://user-images.githubusercontent.com/180819/40274787-fa596f46-5b9c-11e8-915a-b24bc464c106.png) We're using Electron Forge but it's just using `electron-installer-dmg` under the hood. Here are our...

@imzengyang What was it before?

Hi @ezekg, I also share your confusion with the JSON formatting requirements from the README. Did you ever get around to creating that PR? I can gladly pick up the...

### Android 10 If you started noticing this on Android 10, try adding this to your `AndroidManifest.xml`: ```xml ``` Android is moving to "scoped storage". They started using this in...

Based on the original author's activity on this library, I think this is something you're going to need to add yourself. Our company has made a number of [valuable PRs](https://github.com/jeanpan/react-native-camera-roll-picker/pulls/joshuapinter)...

Did anybody get anywhere with this?