N

Results 12 issues of N

**Describe the bug** I am unable to restart Espanso after creating the symlink for Dropbox. I was able to resolve the issue by simply moving the Espanso app into the...

bug

It would be nice to have a parser for `git log --numstat`. This command shows the number of additions and deletions for each file in a commit.

new-parser

This is a cool project. Unfortunately I'm not sure how to search for text within a file. I tried pressing F1 to look at the help page, but didn't see...

I have tried the default hotkey, as well as several custom ones, and whatever I do, nothing pops up when I press the hotkey. On an unrelated note, this script...

If I have the following code, ```kotlin val input = "abc" val example = try { input.fakeFunction(a = "aaaaaaaaaaaaaaa", b = "bbbbbbbbbbb", c = "cccccccccccc").map { strng -> strng.replace("a", "b")...

formatting-discussions

### Issue I am running into a git `BadObject` error. I'm not sure why this is arising. I had it once before and I just re-cloned the repo and then...

question

Correcting typo.

merged-internally

It would be nice to improve the documentation, either in a markdown document or just the command line help string, for the `output` flag. Right now it's not clear that...

I was reading [this section](https://kevinheavey.github.io/modern-polars/performance.html#performance-comparison) of the Modern Polars article, and I think there's an issue with the claim that Polars is 150x faster. That number doesn't seem to align...

### Summary In vim or neovim, when the cursor is on whitespace and I press `w`, the cursor moves to the start of the next word. In evil-helix, it skips...