Atticus Zhou

Results 5 issues of Atticus Zhou

也是国内大佬弄的 pyqt 组件库,效果有多棒?win11 自带主题的质量😎

**Is your feature request related to a problem? Please describe.** here's about my understanding on recent issues and my explanation on solutions in PR #656 #658 #663 #645 ___ in...

**Describe the bug** ``` python # access_token from AuthResponse.session.access_token by sign in from somewhere async def get_db(access_token: AccessTokenDep) -> AsyncClient: client: AsyncClient | None = None try: client = await...

documentation

```yaml # cuda in system ==11.8 name: neucon channels: - pytorch - defaults - nvidia - conda-forge dependencies: - python=3.10 - pytorch=2.0.0 - torchvision=0.15.0 - torchaudio=2.0.0 - pytorch-cuda=11.8 - ipython...