Ge

Results 11 comments of Ge

It seems that there is a sample code for the Chinese server PowerShell importer, which works well here after editing the code as the description below here: > https://gist.github.com/MadeBaruna/9ff8b7a2af11f3002395af7963b5ed18#gistcomment-3799323

By the way, I am not sure why the Notion API still describes the Relation as unchanged. > https://developers.notion.com/reference/property-object#relation

> @gehongyan Not sure if the document out of sync with changes by Notion. By the way would you be able to add the Integration test for this change? I...

Currently, in NativeAOT, I use the source-generated `JsonSerializerContext` to retrieve property field names and pass them through `TomlModelOptions.GetPropertyName`. ```csharp // An unsafe accessor for getting internal property. [UnsafeAccessor(UnsafeAccessorKind.Method, Name =...

> Should we expose an `:selection-empty` like pseudo class for SelectingItemsControl? it should be very helpful. I am not sure. If so, I may implement it under this PR or...

> Can you please add it to `ComboBoxTests`? Hi, @MrJul, Thank you for your reply! I have appended this code snippet to the `ComboBoxTests`. The test passes successfully when run...

> 抄走了 暑假我就去维护我的kook-kt 好好好

## Docs * osu!: * OAuth: * Get Owner Data: ## Hints - The Client Credentials Grant requires the `scope` parameter with the value `public`. > [!NOTE] > **Question 1:**...

Hi, thanks for helping. > Maybe we should instead just declare it Default="true" Required="false" in OpenIddictClientWebIntegrationProviders.xml so that it's always added if the user doesn't add any other scope, independently...