Daniel Frett

Results 5 issues of Daniel Frett

the context object getSystemService() is called on is leaked via `ConnectivityManager.sInstance`

Implement ParseCancellationException constructors so that it correctly passes params to super constructors

It would be nice if there was support for using a coroutines dispatcher to dispatch long running subscribe methods in the background. This would be similar in functionality to `ThreadMode.ASYNC`....

enhancement

Google defined a new HCT color system that is used to power the Material You design system for newer versions of Android. It would be nice if this library supported...

FUSE treats threads as light-weight objects and creates/deletes them frequently. This leads to a new perl interpreter being created for all new threads, but never being reclaimed/reused when a thread...