Tim Pope
Tim Pope
> > The problem is that if you bump into one of these situations, you're screwed. Since the .git detection is inside each LSP config, you need to assess each...
> I definitely agree when we've converged to an option that is common/requested, the functional apis accommodate a wide variety of user preferences. I think the issue historically with root...
Writing a formatter looks pretty easy, but how do I get tapout to load it?
it's designed such that an editor of `gvim -f` will expand to `system("gvim", "-f", "arg")`. That use case is mutually exclusive with spaces in the editor path, but an easy...
Until I get around to the upgrade, all I know to suggest is crack open the gem and start adding debugging statements.
I've been through all the macOS upgrades since then and haven't had a problem. How do you know it's "doing nothing"?
Autodetection would be ideal, but the examples you give sound more or less impossible. If there are both `upstream/` and `debian/` versions on the same repo, how would we know...
So the only supported date format would be `YYYYMMDD.0`? Kind of feels like you're adding a special case for you and you alone. Can you cite any prominent projects that...
Any reason this can't be handled by `pre-commit` and `post-commit` instead? We could set an environment variable or two if that helps. I'm particularly skeptical of the post-bump example. I...
Combined with deleting the tag. We already have `redo` so I think `undo` would be fair.