Jérémy Audiger
Jérémy Audiger
I was looking for gpg-agent on darwin, and found this PR. I just wanted to express my interest for this ongoing work 🌟 If I can help to test this...
This issue has been done with https://github.com/nushell/nushell/pull/8144. I think we can now close it.
Not sure, if it's related to this issue. But since the upgrade to Docker version 23.0.0 which embeds buildx 0.10.2 as its default builder, some people are encountering issues during...
@crazy-max While working on a small repro which can be done with this Dockerfile ([Dockerfile](https://github.com/docker/buildx/files/10579007/Dockerfile.txt)) and this command: ``` docker buildx build --build-arg BUILDKIT_INLINE_CACHE=1 -f ./Dockerfile.txt -t test --target bar...
Hi @lucab, thanks, I just opened a PR for it !
I opened another MR to demonstrate the propagation of const to other structs
No real use case for the constify of these methods, I had to admit. I just saw an opportunity to rewrite some parts of the code (here through the usage...
It also opens new methods to be constified. If you're okay, in the next PR, I could do all of them in one single PR, unless you prefer small individual...
I checked this morning of the two PRs I opened were raising the MSRV with the tool `cargo-msrv`. From my testing, the MSRV is not affected on both branches: ```bash...
Sure, I understand. I did open one last PR (https://github.com/nushell/nu-ansi-term/pull/59) but on the source folder this time. It has the advantages to derive few must_use macro. But I'm opened to...