Sean Kross
Sean Kross
Hi @wush978 and @ChihChengLiang, I have a suggestion. Perhaps instead of stopping, the user should be notified which question doesn't pass the test, and then the testing should continue. If...
Hi @ChihChengLiang and @wush978, I've merged this into the development version of swirlify, but right now there are some corner cases for this scheme of testing that worry me. For...
@wush978 I agree 100%. I truly appreciate the volunteer work that both of you do. I think this will be the main feature of swirlify 0.5 but it won't make...
Hi @wush978, This is great! Integrating travis to check courses is really good idea. Thanks for working on this!
Hi @Pshubhranshu Are you asking about a specific swirl lesson?
If you reinstall the course, this issue should be resolved.
Have you tried restarting the lesson? This is very unusual behavior.
This is a matter of knowing how to manipulate `jsonlite`: ```r starwars %>% select(name, films) %>% slice(5:10) %>% mutate(films = I(films)) %>% jsonlite::toJSON(pretty = TRUE) ``` ```json [ { "name":...
Fixed in 0a1a45d for the "group_indices" json case but not in the case of list columns, which I will handle when I implement some type checking.