-
I like the approach overall. I have implemented a very similar pattern in my app and has been working fine.
However, there is one use case that I never know how to appropriately model.
I found tha…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
### Description
I have a .NET MAUI application that only targets Android. Now it works fine, data is there and loaded. But one thing I noticed is that when I scrolled to the bottom, there is a noti…
-
{
"name": "mynlist",
"app-name" : "MyNList",
"package-name": "mynlist",
"permission": ["android.permission.INTERNET"],
"icon":"./icon.png",
"dist-path": "./dist",
"project-type":"…
db4tz updated
4 years ago
-
```kotlin
val pwAlert = alert {
titleResource = R.string.my_message
messageResource = R.string.my_message
okButton {}
isCancelable = false // This does not exists
}
```
There…
-
### 🔖 Project Description
Task Master is a todo list management app that allows users to organize, track, and manage their tasks efficiently. The app offers features such as adding, duplicating, edit…
-
### Run Information
Name | Value
-- | --
Architecture | x64
OS | Windows 10.0.22621
Queue | Galaxy
Baseline | [1741345c6399ae203d8f259fb12fb873dac5129d](https://github.com/dotnet/sdk/commi…
-
#### Basic idea
```kotlin
interface CoroutinePausing : CoroutineContext.Element {
val isPaused: StateFlow
override val key: CoroutineContext.Key get() = Key
companion object Key : C…
-
I havn't done any android stuff since like 4x, so this is all new to me.
I tried to compile using the `mingc/android-build-box` docker image and running `./gradlew build`
```
docker_run_pwd min…
-
On a functional Cells setup, using two Android clients as well as a desktop client:
1. Desktop Client - OK
2. Android Client (Android 11) - OK
3. Android Client (Android 8.1.0) - Crash after tryin…