Giau. Tran Minh

Results 96 comments of Giau. Tran Minh

> Yep. From that commit the steps array is empty. > > Even with that PR commit. > > How can I help you more? Wow, Do you have any...

> Nope. No custom template. All default. I'm out of ideas, I need a reproducing repo to debug it. Or can you invite me to your repo? I can sign...

Hello @TheBeachMaster we found the issue with space after the `continue` keyword in Go 1.18. So, We update our template to backward compatible with go 1.18. You can see the...

Hello, can you explain your usecase with the members function? It is intent for using with graphql as the field resolver

We usually test the resolve with an actual GQL query from the client. You can see the example in the entgql repo to know how to do it. https://github.com/ent/contrib/blob/master/entgql/internal/todo/todo_test.go#L849-L889 The...

> But surprisingly the empty string is working fine for me Because it will miss the preload query (GQL field collection) then just call the `Query().All()` function to load entities...

Hey @knight7024, you may not need to use a custom type to format/parse MySQL time. Do you try `parseTime=true` yet? https://github.com/go-sql-driver/mysql#parsetime

Tks @wavded , You saved me a day.

@vctqs1 : I believe the error related to PostgreSQL rather this module. Did you try to install geometric plugin for postgresql? Plugin PostGis: https://postgis.net

You create the column in the DB with the wrong column type. The POINT data is not supposed to display like a string when you view it