Luca Ongaro
Luca Ongaro
The new version `v6.0.0-beta.1` includes changes that would make this feature possible in the near future (at least adding a field). I will consider this for `6.1.0`.
@rayhsieh this feature is now released along other features as part of `v6.0.0-beta.1` (soon to be released as `v6.0.0`).
When installed on OSX with Homebrew on Apple Silicon, the sy command fails to load libassuan.0.dylib
I am not yet well versed in Rust, but I am happy to contribute at least to fix this issue. I think I can produce the missing binary, and hopefully...
When installed on OSX with Homebrew on Apple Silicon, the sy command fails to load libassuan.0.dylib
Would it make sense to setup a cross-compilation pipeline on CI like done [here](https://github.com/Byron/dua-cli/blob/78029853ba687cabd37adbbdf41b2ee480bbcbf8/.github/workflows/release.yml#L77) to build executables for various architectures? If so, I can give it a try.
Hi @florish , your analysis is correct: at the moment, there is no API to select only the keys. It would be a great addition, which I will consider immediately....
One solution would be to mark entries as deleted in the branch node (for example by setting the location to -1) instead of using a special `deleted` leaf. This would...
Yes, definitely. I anyway want to introduce a header to the file, which would allow for more customization (format versioning, possibly customization of options like page size and Btree fan-out...
Hello @njh , sorry to bother again. I am sympathetic with the huge challenge of maintaining an open source project, so please do not take this as criticism. I just...
Yeah, that's annoying: Travis used to be my default choice for CI on open source projects, but since it was sold a few years back, things are not good anymore....
I sent a PR to port the CI setup from Travis to GitHub Actions: https://github.com/njh/ruby-mqtt/pull/150 @njh as the maintainer, if you want to require CI checks on pull requests, you...