apocelipes

Results 23 comments of apocelipes

Could you assign this to me? Thanks.

I decoded the data, and found a 'Ó' (\xd3, 211). `211 - 'A'` equals 146, and `ffModuleInfos` length is only 26. fastfetch use `setlocale(LC_ALL, "");` which will use the user's...

I'll send a PR to fix this issue. However, I'm not sure is there any other place has the same type bug. (All the usages of ffModuleInfos have been fixed)

You can use [QtSingleApplication](https://doc.qt.io/archives/qtextended4.4/qtopiadesktop/qtsingleapplication.html) in your projects.

@boyter The reason for this bug is very interesting. The current Trie will try to match the longest prefix. Suppose we have a single quote and three single quotes as...

Hello @MarvinJWendt , thanks for reviewing! I rebased this branch to the latest master, this could make the commit history more clear. All conflict in "table_printer.go" is fixed, you may...

I also fixed the linter issues.

@MarvinJWendt I think this PR is ready :)

> On linux at least, the runtime does not normally call getrandom. We use the auxv random data at startup. The readRandom path is kind of a fallback. (I'm not...