cxc

Results 11 issues of cxc

schema := db.Schema() schema.Type("User", func(user *dqlx.TypeBuilder) { user.String("name").IndexTerm() user.String("phone") }) err = schema.Alter(ctx, dqlx.WithDropAllSchema(true)) if err != nil { panic(err) } schema index not work. get chema from https://play.dgraph.io/?local :...

with git main branch(8ff4e7278708424691710a87468b2c44b4d0622f) code and dgraph verion 23.1.0. Conditional Upsert not work data := []map[string]interface{}{ { "uid": "uid(v)", "email": "[email protected]", "name": "first name" }, } userByEmailQuery := dqlx.Query(dqlx.EqFn("email", "[email protected]"))....

Inserting 10,000 pieces of data in dgraph is very slow, but inserting 10,000 pieces of data at one time is very fast. Can dqlx add the function of combining query...

### Question. 1. I want to improve dgraph performance (especially writing performance). Is there any way? 2. Is there any faster way to get uids in batches from dgraph?

kind/question

### Question. Is there a better IDE for the dql language of dgraph (such as the vscode plug-in), For novices, the efficiency of writing dql is too low, and it...

kind/question

添加商家分账接口支持 https://opendocs.alipay.com/open/repo-0038ln alipay.trade.royalty.*

**Description** 集成huawei_location 提示FusedLocationService is not initialized **Environment** - Platform: flutter - Kit:huawei_location - Kit huawei_location: ^6.12.0+301 - OS Version Android 13 **Other** +++ b/.gitignore +android/app/agconnect-services.json +++ b/android/app/build.gradle + id "com.huawei.agconnect"...

The functions that need to be added are as follows: 1. Add chat list function, such as messagelist in aurora-imui 2. Add video call function and corresponding UI 3. Add...

feature

### What version of Badger are you using? v4 ### What version of Go are you using? 1.21.5 ### Have you tried reproducing the issue with the latest release? No...

kind/bug
Stale

Add video call function and corresponding UI Some similar projects: https://github.com/jpush/aurora-imui.git https://github.com/hatemragab/v_chat_sdk.git https://github.com/TencentCloud/chat-uikit-flutter