Daniel Hollas

Results 130 comments of Daniel Hollas

@ChannyClaus thanks for the ping. I've tested with `uv` 0.1.26 and it doesn't seem to be fixed. I am using uv installed with pipx, I wonder if that makes a...

Hmm, strange. I am running directly on Fedora 39, I am wondering if there are some differences between Fedora 39 Docker image and normal install. Also in your case you're...

I failed to make progress here due to lack of any useful logging from `uv` on this problem. My plan was to dive into the code and add some logging...

Note for future self: Turns out one can install only specific perl modules, and not the whole perl metapackage. I ended up doing: ``` sudo dnf install perl-File-Copy perl-File-Compare perl-IPC-Cmd...

> @danielhollas can you take a look to see if i'm delirious or this has indeed been fixed 🦀 @ChannyClaus to clarify, this has always worked. :-) In other words,...

Hi, thanks for taking a look! I think if that's the case the docs could make this point stronger, specifically > nd there are [warnings](https://requests-cache.readthedocs.io/en/stable/user_guide/general.html#patching-limitations-potential-issues) To quote: > There are...

> Your traceback looks like a regular python exception from the sqlite3 standard library module. A segmentation fault would be invalid memory access in the underlying SQLite C library, which...

Hmm, I ran it few more times in the debugger and manage to catch the segfault, looks like a null pointer dereference ![image](https://github.com/user-attachments/assets/783e1c46-feea-468c-82c4-d15cb771f65d) Not sure if this is enough to...

FWIW On Fedora 39 using Podman instead of docker, the following also worked for me (I got a bash interactive prompt) ```consol podman run --rm -it ghcr.io/aiidateam/aiida-core-with-services:latest bash ```

I am afk and will not get to this in the near future. But the image will get pushed to ghcr.io if you push this branch to origin. In general...