Ximon Eighteen

Results 227 comments of Ximon Eighteen

The functionality is in master and [in the latest beta release](https://github.com/mmstick/cargo-deb/issues/100#issuecomment-673470300) but the actual release is still pending. AFAIK @kornelski was [soliciting feedback on the beta](https://github.com/mmstick/cargo-deb/issues/100#issuecomment-673470300) before making a final...

FYI [these GitHub Action runs from the Krill project](https://github.com/NLnetLabs/krill/actions?query=workflow%3APackaging) use the systemd functionality in the master cargo-deb version, via command: ``` cargo install --git https://github.com/mmstick/cargo-deb.git --rev $CARGO_DEB_VER cargo-deb ``` Where...

Hi @atoav, So, I was wrong, while there was not a GitHub v1.28.0 tag there **was** a v1.28.0 since August 17th (and several betas prior to that) on [crates.io](https://crates.io/crates/cargo-deb). @kornelski...

If you are using a systemd unit you can also use the [`ConfigurationDirectory`](https://www.freedesktop.org/software/systemd/man/systemd.exec.html#RuntimeDirectory=) directive.

The status is that the errata has not yet been accepted. However, in this particular case the "missing" fields are actually already in the rfc elsewhere but still not, if...

Hmm. I'll digest your thoughtful response tomorrow when I'm more awake :-)

Just so that any architectural discussion keeps the original issue in mind, this was reported for the case where an enum variant was unexpectedly considered to be less specific than...

I was surprised to find a class had been auto-registered as from reading the Oso docs I got the impression that constants and classes were separate things. I'm not sure...

The issues if I understand correctly are about dependencies that are not actively maintained and presumably the parser is something that you have covered quite well with tests. Assuming that...