Eugene Shalygin

Results 20 issues of Eugene Shalygin

The ebuild sets a wrong value for fonts dir: `FONTDIR_BIN=( fonts/static )`. Using the default value for the variable makes it work.

Right after system start, the supposed to be VRM temperature sensor (0x003e) readings are lower than the ambient temperature.

For some of the source files, its path (split by directory separator) appears in the list of spelling mistakes.

Adds an option and test for identifier tokens. Closes #56.

### Affected Version https://aur.archlinux.org/paru.git at 7008763e43b8f950394acf736abd5dc0179d3ff1 ### Description Building fails with the current PKGBUILD and rustc 1.79.0 (129f3b996 2024-06-10) (Arch Linux rust 1:1.79.0-1) ### Output ``` error[E0308]: mismatched types -->...

![image](https://github.com/user-attachments/assets/1eed1de3-b081-4d6e-b24b-72b3617d8402)

The wchar_t in Linux is very wide, 32 bits, and thus almost unused, which, in turn, results in poor support in tooling. And that's to be expected when UTF-8 is...

``` src/index.cc: In function ‘std::vector gitstatus::{anonymous}::ScanDirs(git_index*, int, gitstatus::IndexDir* const*, gitstatus::IndexDir* const*, const gitstatus::RepoCaps&, const gitstatus::ScanOpts&)’: src/index.cc:295:21: error: array subscript -1 is outside array bounds of ‘char []’ [-Werror=array-bounds=] 295 |...

QtC 15 (current master branch) requires "Id" and "VendorId" properties for plugins: ```diff diff --git a/SpellChecker.json.in b/SpellChecker.json.in index c71badad3db1..1eeaf998c1c5 100644 --- a/SpellChecker.json.in +++ b/SpellChecker.json.in @@ -1,8 +1,10 @@ { +...