Brett Holman

Results 118 issues of Brett Holman

**Describe the bug** Per the readme: > ncspot prompts for a Spotify username and password on first launch, uses this to generate an OAuth token, and stores it to disk....

bug

- [ ] https://github.com/koalaman/shellcheck/releases/ currently doesn't provide checksums with releases

* **What does this PR do?** Updates docs for changes made in 7decc96c7ccabae4cb940927665783fe6ba81761 This should have been added then, I just noticed they were missed.

## What would you like to be able to do? I'm kicking the tires with [mutt_oauth2.py](https://github.com/neomutt/neomutt/blob/main/contrib/oauth2/mutt_oauth2.py), and I see the [instructions](https://github.com/neomutt/neomutt/blob/34dc388b40666eb4d0db66596455330fc2664512/contrib/oauth2/mutt_oauth2.py#L47) require [modifying the script](https://github.com/neomutt/neomutt/blob/34dc388b40666eb4d0db66596455330fc2664512/contrib/oauth2/mutt_oauth2.py#L61) for to make it usable....

status:discuss
type:enhancement

**Is your feature request related to a problem? Please describe.** Requesting the addition of tab completion to user filter values in the cli? For example to do a search on...

dependency

From your README: ``` ksym KSym decoder takes kernel address and converts that to the function name. Note that sometimes you can observe PT_REGS_IP being off by one. You can...

This allows gobpf users to look up kernel addresses from function names. A test is included to verify functionality, and some of the existing ksym code is reused, since the...

I am experiencing an issue involving the address returned from a kprobe being off by one from the value reported in `/proc/kallsyms`. I'm assuming that this is either a gobpf...

``` Configure and run ansible controller instance during boot New Features: ------------- - pull one or more playbooks from (optionally private) repositories using deploy keys - playbook execution: execute one...

This allows users to customize runner commands with a table of args to add to the test runner call. from my config: ```vimrc " DAP - debug adapter protocol lua...