Xiangsong Zeng

Results 8 comments of Xiangsong Zeng

Maybe we can make account using EC key through this way? ```python import copy import json import requests # PyJWT from jwt.algorithms import get_default_algorithms from jwt.utils import base64url_encode, to_base64url_uint, force_bytes...

Let's Encrypt only support curve `P-256` and `P-384`, and curve `P-256` must signed with `ES256`, `P-384` must signed with `ES384`.

Support the menu bar is an awesome feature. And more, I hope DBngin can be hidden from Dock in the future, like the Postgres.app.

Add entitlement `com.apple.security.get-task-allow = YES`, see https://github.com/dotnet/maui/issues/7706#issuecomment-1210106684

`get-task-allow` entitlement does make it work. I added configuration like below in my `csproj` file: ~~~xml Platforms/MacCatalyst/Entitlements.Debug.plist ~~~ The content of the `Entitlements.Debug.plist` file is as follows: ```xml com.apple.security.app-sandbox com.apple.security.get-task-allow...

@julianadormon Sorry for the slow reply. What is your Xcode and system version? My environment is macOS Monterey 12.5 on Apple Silicon, Xcode 13.4.1. Do you have the conditions to...

> > Now, it is working! ![image](https://user-images.githubusercontent.com/66253666/156785185-04dc1990-0f51-49e0-89b8-e0cefaf8344c.png) > > Hi, did you change anything?? still doesn't work for me It seems to be region related, I tested Tokyo's network already...

> 检查一下你的pytorch版本,或者手动测试一下torch_dtype = getattr(torch, 'float32')是不是会报错? 你好,下面是检查结果: torch 版本检查:(点击展开) ```sh $ pip freeze accelerate==0.18.0 aiofiles==23.1.0 aiohttp==3.8.4 aiosignal==1.3.1 altair==4.2.2 anyio==3.6.2 async-timeout==4.0.2 attrs==23.1.0 certifi==2022.12.7 charset-normalizer==3.1.0 click==8.1.3 contourpy==1.0.7 cycler==0.11.0 datasets==2.11.0 dill==0.3.6 entrypoints==0.4 fastapi==0.95.1 ffmpy==0.3.0...