Ariel Mashraki

Results 198 comments of Ariel Mashraki

Can you please also add the [`recover`](https://blog.golang.org/defer-panic-and-recover) function? thanks

Hey @yandaren, you're right. Some parts are missing there (my fault), but some parts are empty in purpose. Would you like to send a patch to fix this? It's basically...

Hey! This feature has been added to Atlas: https://entgo.io/docs/multischema-migrations. Closing this issue, as Atlas natively supports Ent schemas using the `ent://` scheme.

Hey! The issue was resolved. Check out [the announcement](https://twitter.com/entgo_io/status/1648035851085946880?s=20). You can upgrade `ent/contrib` to v0.4.1 and check out the docs for examples: https://entgo.io/docs/tutorial-todo-gql-paginate#order-by-edge-count.

The issue was resolved with: https://entgo.io/docs/schema-annotations#database-comments. Update your Ent version to master, and check out this tweet to see an example: https://twitter.com/entgo_io/status/1607394587009589248

Hey Charlie! It looks like the issue was resolved. Please, feel free to reopen if you need help with this 😃

Hey! A quick update on this issue: the feature was implemented in https://github.com/ent/ent/pull/3157 and will be merged in the upcoming days. You're welcome to share your feedback or thoughts on...

Closed with https://entgo.io/docs/interceptors 😃

Hey! This feature has been added to Atlas: https://entgo.io/docs/multischema-migrations. Closing this issue, as Atlas natively supports Ent schemas using the `ent://` scheme.

Hey all! Interceptors were added to Ent, and you can implement something like soft-delete with a shared Mixin in your project. Please, check out https://entgo.io/docs/interceptors#soft-delete and feel free to join...