rwev

Results 10 comments of rwev

Hi, I've started the port at [nord-asciinema](https://github.com/rwev/nord-asciinema). You can see demo [here](https://rwev.dev/vim-fzf-versatility-for-value.html). I took a somewhat hacky approach - basically just retrofitted the colors in the asciinema player to the...

I plan on putting a pull request into [`asciinema-player`](https://github.com/asciinema/asciinema-player) to add `nord` to the list of themes available out of the box. They currently support a small list (`tango`, `solarized-dark`,...

Just touching base on this. Do you have the bandwidth to give it a look?

Hi all, I believe we ran into a similar issue @jelhan is experiencing. We ended up having to fork [`renewTokensWithRefresh`](https://github.com/okta/okta-auth-js/blob/7f8b4f19bc8dc218b6bd1d281526a3a0f10217a3/lib/oidc/renewTokensWithRefresh.ts) to support renewing multiple application-scoped tokens issued to different clients,...

This also applies to usages of `window.location.assign` in [`OktaAuth.signOut`](https://github.com/okta/okta-auth-js/blob/master/lib/OktaAuth.ts#L466) ```typescript const logoutUri = this.getSignOutRedirectUrl({ ...options, postLogoutRedirectUri }); // No logoutUri? This can happen if the storage was cleared. // Fallback...

Multiple countries can be associated with a given calling code. Giving a calling code parsed from phone number string, the country may be ambiguous. In this case, `PhoneNumber.country` is undefined....

A phone number input in which the user can select a country. https://dribbble.com/shots/15474151-Phone-Number-Input-Field-Exploration Determining the country code from the selected country is easily done via `getCountryCallingCode` Repopulating the input from...

Hi Jeff, what do you mean by "pre-select"? Perhaps select the snapshot for a particular time e.g. most recent, and render it statically without animation?

Hi @scgrant327 , thanks for the contribution. :-) Could you open a PR with those changes?