Ian Lyttle
Ian Lyttle
Even crazier idea here - I have no idea if it can be made to work, or even if it is helpful. From the user's perspective, how about something like:...
For the purpose of showing something at UseR!, I have hacked together something at the [RStudio Cloud project](https://rstudio.cloud/project/398318). In summary, it would suggest a syntax like this: ```r vl_at_last_layer %...
Hi @AliciaSchep - just a quick few (late) words to say I agree that the `. %>%` does not "roll off the tongue", so looking forward to this discussion. I...
Acting as @AliciaSchep: Look at how 'here' handles relative paths (maybe can use the same to get at relative places in the spec)
Acting for me - think about "ggvega" examples where we would want to add selections, conditional encoding, etc.
I agree with @rhenkin - I would use `vw_shiny_set_data()` to update the data in a chart. I would also use an event getter that returns the `"datum"`: ```r vw_shiny_get_event("scatterplot", event...
This may be repeating what @zsigmas said, but it you are changing only the data, then `vw_shiny_set_data()` is the way to go. If you are changing the spec, then it's...
I don't think this is a "real" issue, but it is annoying. It's also discussed at https://github.com/vega/vega-embed/issues/557 - the conclusion is that the `.map` files are useful only for debugging...
Closing for lack of activity - please let me know if this needs to be re-opened.
A couple more thoughts: - out of scope for this round: use V8 and [`cli-highlight`](https://www.npmjs.com/package/cli-highlight) for the print method. - maybe not out of scope: - make a directory structure...