Nek.12

Results 65 issues of Nek.12

## About this issue I'm using Google Rounded material and I'm frequently encountering missing icons compared to [here](https://fonts.google.com/icons?selected=Material+Icons:mic&icon.query=interests&icon.style=Rounded) (the link is an example of a missing icon) ## Details -...

When using two or more parameters of the same type when injecting, instead of passing `the value of the second argument` correctly to the expected parameter, the value of the...

core
type:issue
status:checking

Since Firefox 72 the script hides the bookmark bar permanently.

Running a release build with R8 enabled causes the following warnings to be issued: ``` Missing class com.topjohnwu.superuser.Shell$Job (referenced from: java.lang.Object com.kevlar.rooting.detection.status.SelinuxDetectorKt$detectSelinux$2.invokeSuspend(java.lang.Object) and 9 other contexts) Missing class com.topjohnwu.superuser.Shell$Result (referenced...

Recently #31 was merged and I've tried it out in hopes of getting a working bottom bar. However to my great despair, placing bottom app bar at a fixed position...

internal

## About this issue For the following composable RIcon ```kotlin @Composable fun RIcon( icon: IIcon, modifier: Modifier = Modifier, size: Dp = Size.icon, color: Color = Color.Unspecified, respectFontBounds: Boolean =...

help wanted

```plaintext Run pascalgn/[email protected] env: GITHUB_TOKEN: *** MERGE_LABELS: automerge,!wip MERGE_FORKS: false MERGE_READY_STATE: clean INFO No update done due to PR mergeable_state unstable INFO Merging PR #97 Fixes to challenges + performance...

bug

Angle, Spread, Position classes are unstable because they are a class family that Compose does not recognize as immutable. Solution: 1. Make Spread, Angle objects instead of classes 2. Mark...

```kotlin @Composable fun KonfettiView( modifier: Modifier = Modifier, parties: List, updateListener: OnParticleSystemUpdateListener? = null ) ``` The KonfettiView composable is non-skippable and non-restartable because the `parties` parameter is unstable, as...