Nikita Bobko
Nikita Bobko
``` USAGE: list-modes [-h|--help] OR: list-modes --current [-h|--help] OPTIONS: -h, --help Print help --current Only print the currently active mode ```
For example - `resize width 25%` should make window to occupy 1/4 of the monitor width - `resize width 50%` should make window to occupy half of the monitor -...
AeroSpace already provides two normalizations ("flatten-containers" and "opposite-orientation-for-nested-containers") The current mental model of normalizations can be extended to allow more types of normalizations. To completely replicate dynamic tiling window managers,...
Proposed synopsis: ``` aerospace focus [-h|--help] --interactive [--fzf] [--fzf-args ... --end-fzf-args] ``` Proposed behaviour: If the stdout is not TTY then a new floating (!) terminal window opens (sticky floating...
macOS AX callbacks are unreliable. Sometimes windows can close but the `kAXUIElementDestroyedNotification` callback is not invoked (e.g. if user quickly closes several windows in a row) AeroSpace already checks for...
E.g. count Alacritty windows on the focused workspace: ``` $ aerospace list-windows --workspace focused --app-bundle-id org.alacritty --count 1 ``` When the flag is specified commands must print the number of...
**Statement 1.** if (Widen(X)
This issue is for discussion of the proposed Kotlin-to-Java direct actualization. The full text of the proposal is [here](https://github.com/Kotlin/KEEP/blob/kotlin-to-java-direct-actualization/proposals/kmp-kotlin-to-java-direct-actualization.md). PR: https://github.com/Kotlin/KEEP/pull/392
The disscussion issue: https://github.com/Kotlin/KEEP/issues/391
### Description _No response_ ### Reproduction ```swift class NonSendable {} @MainActor func main1() async { let ns = NonSendable() await runBlockMainActor { await foo(ns) } await runBlockMainActor { await foo(ns)...