Colin Fay
Colin Fay
Hey @marcosci, Right now the best answer I've got is: https://github.com/ColinFay/golemize It's a little bit rough, but I'll work on documenting this soon in this repo wiki and/or as a...
Hey, (Doing some issue triage this week before a new release that will come in a few days, so I'm posting an update about this). That's very cool for `{shinyjs}`,...
Hey, Thanks a lot for your feedback! :) I'm kind of torn on this idea. The `run_dev.R` script is by definition something for development purpose, while the `app.R` generated is...
As far as I can tell, this is not required: - 5 tests in the test file, 5 in the `{testthat}` output - 100% code coverage ![Screenshot 2021-11-19 at 11...
I think this is related to `{desc}` who can't take this vector. Maybe the PR should be done in `{desc}` instead of in `{golem}`? For now we can : ```r...
Pinging @gaborcsardi here. Do you think this should be a feature supported by `{desc}`?
Leaving a comment here after @jennahamlin issue #609, so that it pops on top of the issue board
(Maybe we need an FAQ)
also, it should harmonize the namings
```r golem::add_js_input_binding("xyz") ``` Should output: => input-xyz.js ``` var xyz = new Shiny.InputBinding(); $.extend(xyz, { find: function(scope) { // don't forget the return return $(scope).find('.xyz') }, getValue: function(el) { //...