Carl Ganz

Results 30 comments of Carl Ganz

I can reproduce the issue. I have a suspicion that both issues are upstream with intro.js, but I haven't had a chance to create a reproducible example in pure JavaScript....

@leonawicz I sincerely apologize for the delay. I believe the issue is resolved now. Please try out the latest github version, and let me know if you are still having...

Thanks for your feedback. I will try to reduce the leaflet/firefox issue to a MRE and file an issue upstream.

I can't seem to get shinytest to work with travis. Any thoughts @gaborcsardi

When I ran R CMD CHECK on my Mac with the shinytests it worked fine. On my Ubuntu, `devtools::test()` works fine, but when I run R CMD CHECK I get...

Oh of course, sorry: https://travis-ci.org/carlganz/rintrojs/jobs/165728396

Thanks! Unfortunately I am still getting the same error on Travis and Ubuntu. https://travis-ci.org/carlganz/rintrojs/jobs/166065610

Please provide a minimal reproducible example

Good question As is, you can add it like `introBox(data.hint = "blah", `data-hintPostion`= "middle")` notice that you have to use the dash and not a period. I suppose we could...

Working with intros and dynamically generated elements in the DOM is hard. I'm not sure I have good solution for you