diwic

Results 48 comments of diwic

@nox @joshtriplett @Eijebong Hmm. If I were to remove the metadeps dependency (i e revert to pkg-config) but *keep* the key in Cargo.toml, would that be a reasonable compromise? That...

Ok, libdbus-sys now depends on pkg-config rather than metadeps, but keeps the metadeps key in Cargo.toml. I'm all for helping Debian integrate Rust stuff easily, but the lack of debcargo...

If you excuse me for brainstorming, how about using new structs instead of new traits? I e, two options, either using a wrapper struct or as an empty struct to...

I think the line should look like this: > Exec=env BAMF_DESKTOP_FILE_HINT=/var/lib/snapd/desktop/applications/atom_atom.desktop ATOM_DISABLE_SHELLING_OUT_FOR_ENVIRONMENT=false /snap/bin/atom %F Because `ATOM_DISABLE_SHELLING_OUT_FOR_ENVIRONMENT=false` is from [upstream](https://github.com/atom/atom/blob/master/resources/linux/atom.desktop.in), it should probably be preserved. Looking at the git history for...

I'd say `MsgMatch::stream` is the way to go here, what issue do you have trying to use it? Edit: Actually `MsgMatch::msg_stream` might be even better or at least easier to...

Hi, Thanks for providing a repository, I suspect this is a bug inside the libdbus library, but I'm not sure. I spent some time looking into it but I'm quite...

I'm having the same/similar issue - it complained that PHP 8.0 was not supported for my node.js app. I worked around it by changing from Nodejs 20 to Nodejs 18....