Kevin Most

Results 7 issues of Kevin Most

Hi! I really am enjoying using kscript. However, one thing that I think is impossible at the moment is being able to pass a custom classpath. Running vanilla `kotlinc` allows...

enhancement

We should update this widget with Shelagh's really nice UX improvements. Eg, consider single-line for single-select "Other", and remove the "Other" checkbox altogether for multi-select (just have a button to...

P2
M
Ux
UX testing

**IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).** Fixes #726 **Description** Adds support for repeated groups. Also added a sample form that...

Almost every widget has a header like this: ```xml ``` Not only is this annoying to duplicate each time, but as @stevenckngaa pointed out on #698, it does not properly...

code health

Context: I use `xremap` to remap my caps lock key to escape when tapped, and ctrl when held (similar to the [evcape](https://github.com/wbolster/evcape) or xcape projects). Environment: - sway 1.7 (Wayland)...

Hi, I'm using BMBF 1.13.0 with Beat Saber 1.13.0 on a Quest 1. I tried using the most recent release of this mod (meant for 1.11.1), but it crashes. I...

[Line 20](https://github.com/GabMus/start_andromeda_locally_root/blob/master/andromeda_local.sh#L20) currently calls `kill -9 $kill`. However, no variable `kill` was defined. Earlier, a variable `tokill` was defined. I'm assuming that this line was supposed to read `kill -9...