Results 6 issues of Ethan Olesinski

### Have you checked that your feature request isn't already filed? - [X] I read through [FAQ](https://github.com/alshedivat/al-folio/blob/master/FAQ.md) and searched through the [past issues](https://github.com/alshedivat/al-folio/issues), none of which addressed my feature request....

enhancement
help wanted

This PR adds a sticky toc to the Distill template as mentioned in #1961 Changes: - adds sticky toc - reduces separator line width (for better fit)

This PR addresses issue #97 by updating the port numbers used in the `raft_test.cpp` unit tests to a higher range (29800-29802) to avoid conflicts with commonly used ports. Port conflicts...

### Affected Branch trunk ### Basic Diagnostics - [X] I've pulled the latest changes on the affected branch and the issue is still present. - [ ] The issue is...

fix/bug

This PR addresses issue #275 by pinning the installation to a specific version. Both [EVMONE](https://github.com/ethereum/evmone/releases/tag/v0.11.0) and [EVMC](https://github.com/ethereum/evmc/releases/tag/v11.0.1) are upgraded to "Cancun" versions 0.11.0 and 11.0.1 respectively. This upgrade prevents an...

### Affected Branch Affected Branch: trunk When running `./scripts/test.sh` locally on macOS Sonoma 14.5, M3 Max 8 tests fail. Specifically, when the test script completes, this is the result: ```...

fix/bug
enhancement/testing