sufftea

Results 6 issues of sufftea

With this script ``` KEY_C: TapModi(KEY_LEFTCTRL, Key(KEY_C), Key(KEY_I)), ``` The following sequence works fine: `LEFTCTRL down -> KEY_C down -> KEY_C up -> LEFTCTRL up` But if I lift `LEFTCTRL`...

## 📚 Documentation Whenever I try to use one of these classes I get `no attribute` error: - `albumentations.augmentations.crops.transforms.BBoxSafeRandomCrop`, - `albumentations.augmentations.geometric.transforms.HorizontalFlip` (this one exists but is located directly in `albumentations`)...

I'm getting this error when trying to edit a single .ts file: ```  Error  Error 19:16:08 Error executing vim.schedule lua callback: ...ols.nvim/lua/typescript-tools/protocol/module_mapper.lua:41: attempt to call method 'gsub' (a...

## Description Shows a popup with the notification message when you select it with fzf. This enables copying the message text. ## Related Issue(s) fixes #1037 ## Screenshots

stale

## Description Message entries shown in fzf weren't sorted correctly. Even though the `messages` are sorted initially, the order is broken when they are moved to `ret`: ```lua ---@type table...

stale