Nick Brown
Nick Brown
As kernel module is running in the network forwarding path would it also be possible determine the forwarding status of packets and export this? The following field is defined for...
Is the default command line defined in the code anywhere, so that it can be used?
I see that command is built here: https://github.com/Sarcasm/irony-mode/blob/ebc373b0b4f2b3f491c91d3a7f6dc9ce565a2960/irony.el#L490 But that is private to the irony-install-server function. Could it be hoisted out of the function, so that can the be reused?
Just as an FYI, this started as part of this discussion: https://www.reddit.com/r/emacs/comments/5p475u/is_there_a_way_to_invoke_a_command_only_when_the/dewrg9c/
@alexmurray Thanks for that. While that seems to work, it definitely strikes me as hack around irony-install-server. I think @Sarcasm suggestion of making the argument passed to irony-install-server optional is...
See also #731
Thanks for confirming. My quick look over the code and yang model had me suspecting as much. Consider this an enhancement request :-)
And @ChrisMacNaughton appears to have a old fork that added something like this: https://github.com/ChrisMacNaughton/cargo-audit/commits/master
Do you have any plans to update your fork or submit a upstream PR? :-)
The OSV schema looks pretty different from the GitLab dependency scanning report format: https://gitlab.com/gitlab-org/security-products/security-report-schemas/-/blob/master/dist/dependency-scanning-report-format.json though I'm unsure if they are targeted at the same purpose.