Daniel Beecham

Results 10 issues of Daniel Beecham

This is a fun one! Check this one out: https://github.com/nemequ/munit/blob/master/munit.c#L755 `r - (start - stop)`... is mathematically equal to `r + (stop - start)`. The conditional is unnecessary. :) Found...

This declaration: https://github.com/nemequ/munit/blob/master/munit.c#L1418 shadows this one: https://github.com/nemequ/munit/blob/master/munit.c#L1291 this makes `gcc -Wshadow` complain.

I get this error when running diff-so-fancy: ``` Use of uninitialized value in addition (+) at diff-so-fancy line 947, line 25. ``

## Description Running pgcli version 2.2.0, installed through nix: ``` $ nix run nixpkgs.pgcli $ pgcli --version Version: 2.2.0 ``` The postgres server is version `11.5 (Debian 11.5-1.pgdg90+1)` which I'm...

``` Making all in doc make[2]: Entering directory '/home/dbe/sources/wslay/doc' make[2]: *** No rule to make target 'man/wslay_event_context_server_init.3', needed by 'all-am'. Stop. make[2]: Leaving directory '/home/dbe/sources/wslay/doc' Makefile:443: recipe for target 'all-recursive'...

To reproduce, remove the key `path` under `[database]` and the key `tags` under `[new]`, then run `gmi init`. If you don't specify a database path or tags during notmuch setup,...

This is similar to issue https://github.com/slackhq/nebula/issues/51, but not immediately equivalent. It would be neat to be able to put the CA certificate key on a HSM module like the YubiHSM....