Björn Kautler
Björn Kautler
About the Glossary at https://jj-vcs.github.io/jj/latest/glossary/. It defines "Revision" as synonym of "Commit" For "Visible commits" then it says > visible commits are the "latest versions" of a revision with a...
**Is your feature request related to a problem? Please describe.** I often want to find the place of some regex in all versioned files, or in some subset of the...
# Checklist If applicable: - n/a I have updated `CHANGELOG.md` - [x] I have updated the documentation (`README.md`, `docs/`, `demos/`) - n/a I have updated the config schema (`cli/src/config-schema.json`) -...
# Checklist If applicable: - n/a I have updated `CHANGELOG.md` - [x] I have updated the documentation (`README.md`, `docs/`, `demos/`) - n/a I have updated the config schema (`cli/src/config-schema.json`) -...
## Description I moved a bookmark to a new commit. Then I changed mind and wanted to create a new bookmark instead. So I moved the bookmark back to the...
I would like to see your action first-class supported by https://github.com/typesafegithub/github-workflows-kt, a Kotlin DSL to write GitHub Action workflows. The project came up with ways to reduce operational load when...
Just like the `%nosync`, it would be nice to have a `%nosyncpersist` or similar. I have some tabs in a group on a document that should be synced and also...
**Build scan link** https://scans.gradle.com/s/npcpjijs3t23e **Plugin version** 2.19.0 **Gradle version** 8.14.3 **JDK version** 17.0.10 **`reason` output for bugs relating to incorrect advice** ```plain ------------------------------------------------------------ You asked about the dependency 'org.apache.groovy:groovy-nio:4.0.27'. You...
SAXParser check breaks build without reason, please remove it or at the very least make it optional
Please remove the check at https://github.com/ben-manes/gradle-versions-plugin/blob/548aa56eb8933fea348087da52136dbb558cf9f0/gradle-versions-plugin/src/main/kotlin/com/github/benmanes/gradle/versions/VersionsPlugin.kt#L42-L52, or at least make it at most a warning or yet better an optional thing. What is the rational for this unnecessary unconditional check?...
It would be nice if there were a built-in reporter that uses the [Gradle Problems API](https://docs.gradle.org/current/userguide/reporting_problems.html) to report the findings. :-)