Mark Mindenhall
Mark Mindenhall
I just noticed the same behavior. I think that the site should say YES before, during, or after the game scheduled on that day (using the local team timezone). Perhaps...
Can we take another crack at getting this done? https://github.com/Homebrew/homebrew-core/pull/73326 was closed because the reviewer noted that it's a poor user experience to install terragrunt via homebrew and have it...
I'm going to submit a new PR that removes `terraform` as a dependency, and adds the following `caveats` section. Please chime in with any additions or edits you think might...
No joy! In the first PR it sounded like homebrew was amenable to the removal of terraform as a dependency as long as there were clear instructions to the user....
I was able to implement a workaround for this using a git `post-merge` hook. Here's how to do it: 1. `cd $(brew --repo homebrew/core)` to get to the repo root....
@jav-12, what's your dev environment (mac, windows, linux)?
Hi, this approach is working for me and I assume (from the 🚀 responses) at least a few others. My first suggestion is to double-check that you did everything above...
The issue I filed concerns the ability to change these settings at runtime, so that the _extremely_ verbose blocked thread logging can be disabled while the application is starting, and...
I'm using the [sonar clover](https://github.com/SonarQubeCommunity/sonar-clover) plugin successfully with SonarQube 7. After enabling the plugin on the server, I did the following. In gradle.properties: ```properties systemProp.sonar.host.url=http://my-sonar.com systemProp.sonar.host.login= systemProp.sonar.clover.reportPath=build/reports/clover/clover.xml ``` In build.gradle:...
I looked into ways to integrate the two plugins, and concluded that either the sonar-scanner-gradle plugin would need to expose a way to set a property from within another plugin's...