Thomas Ricouard

Results 397 comments of Thomas Ricouard

Yeah... I might update it if I find some time, for Swift 4 etc.... but for now it's pretty much dead.

Not possible at the API level, indeed not possible in the client.

I need to check; I thought all the JSON decoding was done in case insensitive. I can set it up if it's not.

Interesting, I'm not doing any custom decoding, so I guess it's just a bug in the Mastodon API and they won't change it since it would break many clients.

Nice! I know it was causing some issues to some other Fediverse servers too, but this is a Mastodon client hehe

Interesting! I did the same experiment a while back as I saw LazyImage reported in instruments but it was not conclusive, I still had micro stutters and it seems that...

It one of the most painful issue, I've spent countless of hours on it and I still can't isolate where the stutter is.

I had the same problem, I found a workaround, see my answer here: http://stackoverflow.com/questions/11452398/signal-11-sigsegv-fault-addr-in-android-when-using-bump-api/11970015#11970015 But now I have another problem...

I know exactly what it is. This is the cache write which is not multi threaded. I tried to dispatch it but for some reason I'm getting an unknown error...