Vitali Khvatkov
Vitali Khvatkov
Note, `dataTableOutput `will respect parent size (try changing parent div size for `dataTableOutput` )
Same issue here, suggested approach does not work well with subsequent %>% operations for chart decorations. As an alternative is it possible to remove a series from the chart?
This problem is solved in the [fork](https://github.com/pmoulos/auth0) by @pmoulos
> Hi, > Can you check if the latest commit [here](https://github.com/pmoulos/auth0) fixes that? > Thanks @pmoulos , unfortunately your latest branch does not fix the problem, sill gettting error: ```json...
@pmoulos, any additional thoughts on this issue?
I'm not using standard Bookmarking - too messy. I parse URL reactively, and I use URL encoding/decoding. It works fine without Auth0 "wrapping" ``` require(shiny) require(magrittr) # ---- observe URL...
could this be related to #62?
> Hi @Kvit, > It could be. Can you check if my [fork](https://github.com/pmoulos/auth0) fixes this? > Thanks. AWESOME, yes, it solves the problem, thanks a ton!
There is an issue though: somewhere in process URL parameters become URL-decoded and this breaks the URL. For example, try parameter like`/?param=two%20words` , it will become `/?param=two words`
Using **predefinedAcl** option `gcs_upload(predefinedAcl = "bucketLevel")` solves it for me