Peter B
Peter B
This PR enables correct caching for functions with positional-only arguments. This breaks compatibility with python3.7. As soon as python3.7 support is replaced by python>=3.8, this can be merged. Positional only...
## Motivation The current implementation wraps azure-storage-blob methods without giving access to advanced keyword parameters. In rare but some cases (#375) it is necessary to tune those parameters. But, passing...
**To Reproduce** Using options [https://getdatepicker.com/4/Options/#daysofweekdisabled](https://getdatepicker.com/4/Options/#daysofweekdisabled) for example: ```python picker = DatePickerInput(options={'daysOfWeekDisabled': [0,6]}) picker.config.to_attr_value() ``` will show: ``` UserWarning: Pydantic serializer warnings: Expected `Union[bool, int, str, dict[str, str]]` but got `list`...
### Checklist - [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues. - [X] I added a very descriptive title to this issue. - [X] I have provided sufficient...