Adam S Levy

Results 23 issues of Adam S Levy

Alternative FlagSet implementations such as https://github.com/spf13/pflag allow for different styles of flags. If ff and ffcli used a minimal interface with only the functions they call, in place of flag.FlagSet,...

Recently it appears that the `v1.12.0` tag was moved to a different commit. https://github.com/andygrunwald/go-jira/tree/v1.12.0 This has caused breakage in any go code that was using this tag's previous location in...

needs triage

I use this package's go completion daily and I really appreciate it. However the completion suggestions for packages is both limited and now outdated as it relies on GOPATH, which...

When writing completion function in bash you can use `compopt -o nospace` to omit the trailing space from completed arguments. How could something like this be achieved using this library?...

Because signals were not handled, godotenv will sometimes exit before its child process, causing unexpected behavior in some apps. Instead ignore interrupts and just wait for the subprocess to exit....

When using a HiDPI display with a low DPI display, the best approach is to set the DPI to the hiDPI display, and then scale by 1.5 or 2 the...

enhancement

I use Mons on my laptop on a daily basis. I love the simplicity but I wish there was a way that it could be totally automated. I would appreciate...

enhancement

## Summary The stateDuration node allows you to create a new field representing the duration that a given state has been true. The current implementation depends entirely on incoming data...

enhancement
pm/review

The lastest commit on master contains useful bug fixes that affect the builds of several other project I maintain. I would like the Arch Linux package maintainer for Glide to...

Is it possible to use this library with Qt frameworks for building UIs

wontfix