Ariel Mashraki

Results 198 comments of Ariel Mashraki

> Hello @frederikhors , can you share the code of steps resolver? No need @frederikhors. We think we found the issue. We're on it now 😎

> Ok. I can confirm you that with [ent/contrib@6ebd2e1](https://github.com/ent/contrib/commit/6ebd2e1430a0e5ec1f7277dac0306ffd2edea28d) **it doesn't work**. 😒 Did you run code generation after updating contrib?

@frederikhors, can you paste here the generated code exist in gql_edge.go for loading the Steps() (search for the Steps() method)?

Hey @TheBeachMaster! What Go version do you use? Ent supports the last two Go versions (1.18, 1.19) and it looks like your codegen fails because the template uses the `{{continue}}`...

Can you please share with us a reproducible example using https://github.com/ent/bug?

Thanks πŸ™πŸ»

Hey @TheBeachMaster, any update on this?

Hey! I just tested it and it works without any issues on my machine and also on GitHub workspaces: ```text @a8m ➜ /workspaces/ent-bug-2938 (master) $ go generate ./... go: downloading...

Thank you all for the feedback. I think it’s something we want to add and I’ll add it to our current milestone.

Hey @HurSungYun, any chance you can reproduce this via [ent/bug](https://github.com/ent/bug)? Thanks