Rob H

Results 5 issues of Rob H

## Describe the bug When the class hierarchy includes a direct parent that splats args but whose own parent (i.e. grandparent of child) does not accept *any* kwargs, the current...

bug
help wanted

Resolves #245 This is probably not the right way to solve this, but it gives the intended effect.

## Describe the bug When the Setting::Loader is unable to determine the value of a particular setting it silently fails (does not raise an `InvalidSettingsError`). The setting value is only...

bug
help wanted

#276 introduced a breaking change to the public interface of `Queue`. Prior to #276 `#signal` was inherited from `Notification` where `value` is [defaulted to `nil`](https://github.com/socketry/async/blob/main/lib/async/notification.rb#L13) if it is not provided....