-
The idea is to navigate and have commands similar to a shell: https://news.ycombinator.com/item?id=31173562
-
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
-
### 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.…
-
# ISSUE\_TEMPLATE
DBFlow Version:
4.2.4
Bug or Feature Request:
addModelChangeListener is triggered multiple times
Description:
I have 10 tables registered for content changes.
When I do…
-
Informally, and approximately: a method or constructor with any occurrences of `@PolyNull` in its signature is treated as if it is two distinct overloads: one having all occurrences of `@PolyNull` rep…
-
### [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…
-
When it comes to displaying data on the UI thread there are roughly 3 approaches in the current database eco-system on Android:
1) Copy database entities directly into memory, with some rules on how …
-
**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…
-
-
**Describe the bug**
```kotlin
data class Data(val flag: Boolean = true)
```
The documentation for NON_DEFAULT suggests to me that the serializer will create a new instance of this class using the…