Alex Landau
Alex Landau
I'm stacking some divs vertically with flexbox and limiting the height of the parent with max-height. One of the containers will have a potentially large amount of content and is...
## What happened? We were getting some context-dependent behavior when running the class uniqueness plugin; sometimes it passed, sometimes it didn't. I tracked it down to the checkClassUniqueness task not...
## Before this PR Was using Gradle 4.x to build, preventing use of composite builds and other niceties ## After this PR Upgrade to Gradle 7; explicitly set source/target compatibilities...
## What happened? We had a repo where `com.squareup.okhttp3:okhttp:4.9.0` was in use due to a dependency on `org.cometd.java:cometd-java-client-websocket-okhttp:5.0.2`. This resulted in the following runtime error: ``` java.lang.VerifyError: class com.palantir.conjure.java.okhttp.ForwardingOkHttpClient overrides...
I just spent a few hours banging my head against some mysterious errors that were resolved by using an https-based URL instead of an http one. I had copied from...
## What happened? We have seen some cases where a distribution plugin was not discovering recommended dependencies from elsewhere in the same repo. In particular, someone was writing a plugin...