kerma

Results 6 issues of kerma

When typing `bat r` no completion happens for files starting with capital `R`. The problem in the case statement after the _arguments call in _bat_main https://github.com/sharkdp/bat/blob/9ab378b5dc7fa7835a27a641e51b5c362bf3bb00/assets/completions/bat.zsh.in#L58-L61 Can be "fixed" with...

bug
packaging/tooling

**Is your feature request related to a problem? Please describe.** I'd like to use notifiers with AWS services like SNS, SES and maybe SQS. **Describe the solution you'd like** For...

enhancement
refactor

### What did you do? I'm trying to quickly navigate in a larger project which has a lot of interfaces and many implementations to them. Usual workflow goes as: *...

This is a draft PR for #3319 Code is largely based on GoDecls implementation. It's not fully tested, needs some code cleanup and has a problem where fzf popup window...

It may be as designed, but it's been bugging me for a while and creates quite a bit of confusion. So if nothing else, I'll document the behavior here. See...

type: bug
area: variables

### What did you do? 1. Implemented http.StatusCoder() which returns 304 (Not Modified) 2. Observed an error when http.EncodeJSONResponse is called: `http: request method or response status code does not...

bug