yyh-gl
yyh-gl
I think that error string should not be capitalized or end with punctuation. This idea is based on golint [(ref)](https://github.com/golang/lint/blob/738671d3881b9731cc63024d5d88cf28db875626/lint.go#L1177) Therefore, I propose the fix below. https://github.com/dgrijalva/jwt-go/pull/391 Of course, I...
## Error When I use gopls, the following error occurred. ``` panic: err: go command required, not found: exec: "go": executable file not found in $PATH: stderr: goroutine 74 [running]:...
Thank you for maintenance of Nile. I have some fix suggestions (mainly about document) and share you. # Documents ## 1. Broken link The link is broken. This is same...
**Describe the bug** Creating scratch project by `supabase bootstrap` command is failed. **To Reproduce** Steps to reproduce the behavior: 1. Execute `npx supabase bootstrap` 2. Select `scratch` I showed executed...
## Problem I think that RuboCop is good tool for beginner rubyist. Because I learned general ruby coding style from RuboCop. But, Using RuboCop is difficult for me when I...
Hi, maintainers. Thank you for your daily maintenances. # Summary This PR corrects the terminology from "first-order functions" to "first-class functions". # Changes - Fix terminology - “first-corder function” →...