Gabriel Filion
Gabriel Filion
options to the "version" action could be useful to automate interaction with scripts, to determine if the note app advertises the desired functions through DBus.
also: the main script should check for a new option that lists available action names. this would make it easier to autocomplete action names. the option could be: --list-action-names
maybe an option could also make tomtom search only in note titles.
To make something clean for this, the best way would be to exploit the new setuptools plugins. I'd need to search for a hook function or something. Or a generic...
interesting, I can see here: https://gitlab.gnome.org/GNOME/gnote/-/blob/master/src/dbus/remotecontrol.hpp#L59 that one of GetNoteCompleteXml() or GetNoteContentsXml() could be what we want to use. edit: fix the URL to get the line that points to...
this is linked to #26 : that other ticket mentions the idea of implementing xml in/out for more commands
it would be great to have something that can be added to the Puppetfile to specify the target version of puppet. if you run librarian-puppet update on your local computer,...
Hello, I've just hit this while trying to use the module. I'm able to get cronjobs purged for the root user using a snippet similar to @vchepkov 's, but any...
I'm trying to figure out what's present in the catalog, but with with a request of the following type against puppetdb, I'm not seeing a resource for the cronjob that's...
ah, sorry for my confusion in the previous message. I've read the type code and I can see the resources are injected by the purge type. if I look at...