João Guerra
João Guerra
After some debugging it looks like `--vimgrep` is the culprit. What's the reasoning behind using this flag? I've been using this package for a few years on Windows and never...
Wasn't aware o deadgrep, will give it a try.
This is particularly annoying when using records as we need to do something like: ``` public record Input(Boolean field) { @JsonCreator public Input {} } ``` Do you think this...
That would be awesome!
+1. When using Spring Boot it's quite common to only declare the Spring Boot version we're depending and import their bom which defines versions for integrated packages. Rarely had to...
Consuming, so we don't need to explicitly declare all artifacts and versions. Generating can be quickly done with Python, for example https://github.com/joca-bt/extra_rules_java/blob/master/tools/bom.py (doesn't cater for all use-cases/corner-cases).
Nice snippet, I'm using ``` (mapcar #'expand-file-name (split-string (shell-command-to-string "echo | gcc -x c++ -Wp,-v - 2>&1 | grep \"^ \"") "\n" t " ")) ``` Note that `gcc` and...
Windows 10 Pro 20H2 OS Build 19042.985 Windows Feature Experience Pack 120.2212.2020.0
It's not pinned and it has the same issue when pinned. Typically applications either not support the middle mouse button click (i.e. it does nothing) or it launches a new...
Hello, issue still persists.