Faucogney Anthony

Results 39 comments of Faucogney Anthony

@L7ColWinters it's smell like @outadoc is working on this : https://github.com/stephanenicolas/toothpick/pull/433

@pilgr thanks for this, however, my issue is that Android does not hold such classes, and the serializer are added by default. So it triggers error. It seems to be...

@pilgr any comment or advice on this point ?

@pilgr as far as I know the answer is no. I use JodaTime but that's different class as well as Date and Time classes from Android SDK What is strange,...

@pilgr Please reopen the issue that I get visibiliy from community. thanks

@pilgr fact is that I forced the kryo dependency to be at 4.0.1 level, and nothing changed...

Previously I also force the kryo-serializers. @pilgr I just updated paper to 2.5, from Android studio I have kryo 4.0.1 serializer 0.42 paper 2.5 But I still get exceptions in...

@cmelchior Hi any news on this ? Here is a crash I get close to the issue (but in a Rx context) ``` Fatal Exception: io.realm.exceptions.RealmError: Unrecoverable error. transaction_ended Exception...

or ``` Fatal Exception: java.lang.IllegalStateException: Access to invalidated Results objects in /tmp/realm-java/realm/realm-library/src/main/cpp/io_realm_internal_OsResults.cpp line 492 at io.realm.internal.OsResults.nativeEvaluateQueryIfNeeded(OsResults.java) at io.realm.internal.OsResults.load(OsResults.java:8) at io.realm.internal.OsResults.freeze(OsResults.java:27) at io.realm.RealmResults.freeze(RealmResults.java:16) at io.realm.rx.RealmObservableFactory$6$1.onChange(RealmObservableFactory.java:20) at io.realm.rx.RealmObservableFactory$6$1.onChange(RealmObservableFactory.java:2) at io.realm.internal.ObservableCollection$RealmChangeListenerWrapper.onChange(ObservableCollection.java:2) at io.realm.internal.ObservableCollection$CollectionObserverPair.onChange(ObservableCollection.java:13)...