Simon Høxbro Hansen
Simon Høxbro Hansen
The two big things I referred to are seen in the UI test.
Pretty cool with list: 
Not sure how type checkers like Mypy and Pyright like this, but the LSP seems to love it :slightly_smiling_face:
The main point of this PR was to add type information to the parameter, not type validation. I'm unsure if we can add type validation with type checkers like MyPy,...
> What is the difference between type information and type validation? Type information shows what the argument is, and type validation verifies that it matches what is expected. This PR...
We likely could add some validation, this will, as far as I can see, come at the cost of type information (which could be ok). Below is an example of...
This is also not supported, and I am wondering if it can be supported. 
> Ok thanks I get what you mean with type information (inference) vs. validation (run-time checked). We can get type validation. I'm using [basedpyright](https://docs.basedpyright.com/latest/) as my LSP here. Setting the...
`show` blocks the rest of the code from running. Can you try with `servable` and a button which updates the filter?
Can you try with `servable` and panel serve?