Tony

Results 12 comments of Tony

This is just an example. In practice, you may need to create a new collection and build yourself. In this case, you have to create your own item sources in...

Forgot my first reply, I see what you are asking, it could be a simple fix by just change `"{Binding ListBoxItemCollection}"` in **Data.xaml.cs** to `"{Binding ViewModel.ListBoxItemCollection}"`, hope that will fix...

We can't help without more specific information, and I have **AutoSuggestBox** working successfully in a .NET 6 runtime environment.

Is it possible to add this feature or any relevant in future?

It seems like there is a `avatar_remote_url` item exist in `accounts` table's row. Is it possible to check if all the files exist and then re-request `avatar_remote_url` for the ones...

One of possible solutions is by set avatar_file_name = null, avatar_content_type = null, avatar_file_size = null, avatar_updated_at = null for account, a missing.png will replace the not existing avatar.

In addition, the missing files can be requested and replaced via script. Unfortunately, I don't have time to create this script at the moment and I would appreciate if someone...

检查应用创建的密钥(Client Secrets)是否正确,**需要复制值(Value)而不是 Secret ID**,复制 Secret ID 是没有用的。

> > 检查应用创建的密钥(Client Secrets)是否正确,**需要复制值(Value)而不是 Secret ID**,复制 Secret ID 是没有用的。 > > 复制的是值依旧报错,使用docker搭建 我使用的也是 docker,你能导出日志或者提供一个具体的错误提示吗?

Issue 重复,可能的解决方案请查看 #1583