Peter Bridgman

Results 11 comments of Peter Bridgman

We are also encountering the issue fixed by this PR with debs built by fpm. Is there any movement on potentially getting this merged?

We think we've just encountered this too. I'm curious about the use of a [Session-wide mutex with a fixed name](https://github.com/rust-lang/backtrace-rs/blob/3b5f039bbba6eaf8fd66a0b74747a9df894ac34b/src/dbghelp.rs#L283) - the aim described in the [comment](https://github.com/rust-lang/backtrace-rs/blob/3b5f039bbba6eaf8fd66a0b74747a9df894ac34b/src/dbghelp.rs#L246-L247) is to synchronise...

For those wanting to use this, NB that as an alternative, @aikalant has published https://github.com/aikalant/capnp_conv, which is available on crates.io as [`capnp_conv`](https://crates.io/crates/capnp_conv).

I also experience this having used a connection through Cloudflare WARP from within the UK.

Just ran into this. What is stopping this from progressing to a patch release?

(Looking at it, wouldn't a better fix than those proposed be to just do `case "${rotate}" {` on :302?) The problem is that regex matches explicitly (according to the manual[0])...

Well, the maintainer _really should fix their broken module_. Meanwhile, one hacky workaround: Put the following in a file, say `~/logrotate.patch`: ``` From 29bb3c2b64fd5c5ba718c1100d7f380b86637d13 Mon Sep 17 00:00:00 2001 From:...

As far as I can see, this is because of https://github.com/actions/upload-artifact/blob/ee69f02b3dfdecd58bb31b4d133da38ba6fe3700/src/search.ts#L16 with no available mechanism to override. Would you accept a small PR to provide a follow-symlinks opt-out as a...