Patrick Elsen

Results 79 issues of Patrick Elsen

The stdlib has impls for arrays up to size 32, could we replicate that here? Or perhaps use the new const_generics to work with any size array?

Steps to reproduce. I did this on latested Debian, use a docker container if you don't have it. ``` apt update apt install gcc-riscv64-linux-gnu g++-riscv64-linux-gnu export CARGO_TARGET_RISCV64GC_UNKNOWN_LINUX_GNU_LINKER=/usr/bin/riscv64-linux-gnu-gcc cargo build --target...

As stated in #1419, trying to get RISC-V to build. This uses generic C code for montomery multiplication taken from @amock. But it builds and tests successfully like this.

I've stolen the code from #1827, implemented the suggestions and rebased it on top of the current `main` branch. Missing some unit tests for the Any-related code.

IpNet is a commonly used crate for IP addresses with prefix (eg. `10.0.0.1/16`). There is a [merge request](https://github.com/krisprice/ipnet/pull/31) open on the repo, but looks like it hasn't been accepted in...

This will build the project (both a static and a shared library), it supports installing it (the libraries and headers, the tests/demo/benchmark haven't been marked to install) and it allows...

I think meson might be beneficial as a build system to simplify the build file and allow building on most targets (without having to hardcode paths to homebrew or likewise).

I think a pkg-config file would be beneficial to allow other build systems to use this.

Dear all, I'm trying to use the `attach()` function to attach to a container and run a function inside it, capturing the output. My idea was to create a `pipe()`...

So, I've setup both Terminal.app and Alacritty with the srcery colorscheme. And I noticed that the colors don't look identical. I took some screenshots to show this: Terminal.app with Srcery...