Forrest Bao

Results 45 issues of Forrest Bao

Hi, I just came across an interesting corner case: some bins have samples of the same probability. The code below will reproduce the error. ``` import calibration as cal model_probs...

Existing solutions in Streamlit and Gradio # Without SSO * Streamlit * with credentials hard-coded to conf files: https://docs.streamlit.io/knowledge-base/deploy/authentication-without-sso#option-1-one-global-password-for-all-users * using database-stored credentials: https://github.com/asehmi/auth-simple-for-streamlit * Gradio * hard-coded password and...

To-do: support usage like this below where the user can different types of strings, inherited from the `str` type and associated with different UI components. ```py import funix @funix.new_funix_type( widget=[...

Can we allow users to specify the widget type in the decorator?

backend

I was struggling with an error for about 30 minutes, until I found out that I made a small syntactical error. Specifically, for `example`, I used one integer rather than...

enhancement