David Stephens

Results 9 comments of David Stephens

Thats great, thanks Andrzej. To clarify, the module UI element are being included in the generated URL e.g. > Size-filter=&Vintage-filter=&FoF-filter=& But they are not restored when loading the URL. Best,...

Sorry, I was mistaken. The server logic in my app was just resetting the contents of the UI elements! I have tried it on a basic example and it will...

This is what I was using: ``` library(shinyURL) library(shiny) filterModuleInput

Nice one Andrzej, good to kill two birds with one stone! Thanks for the package 👍

The paypal button is added with this line of code in ui.R. The `hosted_button_id` is obtained from paypal and tied to your account. ``` HTML('')) ```

+1 I think this would be a very nice feature for when you are doing CI/CD tests to confirm your branch is ready to merge. I opened this https://github.com/iterative/cml/issues/681 issue...

FYI you can manually download the weights to: `~/.cache/torch/hub/checkpoints` to get around the error

I have a similar issue, not sure if the results are worse but they are different. Trying to figure out why..