rwev
rwev
A nord terminal theme for asciinema would be a welcome addition to the set of already awesome ports. Custom asciinema terminal themes [HOWTO](https://github.com/asciinema/asciinema-player/wiki/Custom-terminal-themes).
I've started on a port of the [nord](https://github.com/arcticicestudio/nord) theme to asciinema-player. Is there any room for adding more themes to the project? The repo is [nord-asciinema](https://github.com/rwev/nord-asciinema), and a demo [here](https://rwev.dev/vim-fzf-versatility-for-value.html).
https://github.com/rwev/shell_pipe
``` $ yarn build .... WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB). This can impact web performance. Assets: okta-auth-js.min.js (332 KiB) WARNING...
The current defaults around `restoreOriginalUri` make applications vulnerable to insecure redirects. An attacker has the ability to send the user to an arbitrary page if a `originalUri` is being set...
Here's a good start for [leaflet-nontiledlayer.d.ts](https://gist.github.com/rwev/c45b8d13146444a7720cf80ed02bc6c5). If this is something you'd like to do, let me know if a pull request is preferred.
Here's a good start for [leaflet-openweathermap.d.ts](https://gist.github.com/rwev/ff0c3a3b65ed44e2dc6995f7eba6f470#file-leaflet-openweathermap-d-ts) If this is something you'd like to do, let me know if a pull request is preferred.
### Describe the bug? The return value of [`OktaAuth.getAccessToken`.](https://github.com/okta/okta-auth-js/blob/2c92f04e2703f5eae10ff84fc4f46bbbcd500777/lib/oidc/mixin/index.ts#L174) depends on order of iteration over the storage location. The last token of type `AccessToken` seen in the iteration is returned....
Thanks for the sweet lib! The example of how to create a retry with configuration doesn't run: ```clj (def retry (r/create {:max-attempts 10 :wait-duration 300})) clojure.lang.PersistentArrayMap is in unnamed module...