Justin Bishop

Results 37 comments of Justin Bishop

Here's a more interesting example with the `Time` class. Even tho my `+` and `-` signatures match the core `Time` signatures precisely, I still get an error that ```UnexpectedError: undefined...

[PrependExample.zip](https://github.com/soutaro/steep/files/6146032/PrependExample.zip)

I can't put any combination together that works for me. I'm trying to reuse the `Time` signatures here, but add `Duration` as an option, I have this: ``` interface _TimeDurationExtensions...

If I try to `include _TimeDurationExtensions` I get an error about duplicate method definitions..

ohh I didn't understand `...` was actual syntax. that works for the `+` case, but for the `-` case, which has two built in options (Numeric or Time), it fails...

Haha well thanks for investigating. I wish I could commit a fix but the code is beyond me 🥲

it'd be nice if this could get merged.

FYI I'm working on a stab at this problem.

Here's the code that launches the server at the end of the RSpec suite run https://github.com/jubishop/tony-test/blob/master/lib/tony/goldens/goldens.rb And note that the `Server` instance just returns immediately with no action if there...

``` page.driver.browser.command( 'Browser.grantPermissions', permissions: ['clipboardReadWrite']) ``` also does not seem to work