Bartosz

Results 38 issues of Bartosz

The [_Terminals Manager_](https://github.com/fabiospampinato/vscode-terminals) supports using [themeable](https://code.visualstudio.com/api/references/theme-color) colors for terminals. Since it's possible to use this _Commands_ extension with _Terminals Manager_, it would also be great to be able to use...

enhancement

https://jarstol.eu/kolekcja/stoly-lawy-lawo-stoly The scroll is completely disabled when extension kicks in

There is a strange line in your JS: https://github.com/lai32290/TableHeadFixer/blob/master/tableHeadFixer.js#L67 Why do you do this? The makes the view scroll back to top when appending more data to table and re-running...

### Description Saw `splice` being used instead of `push`/`pop`/`shift`/`unshift` in some projects. AFAIK it brings no performance gain and is harder to read/understand than the latter ones. Basically bans: -...

help wanted
new rule

Fixes #2359 Closes #2165

[gedkeeper-(2).webm](https://github.com/Serg-Norseman/GEDKeeper/assets/2940958/02e766a4-4fdc-4a3d-bffc-986c68d0a525) 1. Can't change any setting 2. If I close the parent dialog, the popup stays forever (unitl GedKeeper is closed), but becomes editable This happens to: 1. Location select...

bug
external

1. Unable to sort tables. Tapping on table headers shows/changes the sort icon on tapped column, but no sorting takes place. 2. Currently selected item is not always highlighted (the...

bug
enhancement

- [x] I have searched open and closed issues for duplicates - [x] I am submitting a bug report for existing functionality that does not work as intended - [x]...

### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [X] I understand that I will be **blocked** if I remove or skip any mandatory\* field ### Checklist - [X]...

site-enhancement

Currently used `push(obj: X): void;` allows to push `string` to `number[]`. By changing the signature to `push(obj: X): void;` it won't be possible any more.