Darius Clark
Darius Clark
I notice that armory is consuming more than 50% of my ram while running which is nearly 4GB to 5GB out of 8GB. This did slow other programs down and...
In dd785b44b0c0385f5458d62b4b0898dd91759bc5 , I notice a huge performance hit that is even traced back before the implementation in that commit that causes the function to operate slowly. This could be...
Begin using `Result` for `ApplicationBuilder::start` to improve error handling and to allow us to give meaningful and constructive error messages over panic message as a result of an `unwrap` being...
This PR replaces floodsub with gossipsub. Left it as a draft as a starting point to get a bit more insight as to if this is the right starting point...
I get the following message when using atom-racer on Centos/RHEL 7 `racer returned a non-zero exit code: 1 /home/darius/Projects/Software/racer/target/release/racer: /lib64/libc.so.6: version 'GLIBC_2.18' not found (required by /home/darius/Projects/Software/racer/target/release/racer)` I do know...
## Summary Receives a panic from dcutr when connecting to another peer > thread 'main' panicked at 'Peer of `Prototype::DirectConnection` is always known.', /home/darius/.cargo/registry/src/github.com-1ecc6299db9ec823/libp2p-dcutr-0.6.0/src/behaviour.rs:154:35` This seems to happen when using...
I've noticed recently that autocomplete with monod does not work for dependencies used in dub projects. Only standard library is used in autocomplete. Any reason for this?
## Description ## Notes & open questions ## Change checklist - [ ] I have performed a self-review of my own code - [ ] I have made corresponding changes...
## Description - Resolves #5105 ## Notes & open questions 1. Do we want to check to determine if a peer has been previously discovered so we dont return the...