Brecht
Brecht
@sandydoo Thanks for taking the time to implement this
@AydanPirani Looks like aws lc sys is having problems building. Normally it has prebuild binaries but I'm guessing since you are on a dev beta version you have to build...
@GlenDC completely agree, the first implementation of the PooledConnector was focussed on giving (hopefully) all the building blocks that were needed to do connection pooling under any circumstance (http, tcp,...
@GlenDC I'm already working on this as part of splitting of boring and rustls. Will split the enum part of that work to separate PR and post it so you...
Either approach for connectors will be implemented in #501
Agree that what we are doing is far from ideal. Will think about this one for some days, and then come back. This one is also related to https://github.com/plabayo/rama/issues/498, so...
Will start work on this now and I'm expecting this to take a very long time until it is completely finished. As such, I will try to split this up...
@tennox were you able to get these overlays working in devenv? I'm having a similar problem were even some package json dependencies fail because yarn is using the wrong node...
Thanks will give that a go. Does this also work without flakes? Just like you I came here since this is an amazing project (first tried devbox which is also...
@domenkozar Problem is not really other package managers, problem is that package managers are using different nodejs version. Overlays are a way to fix this, but ideally it doesn't happen...