Leslie Wang

Results 20 issues of Leslie Wang

Thanks for the great tool, and we used it in our CI heavily. Just from last Friday, our CI got broken because that static check starts complaining U1000 error for...

started
false-positive

Expected Behavior ================= docker slim container should quit after analysis --- Actual Behavior ================= It is still running. Every analysis fail and left an running container. ``` $ docker ps...

Thanks for making this great tool. It is very useful for GraphQL query which requires dynamic struct sometimes. One feature seems missing is not supported embedded dynamic struct. For example,...

Reproduce codes: ``` func main() { cmd := exec.CommandContext(context.Background(), "box", "-o", "tag", "-n", "-t", "test123", "./box.rb") out, err := cmd.CombinedOutput() fmt.Println(err) fmt.Println(string(out)) } ``` Signed-off-by: Leslie Qi Wang

My OS: MacBook Pro Node version: v10.11.0 ``` error [email protected]: The engine "node" is incompatible with this module. Expected version ">=4

as a user, I want to know status code directly instead of parsing error text, just incase error text got changed one day Signed-off-by: Leslie Qi Wang

People sometimes also have some gist like multi-line `cheat sheet`. Can you please also consider to add support for it? Thus, this tool can become more generic.

enhancement

Signed-off-by: Leslie Qi Wang Close https://github.com/freddierice/go-losetup/issues/7

Thanks for the great package! I use the example program to attach one device, but seems like unable to mount it. Can you help with it? ``` # losetup NAME...