mahbubabbas
mahbubabbas
Not working on Vivo Y33T having android 12
Guys I have created one new plugin for face detection using CameraX which will solve the mentioned issues in sha Allaah. Please visit https://pub.dev/packages/camerax2. On Thu, Jul 14, 2022 at...
Yes this feature is a must.
@tobiemh I am using the nightly build of surrealdb and this issue is solved. Thanks for your help. But I have a very serious concern about the go SDK latest...
``` if _, err = db.Query("SELECT * FROM $record", map[string]interface{}{ "record": createdUser[0].ID, }); err != nil { panic(err) } ``` Ex: The above code always produces `timeout` error with `SurrealDB...
`2024-09-25T12:32:01.827307Z WARN surreal::net::rpc: A connection was made without a specified protocol. 2024-09-25T12:32:01.827593Z WARN surreal::net::rpc: Automatic inference of the protocol format is deprecated in SurrealDB 2.0 and will be removed in...
That's the only stable version available now brother as mentioned in the official website of SurrealDB. Could please let me know what's the "latest" version and where is that available?
@nickchomey Please go through the stackoverflow post you have shared. It never works.
@nickchomey SDK works fine for me too up to the level you have mentioned in your code snippet above. But further query e.g. select, create, update are facing challenges.
@nickchomey It's NOT mere complaining. In my case I am facing the problem in the following code: ``` mTypeArray := []string{ myconst.ModelTypeUser, myconst.ModelTypeRole, myconst.ModelTypeMenuApi, myconst.ModelTypeProfile, } qry := "" for...