Aaron Matthis

Results 64 issues of Aaron Matthis
trafficstars

![Image](https://github.com/user-attachments/assets/fb55ad31-8fe0-4f2c-b6b9-a689947c644a) That's in my build.gradle file: ```build.gradle tasks.withType(JavaCompile).configureEach { it.options.release = 21 } tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all { kotlinOptions { jvmTarget = 21 } } ``` IntelliJ seems to be okay with it....

```kotlin class StackCount: Object2IntOpenCustomHashMap(IntArrays.HASH_STRATEGY) { fun change(stack: IntArray, count: Int): Int { val newAmount = getOrDefault(stack, 0) + count if (count == 0) return newAmount if (newAmount == 0) removeInt(stack)...

### Steps To Reproduce 1) Open any page, in my case it was patreon (but the same issue occured on other pages) 2) focus a password or username field 3)...

bug
browser

The line https://github.com/wisp-forest/owo-lib/blob/1.21.5/src/main/java/io/wispforest/owo/ui/component/TextBoxComponent.java#L58 doesn't respect the editability state, it just writes on tab, even if the component was configured as `setEditable(false)`.

priority: low
status: confirmed