Andy Merskin

Results 10 comments of Andy Merskin

Another use case I'm running into is testing whether a component is focused to use it to control state: ```html ``` ```javascript computed: { hasFocus() { return this.$refs.myElement === document.activeElement...

Ah good call, technically `document.activeElement` is the only thing changing here. Damn. 😞

To add, it would be super nice to have an **Unlock All** keyboard shortcut and/or a button somewhere to do this.

> i was also getting the `git revision null` message when i ran `npx pretty-quick --staged` > > Needed to add the `--branch main` flag since it compares against `master`...

I know this is old, so not meaning to necro, but Vite 4.x changed the default charset to UTF-8 and recommends people ensure they're using the correct `Content-Type` header when...

On Android, for some reason it bypassed Bitwarden (which is my default Passkey provider) and tried using Android's built-in passkey manager. Out of curiosity, I tried it this way and...

@roman Great fix, thanks for sharing! Totally agree that the hash shouldn't get nuked when search param changes happen. A lot of applications have tab components or other interactive UI...

I'm also seeing this on `VictoryChart`, where it should (and is) a supported prop that's working fine during runtime. ``` Warning: Failed prop type: Invalid prop `scale` supplied to `VictoryChart`....

Still seeing this on Windows 10 22H2 - restarting the app resolves the issue. - EarTrumpet's UI extends off-screen and doesn't appear to be positioned/sized correctly - Seems to occur...