Nikolaus Wittenstein

Results 107 comments of Nikolaus Wittenstein

`WordHighlightListener` could conceivably be modified so that you can run it with a keystroke. You could then bind this to ctrl+f3 and set the timeout so that it never highlights...

You can have multiple actions for a keystroke but only if you write a very basic plugin to run two commands or use [one that's already been written](https://github.com/skuroda/ImprovedMacros).

For #2 you want something like: ``` # gazelle:map_kind py_test pytest_test //my/rules:pytest.bzl ``` Unfortunately that overrides it in the current package and all subpackages (though you could override it back...

I have also figured out that the [GenerateRules function](https://github.com/bazelbuild/rules_python/blob/main/gazelle/python/generate.go#L59C11-L59C11) has access to the [currently existing BUILD file](https://github.com/bazelbuild/bazel-gazelle/blob/master/language/lang.go#L156-L158). It's possible to search the existing rules (`args.File.Rules`) to find out if there's,...

I don't think this is stale. This would be a great feature to have.

[This PR](https://github.com/arxanas/git-branchless/pull/1270) takes the opposite approach and makes the filled-in circle larger

Ah, look at that! Thank you! https://github.com/bazelbuild/bazel/issues/20966

Alternatively, it could print out a helpful message. I think of when you try to `git commit` for the first time. Here I unset user.name to trigger it: Then beginners...

@jdimatteo I would use `main` if at all possible, rather than the 0.4.0 release. As @martis42 pointed out, the last release is very old and these issues have since been...