funix icon indicating copy to clipboard operation
funix copied to clipboard

Building web apps without manually creating widgets

Results 13 funix issues
Sort by recently updated
recently updated
newest added

hi funix team! I've been discussing with @forrestbao adding ploomber cloud as a deployment option to funix's docs. I went ahead and added it to our documentation: https://docs.cloud.ploomber.io/en/latest/apps/funix.html also deployed...

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

make GET `/list` to GET `/` make GET `/param/{id}` to GET `/{id}` make POST `/call/{id}` to POST `/{id}`

![image](https://user-images.githubusercontent.com/14026360/186531126-1178dc0c-bf99-4240-a282-89262da8034b.png) actual: ![image](https://user-images.githubusercontent.com/14026360/186531252-8e31f10a-5c3b-4272-9267-e96a2bbf7114.png)

bug

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

Now we return 500 for most failed calls even if it is a form issue (e.g., missing fields, impossible values). We should check if the form is acceptable before we...

backend

Wondering if it's possible to run in notebook, or at least indirectly. In Panel, there's `panel_obj.show()` which opens a new browser.