yyh-gl

Results 7 comments of yyh-gl

I try `go get gopkg.in/urfave/cli.v2@master` before `go get github.com/oxequa/realize`. I was able to get realize without a problem. thanks!

Hi, @stanxing I think the solution of your problem is here. → https://github.com/oxequa/realize/issues/262

When creating scratch project, `TemplateUrl` is empty string. I think this is main cause. https://github.com/supabase/cli/blob/535b14cf12b66ae9dec2c032b2fbf7b7b14a2324/internal/bootstrap/bootstrap.go#L82 I think the solution is to add a template for scratch to `https://github.com/supabase/supabase/tree/master/examples/`.

The PR for this issue is merged. https://github.com/supabase/cli/pull/3848

I think `--extra-details` flag (more detail offenses message) is good for beginner. That way, it will be easy for learning Ruby Good Code. I hope `--extra-details` flag show the detail...

Certainly, the explanation of the current RuboCop may be sufficient. Because beginners can grow by looking for some solution by themselves based on the given information if there is something...