Brian Mayo

Results 20 issues of Brian Mayo

Using `test_runner = 'gotestsum'` and running any if the `GoTest*` commands fails due to a `test` parameter added to the command to run `gotestsum test ./folder`, `gotestrun` does not accept...

# Description Adding formatting option as a list of parts for the `file_history_panel` commit list ``` 'status', 'stats', 'hash', 'reflog', 'ref', 'subject', 'author', 'date' ``` The default configuration includes all...

### Description I would like to change the commit log format to only show hash and author. I have tried adding the `--pretty` flag to the default args for the...

enhancement
help wanted

## Summary A configuration could look like ```lua require('notify').setup({ offset = { x = 0, y = -1 } }) ``` it should affect the render like `position_x = row...

**Is your feature request related to a problem? Please describe.** Many apps show small windows that most of the time are not square or are a bit bigger than this...

enhancement

I want to create a snippet that will match a string of digits (\d+) as an Unix Epoch time and convert it into a date in ISO format ```lua local...

First of all, thank you for this awesome plugin! I'd like to open the floating output relative to the editor. I tried providing ```lua floating = { options = {...

Split stopped working for multiline statements. e.g. ```go func New(param1 string, param2 int, param3 bool) { ... } var t := Some{ fieldA: "", fieldB: 0} ``` This was working...

## 🚀 Feature When defining generic responses for different status codes, I use an unbound message as follows ```proto message GenericResponse { repeated string resources = 1; repeated string errors...

bug
help wanted
openapi

I'm a long time user of [wezterm](https://wezterm.org/) and `delta`. I recently enabled hyperlinks in delta and they do not render correctly in the terminal, even though Wezterm supports OSC8, see...