Anton Hvornum

Results 462 comments of Anton Hvornum

Raid devices have historically always been problematic. And has been on the back burner for a while: https://github.com/archlinux/archinstall/issues/671

Duplicate of #34, so @s-m-e - what's the status of this project and these merge requests? If they haven't gone in since 2022, could the README perhaps be updated that...

> Thanks @glours. Probably I'll be waiting for a new release on Arch. *(specific to Arch Linux:)* If you'd like to *"try the artifact"* you can quite simply do it...

> @marco-calautti they did mention to me here [#11544 (comment)](https://github.com/docker/compose/issues/11544#issuecomment-1967492988) that they consider it prod-ready despite the RC tags, but I agree that these bugs and subtle breaking changes indicate...

For those ending up here with newer hardware and newer `libcamera` versions, `vcgencmd` equivalent would be: ``` $ cam --list $ cam --camera 1 --list-properties $ cam --camera 1 --list-controls...

@tiangolo, @Kludex, @graue70, @shelbylsmith Just a friendly reminder, FastAPI has had support for Pydantic 2 since [July 7](https://github.com/tiangolo/fastapi/releases/tag/0.100.0). It would be nice to re-run this dependabot and get the docker...

Will do in a day or so. But yes, modified the above linked code to look like this: ```diff except TypeError: - pass + traceback.print_exc() except AttributeError: - pass +...

Here's an example of where the above "muted error" occurs. This is as small as I could make the example with the time I had. To run it: 1. Ensure...

No worries, and great work but also thanks for being patient! And `waitForSlotEvent()` is spot on what I need by the looks of it, will for sure give that a...

The shortest workaround I've found thus far, is the following. Bear in mind that it will touch disk unless you find a workaround for it: ```python config = uvicorn.Config( app,...