Zhiming Wang

Results 31 comments of Zhiming Wang

> So is that the end of ACD_CLI then? No, my old profile is working just fine. So should @yadayada's public one. I guess someone just abused the service and...

> Change took effect August 2, 2016 per Official Release https://forums.developer.amazon.com/articles/33185/the-new-amazon-drive-api-and-sdks-for-android-and.html Oh wait, "the new Amazon Drive API"... Does that mean we're on a legacy API that is being phased...

> I didn't think we were using those APIs. We are not running on those platforms. We _are_ using the REST API.

Wow, seeing that your 19 pages of files took 30 minutes to initialize, I'm glad I killed gcsf within the hour after it fetched *910 pages of files* and just...

I just encountered this issue myself and looked into it. (My use case: I have a field with two mutually exclusive arguments, and need to return 400 when both are...

Expanding on previous comments, here's a working example of a custom connection type (`graphene-sqlalchemy==2.2.0`): ```py from graphene import Int, NonNull, ObjectType from graphene.relay import Connection, Node from graphene_sqlalchemy import SQLAlchemyObjectType,...

See https://github.com/antfu/vitesse-webext/issues/59#issuecomment-1157626773.

I don't think the Simplified Chinese translation is of very good quality. "你的CPU和磁盘可能会鸣叫哦" means "your CPU and hard disk might make loud noise" (and the wording is funny, for that...

Oops, I just realized that I missed the "log out and back in" part. Sorry about that. Here's the corrected version: > 您可能需要重新启动Finder或登出账户并重新登录以显示视频缩略图。 > > 此后几分钟您的CPU和硬盘可能会出现高负荷,因为Spotlight需要重新检索您的所有非默认支持的音频和视频文件。 By the way, as...

I noticed the same problem and tracked it down. It seems Safari doesn't support scripting in svg when used in an `img` tag, probably due to security considerations; but scripting...