Adilet

Results 2 issues of Adilet

# Problem I am using version 3.7.0 Here is an example of how async try_acquire fails to handle race condition. ```python import time import asyncio from datetime import datetime from...

bug

**Description** ProgressCircle is not visible when using light theme **Steps To Reproduce** 1. Specify MacosApp(themeMode: ThemeMode.light) 2. Create simple ProgressCircle() without value. **Expected behavior** ``` class ProgressCircle extends StatelessWidget {...

bug