Rafael Nobre

Results 18 comments of Rafael Nobre

PS: in fact i'm getting some sporadic crashes on this access too, but I can't be sure Pico code is to blame here...

Hi! For now I tried two things: to replace synchronized blocks with lower level spin locks which are less heavy weight and instead of disabling cache, I increased the number...

I have added this in XmlPullWriter.writeObject method: MappingSchema ms = MappingSchema.fromObject(source); String innerNamespace = ms.getRootElementSchema().getNamespace(); if (innerNamespace != null && !innerNamespace.equals(namespace)) { namespace = innerNamespace; } Is there any problem...

I ran into that issue as well, but I think in the current implementation it would be difficult to pre-declare the namespaces, unless one would traverse the hierarchy beforehand just...

Hi! I had this PR come from master, and I made more severe change in another aspect of the library not related to the PR's title. The lib is originally...

Hi! I agree with you, dynamic language support and the overhead from associatedObjects to support it should be an opt-in feature. My implementation on this still requires some refactoring, it...

I like the idea of class methods to configure these aspects of the library. However, I think the subspec approach would stil be required for autoloading, as swizzing can only...

Hi! I had this happen very often (maybe after iOS 8.1 ? It didn't happen before Xcode 6 for sure) The sounds won't play in the speaker, unless I plug...