Cyle Witruk
Cyle Witruk
Hi! I'm trying to follow along with the provided examples and seem to be running into a problem when trying to specify the `src_id` (which I understand should be the...
Another "hit and miss" panic, this time during a graceful shutdown via Ctrl-C during sync-startup. Low prio, just documenting that it happened. ```log Running `/home/cylwit/Code/github.com/stacks-network/stacks-blockchain/target/debug/stacks-node start --config ./conf/mainnet-follower-conf.toml` INFO [1708886495.679664]...
This doesn't happen every time the network connection is lost, but tonight when I was syncing a `next` node to mainnet using my phone's wifi hotspot and went out of...
This PR introduces the [proptest](https://crates.io/crates/proptest) crate with some example property testing tests and wrapper types in `stacks-common` for [hashbrown](https://crates.io/crates/hashbrown)'s `HashMap` and `HashSet` types. Note: This is a break-out from the...
Please see closed+merged ticket #4423 for more information. Tagging @8marz8 and @badonyx
Looks like there hasn't been any activity here in 9mos or so.. @vv9k is the plan for this to be actively maintained moving forward or is it better to stick...
## What did you implement: - Adds support for `buildargs` argument when building an image. This is exposed on the `ImageBuildOpts` builder as `build_args()`. - The default test `Dockerfile` content...
Putting in my vote for build args as it's a `TODO` in the code :smiley: https://github.com/vv9k/docker-api-rs/blob/b1f1891d1d17cb522cc20212452c8c039c5e0810/src/opts/image.rs#L317
Mocking?
I'd be curious to hear thoughts from you guys on adding a mocking framework like [mockall](https://crates.io/crates/mockall) for PAC-generation? Basically, I'd like to be able to `rp-pac { version = "0.1.0",...
Renamed the branch on my end which automatically closed PR #2855 - this PR is the continuation. Proposes a solution for issue #2784 as well as some additional improvements. This...