Joshua Soberg
Joshua Soberg
#### General information * **App version:** master, 4ea89105eb79e648437e9d75104bffdb90139a96 * **App source:** GitHub, master * **Android Version:** Android 10 (Samsung S10) * **Custom ROM:** N/A #### Steps to reproduce 1. Make...
Multiple emissions from a data subscription when one is expected, after quickly recreating box store
## Issue Basics - ObjectBox version: 2.3.4 - Reproducibility: Always ## Reproducing the bug ### Description While running multiple JUnit tests for an ObjectBox store (using base code copied from...
**Describe the bug** I was fixing the issue in #1861 and noticed that while the click callback was being called and we were contacting server to update the message likes,...
For versions that aren't used in dependencies, and are instead only used directly in `build.gradle.kts` files, the linking to `libs.versions.toml` works fine but the version shows as being unused in...
Hey all! I have a few improvement suggestions that I wouldn't mind opening some PRs for surrounding the Gradle build logic setup for the project: 1. Move to using version...
Fixing current Lint issues so that Lint CI runs will pass - most were automatically set by running `ktlintFormat`. Alternatively, we could modify the ktlint rules so that a majority...
Hey all! My first time using the app, I was viewing an issue and selected one of my senators: I was initially confused by the `[REFER TO THE ABOVE LIST...`...
## Expected Behavior of the rule [`NullableBooleanCheck`](https://detekt.dev/docs/rules/style/#nullablebooleancheck) references [this](https://kotlinlang.org/docs/coding-conventions.html#nullable-boolean-values-in-conditions) Kotlin convention to justify its check (never use `?: boolean` on nullable boolean statements). However, the Kotlin code convention explicitly notes...
**Describe the bug** When a device is using a larger font size (attached screenshot is an S23 Ultra with 1 tick under max font size), the # of entry bubbles...