Blake Knight
Blake Knight
I really like this idea. I'd like to propose using something other than `&` mainly for the double-meaning it has in bash-like terminals. We have a bash script we use...
@trungtrungkang You'd use something like `font-family: -apple-system;`
Can confirm this corrects a problem we were seeing with an app we have that opens the web view on a refresh. To hopefully help anyone coming from a search...
@johnyoonh Our team forked this to https://github.com/gsandf/react-native-oauth because this repo seems inactive. We pulled this PR in and made a couple other fixes where this wasn't following the [OAuth 2.0...
@martco we had a similar issue that may or may not help you. In our case, it turned out we introduced the behavior in a custom link component. We were...
Has this been resolved in updates? It's definitely working for me. I use the control-shift-eject shortcut and it now immediately asks for the password where it didn't before.
_NOTE:_ This may need to be a separate issue but is related (it's why the API exists). In addition to just `window.queryLocalFonts()` (which [is](https://caniuse.com/?search=querylocalfonts) found on the site), it'd be...
I had the same question. It seems to just work if you follow the documentation for `indexFunction`. For example, this seems to work: ```javascript await r.init(dbOptions, [ { name: 'users',...
Repeating what I said in #11001… The input elements should use the [HTML autocomplete attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete). I don't know Polymer very well, but I believe if the autocomplete attribute were accepted...
For me, if you hide Chrome (e.g. press the home button), re-open chrome, and try the link again, the link works successfully. However, I always get the "Navigation is blocked"...