Nick Brown

Results 33 issues of Nick Brown

See: https://pre-commit.com/#creating-new-hooks for details Can then be used with a `.pre-commit-config.yaml` containing: ``` repos: - repo: https://github.com/folke/devmoji # rev: pre-commit-hooks hooks: - id: devmoji ``` However it's failing at the...

The company-clang backend has `company-clang-insert-arguments` option that defaults to on. A similar option for the irony backend would be great.

## Description of the problem, including code/CLI snippet How is a single artefact downloaded using the CLI? The help does not mention an optional path argument or equivalent positional argument....

bug
cli

I naively tried this: ``` elisp (use-package irony :ensure t :config (unless (irony--locate-server-executable) (irony-install-server)) ) ``` but that fails with: ``` Error (use-package): irony :config: Wrong number of arguments: (lambda...

enhancement
contribution welcomed

Can netopeer2 be natively configured to listen in a VRF? (That is to bind it's listening socket to a VRF device) https://stackoverflow.com/questions/30207581/is-there-a-way-to-set-a-socket-option-to-indicate-which-vrf-to-use https://manpages.debian.org/testing/iproute2/ip-vrf.8.en.html

is:enhancement

Only run lintian if the changes file is present. This might not be the case if for example a build.script is used that does not generate one but still successfully...

build currently mounts /proc inside the chroot. It would be very useful to have sysfs mounted to /sys inside the chroot created by build as well as /proc. See also...

If the debian.tar.gz contains an executable file, as is needed if using dh-exec as part of the packaging, the build fails when using OBS. Example: https://build.opensuse.org/package/show/home:nickbrown:branches:openSUSE:Tools/osc I see: ``` [...

``` [ 4s] docker: Error response from daemon: Conflict. The container name "/obsbuild..mount" is already in use by container "ab6fdab98f3bff9e1ebf8478b94f4d270eef12d35f0ff181ee245904083ca789". You have to remove (or rename) that container to be...

Deploying to CentOS 7: ``` TASK [RocketChat.Server : Deploy the Rocket.Chat service file] fatal: [rocketchat.mydomain.com]: FAILED! => { "changed": false, "msg": "AnsibleUndefinedVariable: 'dict object' has no attribute 'iteritems'" } ```...