Results 131 comments of Jasper

Isn't that a pretty strong argument for implementing tabs in Alacritty so that there's no need to run multiple terminal emulators inside of each other?

@thalesfragoso "just manually parse the certificate and implement your own verification logic" isn't a solution, which is why this issue is still open.

> And, someone will have to "manually parse the certificate and implement their own verification logic", and with that, create a better solution before rustls can think of moving away...

@rmak-cpi Is that from a private cluster with no internet access? The [ECR pull-through cache docs](https://docs.aws.amazon.com/AmazonECR/latest/userguide/pull-through-cache.html) suggest that it should fail the first time you try to pull if the...

Got 90% through the way of configuring EKS Fargate today and then realised there's no arm64 support. Didn't even consider that this would be left out! Is there any timeline...

I'm not sure how quickly or completely crates.io / rustsec will be able to solve this issue. The manual review idea has some problems (in particular, it would require manual...

> Now the question arises as to what we should do for cargo add. Again I think it would be nice if some crate information is printed to stdout on...

Yes, this can be done with standard Git, but it does require server support (`uploadpack.allowAnySHA1InWant`) which is not always enabled. GitHub seems to allow it. I can demonstrate it using...

I just hit this after an unclean shutdown. The debugging experience was really bad because of the boot loop. On a hunch, based on the boot loop and not having...

I've got quite a lot of experience with WebRTC between the browser and some custom Rust server-side code, as well as (separately from the WebRTC work) experience with Python and...