Joe Cheng
Joe Cheng
See https://github.com/HenrikBengtsson/future as well.
This is a collision between the version of d3 bundled with bubbles (v3.x) and the version of d3 bundled with networkD3 (v4.x). The later version is taken, which is not...
I don’t think anyone on our side is signed up to maintain this package, sorry. That’s why this is not and has never been under the rstudio GitHub org.
@tim-salabim what parts are you using in mapview/mapedit?
It's not a known bug. I can't reproduce it with your example. Can you try creating a self-contained example that actually exhibits the behavior you're talking about?
It’s not possible to implement any command that blocks until the next browser message, which is what I think you’re asking for. However, I can think of two workarounds. The...
Thanks for bringing my attention to this StackOverflow post, @RightChain. I posted an answer with my take on how to solve this issue.
@whipson I got this working but in a way I don't recommend... I was just curious if it would work. I first got rid of `updateSliderInput`, instead updating slide2 in...
How about having the input handler return a function? The function could return the result if the input was valid, and throw if input was not valid. It would look...
Thank you for this discussion! Your insights are much appreciated. With regards to the input-handler-returning-a-function idea, sorry I didn't go into more detail earlier, I was on my phone. I...