SuperCuber

Results 108 comments of SuperCuber

This is expected behavior, and there is an option to disable it. It was added and never documented 🙃 whoops! Either specify `recurse = false` before your `[helpers]` section to...

You're right. I've started work on moving it to the part of the code that reads from global.toml https://github.com/SuperCuber/dotter/pull/177 Encountered a weird problem when moving between recursive and non recursive...

Thanks for the detailed reply! I don't think adding nrepl as a runtime dependency is a great option since at my company by default we share the same image in...

Should be possible. To do nested tables like that in TOML, you should do something like ```toml [mypackage.variables.aliases.git] g = "git" gs = "git status" [mypackage.variables.aliases.navigation] bp = "bat --plain`...

I see it's a pretty highly requested feature and I see the uses, but I don't have the time and motivation right now to implement it. There's a couple design...

For me the issue is that a lot of the time the "class name" is actually just the first line of the hunk and it makes no sense to draw...

> it is git that identifies these hunk headers, not delta I guess the solution to that would be on the git side then, maybe you can configure the algorithm...

An additional idea is to support this on a per-filetype basis, although I imagine it would make the configuration a bit convoluted