Eduard Wirch
Eduard Wirch
I run a single NATS node locally using Docker on Linux. Here is the Docker compose snippet for that: ``` version: "3.9" services: nats: image: nats:2.7.2-alpine hostname: nats restart: on-failure...
BTW, the same happens for `io.nats.client.impl.NatsSubscription#drain`, because it contains the same logic: - wait for `isDrained()` - immediately invalidate itself: `cleanUpAfterDrain(): this.connection.invalidate(this);`.
Re-tested wit 0.8.1: `unused-exclude-by-dep` got better: ``` warning unused-exclude-by-dep the excluded dependency is not a transitive of com.google.gwt:gwt-dev:$gwtVersion, so has no effect ui-api/build.gradle:49 exclude module:"commons-lang3" ``` But `unused-dependency` f.e. is...
> this would need careful thought about how to plumb it into rclone. I don't know the internal code structure, so here are some basic thoughts. I assume there is...
Chrome for Android.
It's Android. And I'm using the native Android Spotify app.
Thanks for the quick reply @elucash. IMO `allMandatoryParameters` is about required (versus optional) attributes. In other words: those attributes, which the *compiler* forces you to provide, when creating an instance...
A different branch name can result in a different build flow. So suppressing a build could be wrong.