Nitrooo

Results 7 comments of Nitrooo

Pendulum version: 2.1.2 ``` import pendulum now = pendulum.now() s = now.isoformat() now2 = pendulum.DateTime.fromisoformat(s) now2.add(seconds=1) ``` You get: ``` Traceback (most recent call last): File ".../arrow_test.py", line 13, in...

@milas can you please review and possibly merge this fix? Thank you.

I added `ibt=off` to `GRUB_CMDLINE_LINUX_DEFAULT` but it didn't work. Same error.

`journalctl -p 3 -xb` ``` ott 27 19:07:00 T440p kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.SAT0], AE_NOT_FOUND (20220331/dswload2-162) ott 27 19:07:00 T440p kernel: ACPI Error: AE_NOT_FOUND, During...

@ECO1AI Thank you. However, we already knew what the error message is, as it was stated in the post I linked at the top of this thread. I can't use...

I managed to make the driver work on kernel 6. Brief instructions [here](https://forum.manjaro.org/t/video-nvidia-470xx-fails-on-kernel-6-0/123867/29?u=bunchofatoms).