Joey Yandle

Results 5 issues of Joey Yandle

While implementing FROST signatures, I tried to use polynomial::Polynomial with Scalar. Unfortunately, Scalar was missing several traits. This PR implements those traits. The Display trait should prove useful to anyone...

I ran into this issue when I had a gen_server module that called iserve:add_server/4 during init. If the module died, it was restarted by the supervisor, then during the call...

### Summary Trying to build with `cmake` from `brew` on `MacOS`, on , we get the following error with the `Protobuf` dependency: ``` CMake Error at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with...

## Description This PR adds a `rust-toolchain.toml` file to the `rust` directory. This file specifies the toolchain that should be used when building Rust code, so the developer will be...

**Describe the bug** I tried to build current `master` branch on `MacOS Sequoia 15.7.2`. I first tried running `./bootstrap.sh all`, but that failed when running `tools/generate-files $@`, with the error...

bug