Jason Merino

Results 16 comments of Jason Merino

I am having the same issue. Trying to get ESLint to run in Vim to no avail. Tried to add my Syntastic config to `.vimrc.before` and `.vimrc.after` and neither worked....

The problem still exists if I use the `.on('restart')` event handler, plus the server restarts before the changes happen, which is fine for jshint, but if I need to use...

@lampietti @phillbaker would it be possible to get this merged? I'm being held up on an Android release because of it. Thanks!

I'm no expert when it comes to Gradle, but AFAIK this would be a breaking change for those using Gradle 3. I would think API 26 would be a fine...

@morten-krogh I have collected some logs from the Android app as well as the server. As @misterlib mentioned some of the logs may be from other users that are out...

@morten-krogh those logs were captured while I was attempting to sync. The data never comes through though. I have created new captures of the logs on both Android and iOS...

@morten-krogh Here is the code we call. We start off by calling the `logUserIn` function with the credentials and the callback. ```js getRealmObjectServerURL() { return `https://${env.realmHost}:${env.realmPort}`; }, logUserIn({ username, password...

@bigfish24 it looks like there is no RealmLog class for the react native library. I've got the following import in the apps MainApplication.java `import io.realm.react.RealmReactPackage;` But I tried pasting that...

@bigfish24 I just tried to get the logs again. I guess I was doing something wrong before because it didn't crash this time, but when I tried to get the...

@morten-krogh setting `valiate_ssl` to `false` worked. The data comes through as expected when I log in and open the synced realm on both Android and iOS. Now, how do we...