-
We resolved to make `::picker(select)` be a part-like pseudo-element here: https://github.com/w3c/csswg-drafts/issues/10758
However, there were questions about whether we should make it match `:pop…
-
APP.VERSION : 1.28.0
APP.VERSIONCODE : 2023101300
APP.SIGNATURE : rx1fSnL7r5/OMoFC0e1KPqTndXQ=
LAUNCHER.APP : de.mm20.launcher2.release
TIMEZONE : Europe/Paris
VERSION.RELEASE : 14
VERSION.INCREMENTAL…
-
Code like that
```kotlin
fun main() = singleWindowApplication(
title = "Compose Demo", state = WindowState(size = DpSize(900.dp, 900.dp))
) {
val density = LocalDensity.current
val…
-
I'm running into performance issues using nested [knockout foreach](http://knockoutjs.com/documentation/foreach-binding.html) bindings that heavily utilise [knockout components](http://knockoutjs.com/…
-
**Describe the bug**
When you have a LazyColumn with an interactive UIKitView that has some animations like the time picker, if the time picker is animating, the LazyColumn scroll behavior is not cor…
-
Is there a specification of the vec file format available?
-
If an attachment has not been downloaded before, redirecting the message doesn't include the attachments (and shows an appropriate warning). Nevertheless, it would be good to ask the user whether he w…
-
We have a very early implementation of vector drawing library in [sorna-media](https://github.com/lablup/sorna-media).
It allows users to write drawing codes in Python but see the result in the brows…
-
**Issue by [Deadwing888](https://github.com/Deadwing888)**
_Wednesday Jul 05, 2017 at 22:40 GMT_
_Originally opened as DarkstarProject/darkstar - Issue 3928_
----
**_I have:_**
- [x] searche…
-
There is an issue with the ViewModel lifecycle when an `animation` is set to `Children` stack.
If `animation` is set, the ViewModel is correctly cleared on navigation `pop`, but it is then unexpected…