Peter Benjamin

Results 52 issues of Peter Benjamin

Adding support for most common screen capture use-cases might be nice. For example: - To screen-capture a Window: `screencapture -iW ~/Desktop/screen.jpg` (where `i` flag is _interactive_ and `W` is _Window...

enhancement

Hi @yury & @carloscabanero 👋 Thank you for this awesome app. Similar to iPadOS' automatic toggle between light and dark mode, I am wondering if it is possible to have...

**Describe the bug** Recently, I started consistently seeing the following error when exiting vim: ```text Error detected while processing VimLeave Autocommands for "*": E117: Unknown function: gutentags#on_vim_leave ``` **Steps to...

Hi, I'm on a pixelbook. ## Expected `termux-battery-status` should show the correct percentage as the chromebook indicates. ![screenshot 2018-06-17 at 10 39 11 pm](https://user-images.githubusercontent.com/6811830/41519840-63cdde00-727f-11e8-9d1b-88dbaed67eb8.png) ## Actual ``` $ termux-battery-status |...

First, thank you for this project. I am trying to insert a newline before bash-git-prompt with `GIT_PROMPT_START="\n"` (as discussed in #76 ). But this seems to overwrite the last status...

**Name:** awk-language-server **URL:** https://github.com/Beaglefoot/awk-language-server Excerpt from repo: > Implementation of AWK Language Server based on [tree-sitter](https://github.com/tree-sitter/tree-sitter) and [tree-sitter-awk](https://github.com/Beaglefoot/tree-sitter-awk). Temporary workaround (until ALE integration is implemented & released): users can define...

new tool

**Name:** Dockerfile Language Server **URL:** https://github.com/rcjsuen/dockerfile-language-server-nodejs Currently, ALE supports `hadolint` and `dockerfile_lint` as linters for Dockerfile. Dockerfile language server provides code completion, hover, diagnostics, and jump to definition features for...

new tool

Closes #141 . This PR upgrades the `request` package to latest version, which is `2.79.0` as of the time of this PR. I tried running tests, but 2 tests fail,...

The version of `request` package being used here (`"request": "

I would like to be able to run a command that initializes devcontainer configurations in a repo, like `devcontainer init`.

feature-request