Abex
Abex
https://youtrack.jetbrains.com/issue/IDEA-222405
```ts { ...{ foo: "foo", bar: "bar", }, foo: undefined, } ``` [Playground](https://typescripttolua.github.io/play#code/KYDwDg9gTgLgBAYwgOwM7wG5wLxwN4BQcxcAdOYSVXAGYQQBccARHRMwDRHXEBGAhlCbMBUTt2IBfLlTZMArsgAmwGgEtkwJV0lA) I would expect something like this to evaluate down to `{bar: "bar"}`, effectively deleting `foo` from the...
### Bug description Compound assignment where the left hand side is an array with a post increment index generates incorrect code. ```ts let a = new Uint32Array(1); let v =...
Gestures which previously used to work, such as the following no longer work silently. This is because `pixels` was changed to `interval` (without a release note :cry:). Keys that are...
Regression from 605ccdc07d96d4a88cdad5a5a19df306e97b0cea
### Before submitting a bug report - [X] I updated to the latest version of Multi-Account Container and tested if I can reproduce the issue - [X] I searched for...
### Affected Version ``` $ yay -V yay v12.3.1 - libalpm v13.0.2 ``` ### Describe the bug If `clone.defaultRemoteName` in the user's global `~/.gitconfig` is not set to `origin`, `makepkg`...
The chat bar `Type message to channel [Channel name] here` does not get updated when the channel name changes. Reproduce: Enter Channel `A` The bar will say `Type message to...
Fixes #15
When running under swayfx 0.3.2 (or sway 1.8 probably) hyprlock crashes on startup. It doesn't check if `getFractionalMgr` returns null [here](https://github.com/hyprwm/hyprlock/blob/ba4b08e5f5dacc38af083ef89f8c8c489a900068/src/core/LockSurface.cpp#L52), then segfaults in wayland code. ``` Thread 1 "hyprlock"...