Dev-iL
Dev-iL
If anyone wants to investigate this, I created a shell script that logs the commands sent by the plugin and the results returned by ruff. Save it to the project...
Dear maintainers, I am very interested in this feature, and even created a workaround using existing capabilities (see [issue](https://github.com/streamlit/streamlit/issues/6781#issuecomment-2159204581)). The present state of the code is "compiling correctly but untested...
Please suggest how to add tests for this functionality.
> We actively decided against adding cell selection in the initial version of dataframe selections since the cell selection event is already overloaded with other functionality (e.g., opening cell details,...
Hi @jrieke, thank you for your clarifications. I respectfully disagree that _knowing where one clicked in a table_ goes against "an amazing user experience". I'd say that adding advanced functionality...
Related: https://github.com/streamlit/streamlit/issues/9450
Why is the expected behavior that mapping over a custom key is forbidden? Would it possible to add a fix suggestion (or a doc link with fix suggestions) to the...
> Also, we should be able to cleanup config files such as `/.flake8` if we're now using Ruff and linting is specified in `pyproject.toml` That's indeed the plan after we...
I might be able to help with point (2.). Two questions: 1. Is it ok to add another dependency (ruamel-yaml)? 2. What are your plans regarding moving to pyproject.toml? I...
One option is to implement your own `getLoginUserName` function, then pass it to `Authenticate.login`: ```python def map_user_to_uid(username: str) -> int: # Your fancy mapping def get_ldap_user_name(username: str) -> str: """Get...