Ed Morley

Results 642 comments of Ed Morley

@algesten Hi! Would you be open to a PR that adds a new unstable `rustls-platform-verifier` (or similar) feature that was identical to `rustls` but enabled `platform-verifier` instead of using `dep:webpki-roots`?...

Ah sorry I had presumed since it was still the default (and had to be swapped out on a per `Agent` instance basis) that the dead-code removal wouldn't be able...

Hi! We would find this feature really useful. It's currently targetting `master`, would it be accepted for webpack 4, or should it be targetting webpack 5 (`next` branch)? There is...

Btw I've just raised the timeout in https://github.com/buildpacks/github-actions/pull/289 which is now available in: https://github.com/buildpacks/github-actions/releases/tag/v5.7.3

For the benchmarks to be comparable, it seems all package managers should run using the same Python version? (And ideally the newest Python version that supports all of the benchmark's...

WIP implementation PR for Pack: https://github.com/buildpacks/pack/pull/2324 And branch for `lifecycle`: https://github.com/buildpacks/lifecycle/compare/main...jab/exec-env-hack

I think for many languages swapping out any runtime layer might be too high of a risk, even if it "should" work 90% of the time. For example: * When...

Would something similar to how Cargo's `[patch]` or paths override features are implemented work here? https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch-section https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#paths-overrides Specifically, Cargo allows defining those settings via config files outside of the project...

> E: Unable to locate package gconf-service If it helps, the Heroku Chrome for Testing buildpack no longer installs that package, since it turned out not to be needed for...

Ah if it's only 6MB that's not so bad - I had imagined it would be larger than that.