Martin
Martin
Yes, the short hash does not work with bitbucket and azure DevOps for example
> @mrt181 this seems like a good fix 👌 but mind updating tests? ~Hey, how can I run/ debug them in vs code? mocha sidebar doesn't seem to work?~ nevermind...
@bcoe Those tests fail even when i revert my changes?
will do so later today
yes, wget and curl both work. I have updated the .zshrc part. I no longer need to authenticate to the proxy, I was white-listed by our network guys. `prefix +...
hi, this command and all other git clone commands work without any problem. Can I run the install command with an verbose option or does it log verbose output somewhere?
Moved to WSL2 with Ubuntu-20.04 This is my environment: ```zsh > tmux -V tmux 3.0a ``` This is my TPM config in `.tmux.conf` ```conf # TPM # list of plugins...
`-Xep:ParameterName:OFF` does not work for me This works though ```groovy gradle.projectsEvaluated { tasks.withType(JavaCompile).configureEach { options.encoding = "UTF-8" options.annotationProcessorPath = configurations.errorprone options.errorprone.disableWarningsInGeneratedCode = true options.errorprone.excludedPaths = ".*/build/gen.*/.*" options.errorprone { disable("ParameterName") disable("UnusedVariable")...
@dpsoft removing `Kamon.init()` does not stop the errors from popping up. But It does stop the status page and the metric enpoint for prometheus from starting. As UPDATED the sleep...