rami3l
rami3l
When I was using Amethyst, I also used a companion app called [SpaceId](https://github.com/dshnkao/SpaceId/tree/master), and the latter seems to be using [Swift code](https://github.com/dshnkao/SpaceId/blob/b6d452c818c37403d471de32d7a9044e88a06b14/SpaceId/Application/ButtonImage.swift) to generate the tray icon. It works pretty...
Now blocked on https://github.com/tokio-rs/tracing-opentelemetry/pull/142 instead.
@djc Many thanks for helping out!
@djc @ChrisDenton I've been having second thoughts on this one, since adding an optional "dry run" mode would also be useful for testing target detection on our side (even in...
> Can you describe what you would propose exactly (maybe as a PR if that's a straightforward way to implement it)? @djc I'd like to propose an alternative execution mode...
> > I'd be a bit uncomfortable with a separate script due to the need to keep the two scripts in sync. > > I didn’t mean that. `rustup-init.sh` can...
Closing in favor of #4183.
@djc Can we use `aws-lc` instead of `ring` for `rustls`? `aws-lc` seems to have [p521 support](https://github.com/search?q=repo%3Aaws%2Faws-lc+p521&type=code) already; OTOH comparing [`aws-lc`'s platform support](https://github.com/aws/aws-lc?tab=readme-ov-file#platform-support) and [that of `ring`](https://github.com/briansmith/ring/blob/078369b410bc213ed498415069f7b0505a4a98b9/include/ring-core/target.h#L25-L65) I can see that...
@djc (A newbie question:) I tried adding ```toml [dependencies] rustls = { version = "0.22", optional = true, default-features = false, features = ["logging", "aws_lc_rs", "tls12"] } ``` ... to...
> @rami3l reqwest allows configuring the ClientBuilder with a pre-built ClientConfig (of the matching Rustls release), so I think we can build a rustls 0.22 ClientConfig and configure reqwest to...