Alexander Tesfamichael

Results 42 issues of Alexander Tesfamichael

Git 2.16 [deprecated](https://github.com/git/git/blob/53f9a3e157dbbc901a02ac2c73346d375e24978c/Documentation/RelNotes/2.16.0.txt#L34) `git stash save` in favor of `git stash push`. Would new `push` based aliases be welcome? The git module explains in its readme that we support versions...

In my case, I have JavaScript files with raw SQL in them that needs formatting. Running a visual selection through the formatter could be 👌 .

enhancement

It appears using down migrations and then running `sqlx migrate info` results in various unhappy logs that complain a checksum with a matching version is installed, but with the wrong...

I just ran into an issue whilst coding and found an issue here describing my challenge exactly, a handful of months old, with zero reaction from maintainers. Looking around the...

I was having trouble recording a macro and noticed it appears to be due to the insertion of pairs. With this extension on running `:normal O('')` produces a list that...

help wanted

**Describe the bug** Perhaps we can have somewhere in the docs a note on how to handle this pattern, perhaps its already there, perhaps there's a fix possible but I'm...

[](https://issuehunt.io/r/sindresorhus/fkill-cli/issues/21) I currently have to run fkill about 5 times when I search for python. It would be nice if I could somehow request either: Kill all exact matches Kill...

enhancement
help wanted
:dollar: Funded on Issuehunt

Just solved an [issue](https://github.com/sindresorhus/got/issues/674) for a user that was confused by `form-data`'s error message. In the following case: ```js const FormData = require('form-data'); const form = new FormData(); const user...

## 🐛 Bug Report I have an ``. It gets passed a formatted string from `Intl.NumberFormat` with `signDisplay: "always"`. This means a `+` is prepended. This plus gets dropped by...

kind: request
area: core

**Describe the bug** locally runs fine, in a docker build my code blows up with "urlcat is not a function". Node v16. I run in ESM mode. minimal example is...