Dave Lockhart
Dave Lockhart
I’m experiencing this exact same issue but on OSX Sierra, also with Galen `2.3.3` and Phantom `2.1.1`, Java `1.8.0_73`. Seems potentially [related to this](https://github.com/SeleniumHQ/selenium/issues/3534).
Any way upgrading `path-to-regexp` could be prioritized? This is causing multiple versions of `isarray` to be included in our builds, which is a dependency of older versions of `path-to-regexp`. The...
This is happening to everyone at our company -- Mac, Windows, inside GitHub Actions runners -- everywhere. (I don't think it's a Mac-specific issue).
> Does this mean that despite the deprecation schedule mentioned in that post, they didn't actually remove support until this past Friday May 13th? That's my interpretation of what happened,...
Hey @antijingoist, do you know if Google has gotten anywhere with this?
@kevinLB Does the error you're seeing look something like this one: > TypeError: undefined is not an object (evaluating 'proto._localizationCache.messages = {}') If so, this is a duplicate of #74,...
@jtdeane, mostly just by looking at the source, I was able to get the following to work: ``` oasis.configure('allowSameOrigin', true); oasis.createSandbox({...}); ``` Inspecting the resulting IFRAME, it has the `seamless="allow-same-origin"`...
Experimenting with the PR description on us -- let me know if you can think of things to change before I repeat it 100+ times!
Looks like some unintended height changes here. Also, for the `fit-content` -- I didn't mean to imply that it should be removed, just that the behaviour for browsers who didn't...
From [this article by Steve Faulkner](https://www.tpgi.com/short-note-on-aria-labelledby-and-aria-describedby/): > The ARIA attributes [aria-labelledby](https://www.w3.org/TR/wai-aria/#aria-labelledby) and [aria-describedby](https://www.w3.org/TR/wai-aria/#aria-describedby) can be used to provide an accessible name or accessible description for a subset of HTML elements....