Jon Harmon
Jon Harmon
I think this would be very helpful! FWIW, if the page is making API calls, `$Page$loadEventFired()` might not be enough for the page to really be "done". I don't have...
Oooh, I like waitForNetworkIdle()! I think for my specific use case I also want to wait for responses to sent events (with a timeout), but I think mixing in network...
Oh, ha, I just saw `waitForResponse()` is in there, too!
Yeah, definitely! I'd have to understand how it works a little better; what I do right now is log responses until a certain time has passed (simulating `waitForNetworkIdle()`, kinda), and...
I have access to Windows machines *and* a lot of experience working with text, so I'll take a look! It will be at least a few days before I'll have...
@jrdnbradford Not forgotten per se, but I still haven't had a moment to load this back into my mind, unfortunately. Hopefully soon!
@jrdnbradford I'm going to try to FINALLY look at this today! I'm so sorry it has taken me so long to get back to this package!
It would be nice to apply some simple formatting rules to at least standardize the types of things that already appear in `tools::CRAN_package_db() |> dplyr::count(Language, sort = TRUE)`. For example,...
> [@jonthegeek](https://github.com/jonthegeek) Do you have an idea here? > > According to git blame, you have added this in [e1bb502](https://github.com/rstudio/gt/commit/e1bb50231fddb566b6f2a5ebb819d04abe6bc4a5) in [#1909](https://github.com/rstudio/gt/pull/1909). I haven't seen an actual impact from the...
@mgirlich This is *almost* everything! My more exhaustive notes got buried in a commit above, so to pull those up: I also added a script for checking apis.guru specs. This...