Pavel Artsishevsky

Results 12 issues of Pavel Artsishevsky

As you can see from title, this PR is based on #97. Fixed bugs from the main branch: - Bug with tooltip. When you open app menu, tooltip has been...

I've merged the latest upstream gtk-3-24 branch to support gtk 3.24. Also added support for new Nautilus location bar introduced in GNOME 3.30.

GTK2/GTK3 themes were updated to match latest 3.22 version of GTK; GNOME-Shell theme now matches GNOME 3.22.3. P.S.: my [Qt style](https://github.com/polter-rnd/adwaita-compact-qt) style for adwaita-compact, maybe useful.

### Laptop model MSI GS63VR ### EC firmware version 16K2ED61.101 ### EC memory dump ``` | _0 _1 _2 _3 _4 _5 _6 _7 _8 _9 _a _b _c _d...

New firmware

### Support guidelines - [x] I've read the [support guidelines](https://github.com/firefly-iii/firefly-iii/blob/main/.github/support.md) ### I've found a bug and checked that ... - [x] ... [the documentation](https://docs.firefly-iii.org/) does not mention anything about my...

fixed

### Support guidelines - [x] I've read the [support guidelines](https://github.com/firefly-iii/firefly-iii/blob/main/.github/support.md) ### I've found a bug and checked that ... - [x] ... [the documentation](https://docs.firefly-iii.org/) does not mention anything about my...

**Describe the bug** I have the following [.codecov.yml](https://github.com/polter-rnd/slimlog/blob/master/.codecov.yml) which seems to be properly configured to enable both project and patch checks. But neither in master branch nor pull requests I...

bug
codecov/codecov-action
[Type] Investigation
[Source] Support

This change replaces the inline definition of `all_suites` with a `static` one to avoid static initialization order issues, particularly on Clang + Windows. This ensures `all_suites` is initialized before any...

I'm continuing my experiments with mettle on different platforms by incorporating into CI. Recently found a weird issue - on Windows with Clang, all tests are silently skipped and the...

In CI it is very useful to have information about location of the failed tests. In JUnit `` has optional `file` and `line` attributes for such purpose: https://github.com/testmoapp/junitxml Added them...