Róbert Papp
Róbert Papp
The trick you use to be able to deep-link into an article obstructs the area above the heading. Try clicking on the word "software" at: > By the way, if...
We dropped in the plugin with the following configuration: ```gradle plugins { id 'net.rdrei.android.buildtimetracker' version '0.11.0' } buildtimetracker { reporters { csv { output "stats/build_times.csv" append true header true }...
I've been reading your guide, pretty cool summary. I got hung up on this suggestion, could you please expand on it a bit more or link to some resources? >...
> [!WARNING] > Need help: happy for anyone to take this PR. > Not sure if this new version is compatible with Shipkit. It's strange that on main we have...
test.js (there's no smaller repro than this!): ``` javascript exports.duplicateDoneBreaksNodeUnit = function(test) { test.done(); test.done(); }; ``` output: ``` [1m[32mOK: [39m[22m0 assertions (105ms) ...\project\node_modules\nodeunit\lib\core.js:284 if (group.setUp) { ^ TypeError: Cannot...
Would you accept a PR?
Hi, I was trying to figure out https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin/issues/630 with this plugin, but I noticed that this plugin starts with: ``` pluginManager.withPlugin("java-gradle-plugin") { ``` which means I can't just apply it...
Not all `allprojects` accesses are evil. If you look at how `CrossProjectModelAccess` creates `ProblemReportingProject` instances, they actually list all the properties that are unsafe. These can be indentified by looking...
The baseline file is not VCS friendly, because it's a single-line JSON. Please consider * auto-formatting the file, * ensuring the the contents are also sorted by something stable. For...
**Description:** Deprecate/remove `cache: gradle` option in favor of a first party Gradle action. If this is not an option, at least mention `gradle/actions/setup-gradle` in the documentation AND `action.yml` description. **Justification:**...