Yves Lavoie

Results 14 comments of Yves Lavoie

Then what about the ones that aren't required by html? I have 128 html files to add as entries and a bunch of Dojo files, that I need preloaded. To...

I'd suggest modifying the AutoWebPlugin to allow an optional 3rd parameter, which would be the remainder of the desired entries, as such: ``` constructor(pageDir, options, initialEntries) { options = Object.assign({},...

> Hi, shouldn't `repo_token` be the value which is displayed on coveralls repository homepage (when signed in), instead of `GITHUB_TOKEN`? > > Using the project token, the rerun payload gets...

> In that case, each user should add the repo token from Coveralls to their repo/organisation "secrets" (Settings -> Secrets -> Actions) and then refer to the secret in the...

It works perfectly well with the polyfill so, as we both guessed, the Firefox driver has to be the problem.

The final answer was not to polyfill WebElement but the fact that Chrome & Opera (same engine) and thus most probably Microsoft Edge now, do fallback on get_attribute when get_property...

We could also provide more context to the error_handler by providing the arguments and maybe letting it assign the return_value if it handled the error. Something like: ``` around '_execute_command'...

``` let foo; foo = Reactive(bar) ``` triggers the same bug.

As discussed in #1631, I cannot have success with GITHUB_TOKEN, only the value which is displayed on coveralls repository homepage works. Now is that an error in the hook code?...