Kevin Goslar

Results 258 comments of Kevin Goslar

Hi @cirego thanks and that's a pretty good idea! Listing the pull requests via the [GitHub REST API](https://developer.github.com/v3/pulls/#list-pull-requests) API should be pretty straightforward for this. It allows filtering the pull...

I was able to make format-on-save using `dprint` work in `neovim` using https://github.com/mhartington/formatter.nvim and this section in my `init.vim`: ```viml lua

Merging this ticket into #2745

I cannot reproduce any of the reported issues anymore. I think the bugs causing this have been fixed in the meantime, for example as part of the engine overhaul in...

If you share the URL through which one creates a new pull request on Azure DevOps (in the browser), I can create this feature for you.

az-pr is a nice tool that does a lot of useful things! I love the badges 😜. [Here](https://learn.microsoft.com/en-us/azure/devops/repos/git/pull-requests?view=azure-devops&tabs=browser) is the page that describes how to create a PR using the...

When running `git town new-pull-request`, Git Town opens a browser tab with an address like this one: https://github.com/git-town/git-town/compare/public...main?expand=1. Git Town populates as much as it can through the URL (base...

The Go-based implementation traps Ctrl-C now.

Better late than never!