Eric Narro

Results 24 comments of Eric Narro

I had the exact same problem, downgrading black to 23.9.1 (the current version is 23.10.1) fixed it: pip install --force-reinstall -v "black==23.9.1" I hope it helps!

Hi Florian, I think this is what I mean: If your list of values is long (imagine, 50 values like the American states), and they're all selected, your dropdown becomes...

Hi again, I just noticed a different small issue. It's functionally related, so I'll just add it here. Do let me know if you prefer a separate issue for distinct...

> > Hi again, > > I just noticed a different small issue. It's functionally related, so I'll just add it here. Do let me know if you prefer a...

Hi! The docstring/API doc may be wrong, but later in the documentation's examples, it says (in "Multi-user chatting" section): ```python users: list[Union[str, Icon]] = [] def register(state): for user in...

Thank you for this and for explaining the issue!

Hi, it's hard to explain exactly what the problem is. I uploaded a short video to demonstrate the bug. In the video, I put the terminal side by side with...

Hi, I've tested the issue again, I can still reproduce it. I've tried it without the `use_reloader` and can also reproduce the issue... **** This happens with 4.0.3 + I...

Hi again! I created a modified version that shows the problem way better. I added a big image (width 6000 px). The goal is to have some variable that takes...

Hi everyone, So I think I have something interesting. The problem seems to happen when the Scenario is imported to a file that is then called by main.py. Example: *...