Linus Groh

Results 131 comments of Linus Groh

> How to debug? How to fix? I don't know. Unfortunately, I don't have a working display right now. I'm sure you can find information on debugging udev online though,...

Yep, that was recently discussed here: https://github.com/linusg/rpi-backlight/pull/40 I consider it a mistake and agree with > I would prefer the previous setting to be remembered. But apparently it slipped through...

@p1r473 feel free to reopen it then! I generally don't do that myself.

I'm no longer involved in the project and a bunch of information in the original post is outdated by now (including the browser's name), if someone else wants to pick...

> I propose that we permit the syntax `[_]T` in a type annotation on `const` and `var` (both local and container scope). It could optionally also be allowed as the...

Why the thumbs down @nektro? These changes look sensible...

Doesn't seem to be limited to shared libraries, I also hit this while trying to link a Rust-built static library: ``` error: lld-link: duplicate symbol: ___chkstk_ms note: defined at src/x86_64.rs:18...

And once more, this time due to `compiler_rt.lib` being indirectly included via another Zig-built lib (https://github.com/kassane/winpthreads-zigbuild): ``` error: lld-link: duplicate symbol: ___chkstk_ms note: defined at winpthreads.lib(compiler_rt.obj) note: defined at src/x86_64.rs:18...

well, surely there is more than one place on the entire web that has zlib release tarballs :)

Not sure if this is broken more generally, this fix also improves things on my Linux laptop with a high DPI screen: ![image](https://user-images.githubusercontent.com/19366641/192043327-8f284be5-bffc-4553-a8e5-ad3c423cd5f8.png) ![image](https://user-images.githubusercontent.com/19366641/192043411-23020a49-302c-413e-a5d0-bcdc38e27f9e.png)