João Victor Santos

Results 42 comments of João Victor Santos

I could help with some examples in this repo and also documentation. If you believe it is useful please let me know

Hey @chennqqi could u create a PR ?

Hey @yordis @screwyprof @roblaszczak let's talk more about it. I'm using the watermill in some personal projects and It's so powerful and simple. But as @yordis mentioned there is some...

Actually I'm more interested in some kind of implementation, I know that an Aggregate should put "component" logic together and be responsable for track the state of the aggregate. For...

Hey try to replace the main function with that: ```go func main() { logger := watermill.NewStdLogger(false, false) cqrsMarshaler := cqrs.ProtobufMarshaler{} // Since we are using the go channel implementation we...

If database support query in json a workaround would be store the metadata as JSON format. Then you could query like: ```sql -- Postgres SELECT * FROM json_array_elements('[ { "name":...

I really appreciate this PR, if someone post any ideia, draw or sample. I will be very thankful.

@crossworth thx for your explanation you give me a new view about hooks. I'll try to do it in a different way. I prefer to not use templates since juniors...

I'm trying the same thing, look at what I did as so far: https://github.com/ent/ent/issues/2850