Andreas Bergmeier

Results 76 comments of Andreas Bergmeier

> Afaik solvespace doesn't have support to report which exact constraints are redundant/overconstrained, same with degree of freedom. I am not sure. Looking at the C code where they do...

So since `SolveSpaceUI::SolveGroupAndReport` runs solving twice when it returns redundancies - maybe we should adopt the same mechanism?

@damienmg may correct me if I am wrong but here goes: It would be possible to create Aspects, which collect all inputs of Bazel Rules (mostly from `cc_binary`, `cc_library` and...

FYI: Opened https://github.com/abergmeier/bazel_rules_llvm for all things aspect and `compile_commands.json`.

Why then not take the more general approach and have a `VEND_HDR_PREFIX` defined, which can be used like so: #ifdef VEND_HDR_PREFIX # include " VEND_HDR_PREFIX /zlib.h" #else # include #endif...

FYI: I am currently working on getting the Litra into the kernel: https://www.spinics.net/lists/linux-usb/msg232494.html Still quite a few problems to figure out, though.

> On Windows G-Hub is not able to read the current state of the device. If I change the brightness or temperature outside of G-Hub and start G-Hub afterwards, G-Hub...

Read the spec and implemented the kernel driver. For temperature it should be sending `11ff0481 00000000 00000000 00000000 00000000`

> Did you mean to link to https://github.com/abergmeier/gifwriter? Indeed. Yeah sorry for that mistake.

@nigeltao Fair enough. For future transparency though, IMO it would be good to state the limitation/scope of the current stdlib implementation explicitly in the docs.