Steve Repsher

Results 210 comments of Steve Repsher

You mean needing the *public_repo* scope? It's not documented well at all and I've provided feedback in several places: https://docs.github.com/en/rest/actions/artifacts#download-an-artifact. The general GitHub behavior of needing to be logged in...

> Instead of storing all translations locally, can we change it around such that it's easy for any developer to build a language locally with the latest lokalise data. It's...

@zacwest, are you referring to modal dialogs (e.g. for an entity's settings)? If so, this is a duplicate of #10754. It's not specific to iOS and I'm currently working on...

Yep, you're right. I just tested a quick fix. The focus part only is the duplicate. The need to click twice is specific to mobile. And clicking twice isn't always...

I am trying to work on this bug and just wanted to report some findings: - The issue title should be changed. This affects all dialogs and not just more-info,...

Bad news is I've ruled out a bunch of stuff but still haven't figured this one out. Good news is that there's a consistent work-around. When VoiceOver is enabled, issue...

I had some more time to debug this one and traced the root cause to historically buggy implementation of `aria-modal` in Safari on iOS. Patching `mwc-dialog` to omit that attribute...

Root of these issues lies with Material components not being able to easily handle anchors: - material-components/material-web#328 - material-components/material-web#441 - material-components/material-web#1095