Alexis Midon
Alexis Midon
### Discord username (optional) _No response_ ### Describe the bug ```text After upgrading to v0.2022.05.30.09.10.stable_02, the MacOS keyboardboard shortcuts cmd+left/right arrow no longer work. ``` ### To Reproduce Steps to...
An option with arity 1 does not fail if 2 values are passed. See the example below: ``` require 'main' ARGV.replace %w(--foo=bar --foo=baz) Main { option('foo', 'f'){ required arity 1...
The example d.rb claims that an option can be made mandatory with the #required method. Unfortunately it does not work. Try the following example, it won't fail. ``` require 'main'...
Kafka `0.8.2` refactored its metrics to use tags/scopes. See https://issues.apache.org/jira/browse/KAFKA-1481 In `0.4.0`, `kafka-statsd-metrics21 introduced support for metric tags. Tags are an extension to the Statsd protocol introduced by Datadog, see...