-
A mix of `JvmTest` with and without the `AndroidJUnit4` annotation produces flaky tests
## Steps
Apply this patch & run tests on com.ichi2.anki.libanki
```patch
Subject: [PATCH] speed
…
-
I am starting up Mongo via
```
mongoDbReplicaSet = MongoDbReplicaSet.builder()
.mongoDockerImageName("mongo:4.4.4")
.build()
```
from within my JUnit5/Kotlin framework. I immediately test t…
-
### Subject of the issue
I don't know if it's just me... I cannot read a remote file sitting on an ftp server using `TabixReader` or `SeekableStream` as I get a `SocketTimeoutException`.
### Yo…
-
This was reported by a user in https://github.com/realm/realm-dotnet/discussions/2393. We should write a test migrating from RealmObject links to EmbeddedObject and confirm that there's actually a way…
-
# Issue
Hi, I'm trying to use this library for downloading images and videos. Both work perfectly on iOS but on Android 10 only image downloads work. When trying to download an mp4 I'm getting the …
-
See this Java issue for broader context: https://github.com/realm/realm-java/issues/1694
Given that KMP has no default types for UUID and Dates, type adapters are probably required from the start for…
-
### Expected behavior
In particular, it is expected to be able to read values from the `Reactor Context` in the `postAllocate` process.
What I want to do here is as shown in the sample code below.…
-
**Describe the bug**
Formatting high numbers like "1000 → 1k", "1000000 → 1M" should be localized, and "k", "m" chars shouldn't be hardcoded.
**Note for the developer:**
https://github.com/wooc…
-
Hello,
when i read the news and scrolling down, the App Force Close.
Nextcloud 21.02
latest News Reader from F-Droid Store
exception logs:
https://paste.dasnetzundich.de/view/c2632621
-
### [READ] Step 1: Are you in the right place?
Issues filed here should be about bugs in __the code in this repository__.
If you have a general question, need help debugging, or fall into som…