Colton Donnelly

Results 34 comments of Colton Donnelly

As there'd need to be duplicate code anyways, maybe it would make sense to require using an fd for the async connections?

I believe I'm experiencing the same issue 1. connect to remote host with `ForwardAgent yes` in `~/.ssh/config`. `terminal.integrated.inheritEnv` and `remote.SSH.enableAgentForwarding` are both enabled in VSCode 2. verify a key is...

I personally think that it might be better to do push - I feel like pull not only requires the extra sockets to grab the data but it also requires...

That's solved by an announcement message or a bool flag right? Once a node starts up, it either sets a flag in dns stating it needs all data, or it...

yeah, mostly - the big difference being that the new node is just announcing itself, whereas in the pull method it would poll each of the other nodes for the...

Apache Bench seems to be popular. Here are the Rust web frameworks listed by [arewewebyet](https://www.arewewebyet.org/): - [actix-web](https://crates.io/crates/actix-web) (note: gains `tokio:1.0` support in the next release of `actix-rt` - [rocket](https://crates.io/crates/rocket) (note:...

I'm trying to get the full Action Bar to have a background image. On Android, this worked by simply setting the `background-image` value in an `ActionBar` CSS class. However, the...

That makes sense. I've started writing a PR for this but I'm still familiarizing myself with the internals. If anybody has any suggestions, I'm open to input. I'm thinking of...

~~`feature(in_band_lifetimes)` was removed from nightly when rust-lang/rust#93845 landed; this issue can probably be closed~~ ah, but the issue with lifetimes still isn't resolved 🤦

hey! any updates on design considerations?