Sungyun Hur

Results 10 comments of Sungyun Hur

there's a seperate package here but code is not exactly same. https://github.com/johnbellone/grpc-middleware-sentry using this package until this PR merged can be a temporal solution.

I really want this. Thanks for fix it

@githubnemo It would be great if warnings are documented in READMD.md. Can I update it? Btw, I believe using hot-reload daemon for production is not a good practice in itself,...

oh you already updated it. nevermind XD

After adding `Field("condition_group_id")`, it works well. I'm not sure I misused some features, but I think it should return errors instead of generating broken code at least.

@a8m Thank you for giving me a great template :) I've reproduced bugs [here](https://github.com/HurSungYun/ent-bug-duplicated-func-gen). Please take a look. In `ent/car/car.go`, `FieldUserID` is `"user_id"` actually, which conflicts with `ForeignKeys`. ``` //...

I like this feature and I hope this PR would be merged soon. :) thank you. --- Additionally, I want to leave some comments below. :) I doubt both `os.Exit(0)`...

@LuciferInLove Thanks for replying! 1. > There is an ExitValue. You can use it instead of exit, then intercept the value in your main module and emit whatever you want....

I hope this project not be abandoned as well. 🙏 This project is really useful and helps lots of other CLI projects.

@osintops I have struggled same issue :) maybe you forget three DOTs at the end of `go get` command ``` go get -u github.com/radovskyb/watcher/... ``` I'm not familiar with golang...