Ashvin Vinodh
Ashvin Vinodh
More generally, it would be great to have full client feature parity in the GO SDK for textanalysis as compared to the [Python](https://github.com/Azure/azure-sdk-for-python/tree/azure-ai-textanalytics_5.1.0/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics), C#, and other "first-class" language SDKs in...
Thank you for taking a look @SaurabhSharma-MSFT . Any updates on this? Wanted to check if there is a possibility for this any time soon before writing a separate wrapper...
Following up on this @SaurabhSharma-MSFT
@SaurabhSharma-MSFT - I would really appreciate an update here, even if it is just a timeline. The request here is for feature parity in the GO textprocessing library as compared...
Hi folks, it has been 2 months since your last update. I would really appreciate any form of timeline here.
Any updates/traction on this?
@a631807682 - In the test you linked, the table is Dropped and then AutoMigrate() is called: ``` DB.Migrator().DropTable(&Profile{}, &Member{}) if err := DB.AutoMigrate(&Profile{}, &Member{}); err != nil { t.Fatalf("Failed to...
Thanks @a631807682 , that is unfortunate. Hopefully a fix for this can be prioritized soon.
Thanks @adhrinae ! I'll look into disabling the click event, and just going with the drag behavior.