Ilia
Ilia
### Microsoft PowerToys version 0.76.1 ### Utility with translation issue General ### 🌐 Language affected Russian ### ❌ Actual phrase(s) Ошибка генератора  ### ✔️ Expected phrase(s) Генератор значений ###...
### Bug description Value is unsubscriptable error when using `random.sample()` unless I explicitly convert it to list `list(random.sample())`. Then the error goes away. Code that gives an error: ```python import...
**Problem** Dioxus vscode extension removes key keyword from iterator. I'm not sure if this is a correct behavior, but based on this part of documentation https://dioxuslabs.com/learn/0.5/cookbook/antipatterns#incorrect-iterator-keys the key should stay...
**Problem** After closing a desktop app `dx serve` stops only if pressed ctrl+c **Steps To Reproduce** Steps to reproduce the behavior: - Create a desktop app through cli with tailwindcss...