Nicolas Richard

Results 5 issues of Nicolas Richard

Running the following (in a directory where at least one file contains foo): `emacs -Q -f package-initialize --eval '(setq process-connection-type nil)' --eval '(ag "foo" default-directory)'` returns results without the "filename:"...

https://github.com/nlamirault/emacs-gitlab/blob/68318aca3206d50701039c9aae39734ca29a49f9/gitlab-issues.el#L89-L94 This function is declared interactive, but trying to invoke it fails because the interactive decl doesn't provide the mandatory argument.

(Message on mailing list which triggered this bug report : https://groups.google.com/d/msg/mu-discuss/e0HtrPqvNjE/7LAxl6F1AAAJ) This is the current situation (taken from above thread) : > When you open an unread message, it's marked...

mu4e

**Describe Your Environment** - Version of ZoneMinder : 1.34 on Debian 10 (buster) - installed using https://wiki.zoneminder.com/Debian_10_Buster_with_Zoneminder_1.34.x_from_ZM_Repo **Describe the bug** After following https://zoneminder.readthedocs.io/en/latest/installationguide/dedicateddrive.html I saw: - the "Storage: " line...

bug
Help Wanted
Documentation

Consider the following : ``` import { compare } from 'json-diff-ts' console.log(compare(["foo"], ["bar"])) ``` The result is : > { > type: 'CONTAINER', > value: [ { type: 'UNCHANGED', value:...