jrray

Results 8 comments of jrray

> i have a similar problem whereby I am storing a semantic version or version range in a yaml field. Examples: > > ``` > version: 1 > version: 1.2...

I am facing a similar problem with a project that uses `tokio::process::Command`, which currently relies on `SIGCHLD` to get woken up. The subprocess exits but the parent process (my test)...

My "random guy on the internet" two cents would be push the call to `mconn.enqueueOperation` down into `prepareFuture` where this error case can be handled in a central place. It...

I've been using a script I hacked together to generate two diffs and present them both with xxdiff, which looks like the `delta` example above. ![image](https://github.com/Wilfred/difftastic/assets/3501/4a0d0e44-5375-4447-ade5-83552645c0d0) What I decided on...

Hi @onelson! I notice in your example repro case you have enabled the `debug-images` feature. We're also using centos 7 and experiencing deadlocks, since updating to the latest sentry-rust release,...

Someone has attempted to contribute a fix for this [here](https://github.com/gimli-rs/findshlibs/pull/81) though wrapping vs saturating is debatable. Unfortunately the PR has gone stale.

This is a process running on a render farm where the host may be already heavily loaded by other processes. I'm trying to get a stacktrace but knowing this is...

Although this is marked closed, I am also getting this clippy lint and when expanding the macro I see that when my test function is generated it doesn't have any...