variadico

Results 6 issues of variadico

On some computers, clicking on the notification doesn't do anything. On other computers, clicking on the notification causes a new terminal window to open, run `noti` again, and then close....

bug
help wanted

Currently, the biggest obstacle to using `noti` is remembering to use it. I've tried to ease this a little by allowing the command to be run, - at the beginning,...

enhancement

Remarkable crashes on startup. I installed via the [AUR](https://aur.archlinux.org/packages/remarkable/). Whenever I try to launch via the Gnome app launcher, I get these errors. ``` $ journalctl -f 11:21:41 remarkable.desktop[10196]: /usr/lib/python3.9/site-packages/pdfkit/source.py:11:...

This is more of a documentation ticket. This should probably make its way to the readme or some other document. `staticcheck` will fail if you don't have `git` installed. This...

documentation

This program ``` package main import ( "net/http" ) func main() { var resp *http.Response var fizz bool if fizz { resp, _ = foo() } else { resp, _...

This utility panics if searching through too many files. ``` panic: open foo/bar/file.txt: too many open files ``` I was running `pt "foo" *` on a directory containing about 30,890...