Jason Cheatham

Results 243 comments of Jason Cheatham

What versions of Windows and IE 11 are you running? I tried publishing the above test case to a publicly accessible server, and with IE 11 (11.239.18362.0) and Windows 10...

Ah, the issue at https://static.adp.com/mas/mdf-sample/21.0.4/webComponentTest.html is likely that the `document.domain` value is set to the parent domain rather than the domain of the page itself. Try setting it to `static.adp.com`.

(Or don't set it, in which case the default will be `static.adp.com`)

Sorry, I didn't mean to say it was incorrect, just that the problem is that `document.domain` is being set to something that isn't exactly the document domain, and that's what's...

This is fixed in 1.7.0. Note that you have to subscribe to the OneCall v3 API with OpenWeather, and you may need to generate a new key (or not; their...

This has been superseded by #34.

Rtx is quite fast, so it may also be reasonable to use its output rather than parsing config files (it's definitely easier 🙂). I'm currently using this for an rtx...

I included the `prompt_rtx` function and the color definitions near the end of my `p10k.zsh` config, and I added `rtx` to the `POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS` list: ```sh typeset -g POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=( # =========================[...

> ${(k)_p9k_rtx_plugins} was not working for me so I tweaked the version parsing Sorry about that -- I had actually fixed that locally and forgotten to update my post. >...

I sometimes run into an issue when opening a Rust file and then exiting vim shortly after, while the language server is still initializing, where notify generates a seemingly unending...