-
make a list of widgets to be implemented
-
Assignment 1 is complete. /cc @codepathreview @codepath
-
#### Status as of April 2024
You [should be able](https://github.com/react-native-community/discussions-and-proposals/issues/446#issuecomment-1199893725) to use Compose with React Native, but it [d…
-
### Description
Found some weird behavior with AppStorageKey. The shared `publisher` is triggered after updating some unrelated UserDefaults values.
Here is the XCTest, which is failing but should n…
-
### Checklist
- [X] The issue exists after disabling all extensions
- [X] The issue exists on a clean installation of webui
- [X] The issue is caused by an extension, but I believe it is caused b…
-
今週の雑談会のログです:memo:
-
NodeJsRep/cli-utilities/
-
My app is complete. /cc @codepathreview @codepath
I tried to use various styles of promises, not just the await/async pairs, please don't ask me to change all utils to use this await/async pair. Than…
-
- Q: Explain the concept of coroutine channels in Kotlin.
- Q: Explain the role of the asFlow extension function in Kotlin Coroutines.
- Q: What is the purpose of the StateFlow in Kotlin Coroutines?…
-
Currently, I have this copy-pasted all throughout different views:
```
@AppStorage("widgetCustomColorPaletteFirstIndex", store: UserDefaults(suiteName: "group.selectedSettings"))
private …