Tyler McCraw

Results 11 comments of Tyler McCraw

The issue is right here: https://github.com/segmentio/analytics-android/blob/28e82449f1cdc6fb49cab20179265f77690c81b8/analytics/src/main/java/com/segment/analytics/AnalyticsContext.java#L328 I think this can be fixed by using the new APIs for getting the DisplayMetrics instead of using WindowManager. ``` DisplayMetrics displayMetrics = new...

Any update on this particular issue? This will be a hindrance for me going forward since it is prohibiting me from bumping up versions.

It's been about 9 months since my last comment. Could we please have an update on when/if this might be fixed in the near future?

Yes, I only get it if I turn on configuration cache. I've only started seeing the error once I switched it on. I tried replacing the sh command with an...

I think we need Store to let the collector know that both the source of truth (the local data storage, in this case) and the fetcher have returned an empty...

So, I've found that this is actually causing serious issues for our app in some occasions and I can't wait for an official fix. As a workaround, I've found that...

Welcome back, Mike! I was going back through my notes and looking at our current workaround. Like I mentioned, I think we need a Fetcher that doesn't suspend indefinitely due...

I can try to find some time to contribute something, but if someone else has more free time than me, please don't hesitate :) One thing I want to clarify...

The issue is here: https://github.com/willowtreeapps/Hyperion-Android/blob/develop/hyperion-timber/src/main/java/com/willowtreeapps/hyperion/timber/list/TimberLogListActivity.java#L125 My guess is that the intent builder can't handle loading text that is this large. Solution could be to instead pass a file containing the...

I did not modify the buffer limit. I think that it's possibly due to some of the individual messages being very large in size. I'll try to get to a...