Wez Furlong

Results 893 comments of Wez Furlong

I'm open to that; https://github.com/rustls/webpki/pull/174 feels necessary to facilitate that. I took a quick stab at pulling that branch into rustls but there are quite a few things that need...

Relevant issue in upstream: * https://github.com/rcaloras/bash-preexec/issues/146

Here's my concrete issue where I think this will help me. I have a page with a filename `changelog.md` It is my "Change Log". It is linked in my navigation...

is drone.io as a self-hosted solution still alive and well? Where are open source users supposed to go to discuss using drone? The slack is not open, and the former...

https://woodpecker-ci.org seems like a reasonable next stop from drone

Thanks for this; only just getting around to looking at it. I think the question on my mind is, are there any cases where this change has a negative impact?...

> Quite honestly, my suggestion is that as this becomes more complicated, time would be better spent moving the box model to use something like [taffy](https;//github.com/DioxusLabs/taffy), which does exactly what...

FWIW, I hit the same thing, but it was resolved by changing: `-v mitmproxy:/data` to `-v ./mitmproxy:/data`