Vitaly Cheptsov

Results 44 issues of Vitaly Cheptsov

**Description** Keepassium crashed when I was editing an entry **How to reproduce** Not really reproducible so far. What I was doing — copied an entry and edited some of the...

bug

After updating to a new version of KeePassium it is now possible to download favicons. Thank you so much for this. I would personally like to get favicons for websites...

enhancement

Running the following code sample with: - Python 3.11.6 - graphviz 9.0.0 (20230911.1827) - pygraphviz 1.12 ```py import sys import pygraphviz G = pygraphviz.AGraph(strict=False, directed=True, name="TEST", fontsize=11.0) label = 'Test...

### Steps to reproduce 1. Open any room. 2. Go to members. 3. Tap "Search / invite by User ID…". 4. Type or paste full id, i.e. @username:matrix.server.org. 5. Tap...

T-Defect
S-Major
O-Occasional
A-Invite

Hello, Could you please update the code not to include [a kernel panic](https://github.com/Goldfish64/SystemProfilerMemoryFixup/blob/master/SystemProfilerMemoryFixup/kern_start.cpp#L135) on patch failure? This is kind of too harsh when you cannot patch *a single* userspace program....

Hi, we published a standalone kernel SDK — [MacKernelSDK](https://github.com/acidanthera/MacKernelSDK) allowing one: - to target pretty much any macOS kernel version given an adequate target os - to avoid various deprecations...

https://github.com/eliben/pycparser/pull/471 was closed, but the original issue: being unable to run all the tests on Darwin, which is the development platform for a fair amount of people, including myself, persists....

```c typedef int test_int; typedef struct { _Alignas(int) _Atomic test_int a1; int a2; } test_struct; ``` Adding the following sequence to c11.c causes the following error: ``` ====================================================================== ERROR: test_c11_with_cpp...

bug
patches-welcome

Sometimes C code generator fails "forgets" about qualifiers as shown in https://github.com/eliben/pycparser/pull/431. One such example is mixing `_Atomic` with `const` and `auto`. Consider the following code: ```python self._assert_ctoc_correct('auto const _Atomic(int...

patches-welcome

**Guide** Anti-Hackintosh Buyers Guide ([link](https://dortania.github.io/Anti-Hackintosh-Buyers-Guide/Storage.html)) After our discovery of a [severe bug](https://github.com/acidanthera/OpenCorePkg/blob/0.6.8/Docs/Configuration.tex#L2592-L2632) in the TRIM implementation of practically all Samsung SSDs we spent time investigating which SSDs are affected by...

error
AntiBuyersGuide