David Barnett

Results 156 issues of David Barnett

What steps will reproduce the problem? 1. Start abominade normally 2. Run "ps a" in a terminal What is the expected output? What do you see instead? I see `[a8]...

bug

What steps will reproduce the problem? 1. Open abominade with "SHELL=bash a8" 2. At command prompt in terminal, type "this will not get saved" 3. Click X to close abominade...

bug

On some platforms you can execute ```VimL :set guifont=* ``` to bring up a font requester dialog and interactively pick your font. Screenshot: ![image](https://user-images.githubusercontent.com/65244/63281940-9f7f1480-c262-11e9-9eae-1c3bf299600a.png) Could GNvim implement that font requester...

good first issue

Can you provide an example of notifying Discord on pull request? Is that supposed to be a supported event type? It used to work for me using the `pull_request` event...

If a project directory has a .editorconfig file, yapf should use available style settings from there instead of falling back to hard-coded defaults. For instance, if the project .editorconfig has...

Is there a way to configure a JSON schema for my vim-lsp-settings settings.json files? When I do e.g. `:LspSettingsGlobalEdit` and edit my JSON configs, it would be so helpful to...

For several strategies, the vroom runner just blows up saying input/output is not a terminal (it fails under vimproc, some dispatch configurations, probably several others...). It would be helpful if...

If I have a runner that's not compatible with certain strategies, can I somehow configure it to fall back to another strategy (either in the runner implementation or as a...

It would be useful to have utilities to validate stubfiles against the .py implementations to ensure the definitions are *compatible* and *complete*. If a stubfile foo.pyi exists in a library...

README doesn't say much about the shell extensions. What's the recommended way to set up e.g. CTRL+R in bash to trigger fuzzy history search once skim is installed with `cargo...