Jon Harmon

Results 79 issues of Jon Harmon

The [catalog](https://www.gutenberg.org/ebooks/offline_catalogs.html#the-project-gutenberg-catalog-metadata-in-machine-readable-format) is updated *daily*, but we only update data-raw when we think about it. We should separate the data into a separate data package with more frequent updates, so...

The README uses travis-ci and appveyor badges. Update those to GHA-based systems.

It looks like a lot of issues (both open and closed) come from people working through examples from Text Mining with R. Let's bake those examples into our tests and/or...

When I need to use the key, don't make me remember how to get it out of the session. Let me send a session (optionally), and return the key inside...

If possible, store the key in session$userData non-reactively. It shouldn't change during the course of working, and things shouldn't refresh if it does (other than a likely overall reload of...

Implement test/dev mode for the user module, wrapping up the check that they're still logged in and the user data to provide static info (without hitting Slack).

Migrate the stuff in https://github.com/r4ds/bookclubber user.R to here.

From https://github.com/r4ds/mentordash/issues/46 > We ask the app to please use the R4DS slack team for authentication, but I just tested, and it allows me to sign into a different slack...

help wanted

When we call `slackteams::add_team_code()`, we should capture any errors, and display a more specific error message (rather than letting the shiny app crash). The error in the log is: ```...

Gah, I currently have 0 tests! Let's get coverage up to at least 60% or so (hopefully 100%)!