Sven Neumann
Sven Neumann
I'm interested in getting board support for this hardware, and I'd be willing to help. I saw that support for ATmega4809 has been added to avr-device. What are next steps,...
> I recently started fuzzing this crate and have found a few crashes. @stusmall, wouldn't it be nice to have the fuzzing test code added to the repository?
Here's (part of) a stack trace from the stack overflow that occurs when attempting to read stackoverflow.pdf: ``` #11287 0x000055555565aea7 in ::mul::{{closure}}::{{closure}} () at /home/neo/.cargo/registry/src/github.com-1ecc6299db9ec823/pom-3.1.0/src/parser.rs:495 #11288 0x00005555555f2c94 in core::result::Result::and_then (self=...,...
I managed to build 64 bit ARM (aarch64) images based on the Dockerfile etc provided by this repository. But I had to do some modifications: - remove the `cockpit-preview` repo...
Right, I reverted the changes in my copy and have been able to build images for the Raspberry Pi recently.
I think I asked for a test certificate with my rapid test. What I got was a link to import the result into the CWA. The result is only shown...
Is there a plan to get this merged? Just finished porting the ORM parts of a project to diesel-2.0 only to find out that ` gotham_middleware_diesel` isn't compatible with it...
Some more information: - Not getting this error on Fedora 36, using pip 2.22.2 - Getting this error on Ubuntu 22.04, also using pip 2.22.2 Output from `pip3 install --verbose...
I do not understand why this happens on Ubuntu 22.04 (or actually in a Docker container based on Ubuntu 22.04). All I can say is that other packages (and other...
Here's the most simple `Dockerfile` I could come up with that reproduces the problem: ``` FROM ubuntu:22.04 RUN apt-get update && apt-get install -y python3-pip # The next line would...