Maximilian Luz

Results 707 comments of Maximilian Luz
trafficstars

Still happens for me on 3.27.0. Minimal example (basically same as above): ```python #!/usr/bin/env python import aim run = aim.Run(repo=".") run.add_tag("some_tag") run.add_tag("some_tag") ``` Full log ``` Traceback (most recent call...

Ah, forgot about this PR, sorry. I've removed support for Fedora 39 and added support for 42 in the latest update.

At the moment I don't have any intention of buying one either (for one, I don't have that much free time any more and my SPX still works perfectly fine...

There's some work being done [here](https://github.com/edk2-porting/linux-next/tree/4f13b6767831b6ea886c17849a6ef760bbab324c) by @strongtz.

@StollD mentioned one aspect. The more complete picture is that ACPI on Qualcomm is not really adhering to the standard: In particular, they use something called PEPs (Platform Extension Plug-ins)...

@rickological Unfortunately it's not possible to generate a DT automatically from Windows, as Windows itself uses ACPI. So unfortunately it needs to be written manually, but base SoC stuff can...

Sure, it would help. If you want to try and help out with that, feel free to buy one, but be prepared to do quite a bit of work. It's...

Unfortunately this won't work on the SB1 since it's missing the driver stack for the embedded controller.

> Does it require reversing the matching windows drivers? Pretty much. Surface devices have an embedded controller. The way that works and is connected changed between SB1 and SB2, so...

At the moment, we only provide packages and pre-built images for Arch, so you'd have to build your own packages for other distros.