Umair Durrani
Umair Durrani
Hi, are there any updates on the autoplay feature? I am creating a Google maps like navigation app using streamlit. I want to autoplay messages like "In 200 meters turn...
Is there a fix yet to the `list_channel_videos()` function? As per the documentation, specifying a value >50 should return all videos of the channel but it still throws the `Error...
@chris31415926535 Thank you for the solution above. I am trying to extend it with using a modal dialog. It works nicely for sign in but when signed out, It does...
> Have you thought about integrating something like this: https://gabrielcp.medium.com/introduction-to-working-with-firestore-in-r-99443489b01b ? Yes, I have used the functions from that post and also wrote my own for query filtering. It would...
This is really cool, thanks @JohnCoene. I understand that {firebase} won't use HTTP requests. So, if anyone else is interested, I authored this package based on Firestore REST API: https://github.com/Presage-Group/frstore...
Thank you. I wish I could help, but I don't know CSS.
#### Same issue in Python By the way, the same happens with the python shiny app. Running the post request outside shiny shows that the same 422 error occurs: ```...
@owlzyseyes Thanks for your explanation. If I understood correctly, you made a vetiver model using `VetiverModel(model, model_name='penguin_model', prototype_data=X)`, right? I'm assuming `example_df` is `X` which was created as: ``` X...
I waited for about 18 minutes with no change. But I'll try after updating both julia and the package. Thanks.