Deividas Strioga

Results 8 issues of Deividas Strioga

Returns first item as Single if any, else returns NPE onError. To return the result of findFirst(), users must filter the query accordingly before passing it as a parameter.

**Describe the bug** After the 3ds2 is completed (by cancelling or , making a wrong input or completing successfully), the `ChallengeActivity` remains in the background app stack. **To Reproduce** Steps...

setting xAxis label count with data set changes results in old dataset values passed to formatter ## PR Checklist: - [ x] I have tested this extensively and it does...

Hey, Thanks for this huge contribution to the community 🙇 It has been a long while Metrics SDK is in development status. What is missing for it to become stable?...

Based on [issue](https://github.com/open-telemetry/opentelemetry-android/issues/815), flushing existing events on sdk initialization to increase chances signals are sent in case app is terminated before export interval is reached. Flushes all exporters during SDK...

I am getting the following errors on minification builds, I am surprised why this was not reported: ``` Missing class java.beans.ConstructorProperties (referenced from: void com.fasterxml.jackson.databind.ext.Java7SupportImpl.()) Missing class java.beans.Transient (referenced from:...

needs maintainer feedback

When initializing the SDK I get several StrictMode policy violations of disk read: ``` ~duration=242 ms: android.os.strictmode.DiskReadViolation ... at io.opentelemetry.exporter.internal.http.HttpExporterBuilder.resolveHttpSenderProvider(HttpExporterBuilder.java:254) at io.opentelemetry.exporter.internal.http.HttpExporterBuilder.build(HttpExporterBuilder.java:181) at io.opentelemetry.exporter.otlp.http.metrics.OtlpHttpMetricExporterBuilder.build(OtlpHttpMetricExporterBuilder.java:269) ... ~duration=228 ms: android.os.strictmode.DiskReadViolation ... at...

needs maintainer feedback

Hey, To increase the chances the events being exported, SDK could flush the persisted events when the app is being destroyed, and when the app is starting. This could be...