Bernie Innocenti

Results 19 comments of Bernie Innocenti
trafficstars

Oh... this time the HMD did not show at all in the xrandr output. I just unplugged and re-plugged the DisplayPort connector, and now it works. Could it be a...

In case it helps, here's an strace of the last actions prior to the crash: ``` read(5, "Name:\tvrstartup\nUmask:\t0022\nStat"..., 1024) = 1024 write(2, "Sun Dec 13 2020 20:36:45.035553 "..., 75Sun Dec...

Deleting the empty line at the end of /etc/os-release fixed the crash for me. Thank you, @Baguettedood!

This fix is still required. Could a maintainer please review it?

This bug is still present in master. PR #618 by @Lukanite looks correct to me. Could a maintainer please review it?

Now that glium was ported to the latest glutin and winit, WebAssembly support would be feasible.

By the way, I noticed lua operators are highlighted as keywords rather than operators, and I think it's due to [this line](https://github.com/projekt0n/github-nvim-theme/blob/main/lua/github-theme/group/modules/treesitter.lua#L204) ``` ['@operator.lua'] = { fg = syn.keyword, style...

> In other words, currently GitHub uses their "keyword" color for operators when it comes to Lua. Indeed! Then perhaps *they* have a bug? ;-) Anyway, I solved it with...

After looking into the code, I believe the following patch fixes both problems: ```diff diff --git a/amitools/fs/rdb/RDisk.py b/amitools/fs/rdb/RDisk.py index fb0b2d3..b16b3b8 100644 --- a/amitools/fs/rdb/RDisk.py +++ b/amitools/fs/rdb/RDisk.py @@ -697,9 +697,9 @@ class...