rene-d
rene-d
Fixed three issues: The XML namespace for SVG is actually **http://www.w3.org/2000/svg** and not **https://..**. ([ref on W3C](https://www.w3.org/2000/svg)) The syntax `dollar is -1` is invalid since Python 3.8 for literals. Fixed...
The directory tree of the crate mirror uses package names, which can mix lower and uppercase characters. In the Cargo Book, it says that file names should be in lowercase,...
The instructions to use https://github.com/aya-rs/bpf-linker#using-external-llvm are incomplete. Indeed, in order to compile bpf-linker, I also had to install `libpolly-15-dev` from https://apt.llvm.org and `zlib1g-dev` on a Ubuntu 22.04.1 aarch64 virtual machine...