You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a wikimorphemes user, if I explicitly say I don't want to use the cache, and I edit wiktionary, I want a way to get the updated result without having to do anything TOO wild.
Right now I either have to reset my R session (might cause other issues with whatever model I'm working on or whatever), or memoise::forget unexported functions. Instead, let's add an exported utility function or process_word argument that will force it to update (something like force_update = TRUE).
The text was updated successfully, but these errors were encountered:
As a wikimorphemes user, if I explicitly say I don't want to use the cache, and I edit wiktionary, I want a way to get the updated result without having to do anything TOO wild.
Right now I either have to reset my R session (might cause other issues with whatever model I'm working on or whatever), or memoise::forget unexported functions. Instead, let's add an exported utility function or process_word argument that will force it to update (something like
force_update = TRUE
).The text was updated successfully, but these errors were encountered: