Results 3 comments of jac-bah

YES PLEASE! I am running into the same issue and cannot figure out how to get a reference to the dropdown's popper instance to call scheduleUpdate. I can wrap a...

Is there any chance of getting .audience() variants that take a String or Set as parameters and still return T? Converting from .setAudience() is messing up my otherwise nice builder...

I just ran into the same issue upgrading from 3.5 to 4.0; resolved by removing the (WebClient.Builder webClientBuilder) dependency injection in constructor and using WebClient.builder() directly.