dkuettel

Results 9 comments of dkuettel

> This problems is a problem with `sorting_strategy="descending"` (which is the default strategy). It works find with `sorting_strategy="ascending"` > > I dont wanna comment on this prior to #1491 (just...

Sadly, this is still an issue :) I tried it with `b79cd6c` and it doesnt handle slowly produced results gracefully. Someone mentioned https://github.com/nvim-telescope/telescope.nvim/pull/1491 might fix this instead of my change....

I observe this when, eg, gitlab is down for maintenance. `nvim-treesitter` does not check for an error code on the http side and just downloads whatever it gets. When gitlab...

This is still true. It doesn't work for the overwin flavors, I see that in the code the overwin flavors call a different highlighter function and this one doesnt even...

Just as a side-note: I think I've seen someone else complaining in an issue about the rewrite. I understand that things dont just work right away without bugs. But as...

This feature was indeed added in `9616a1a` but then removed again in `cc29090`, it seems. It's still in the readme though.

Like many, I was an easymotion user before. I understand we dont want to do it the easymotion way now, since changing the contents of the buffer doesnt feel right....

Bringing this up again because it's quite misleading that the last message you see is "success" even though it failed. And there is no streamlined way to get to the...

To elaborate more on "having a handle on it": a) be able to register a callback for when a commit fails (non-zero exit code) b) get access to the command,...