Ethan Reesor

Results 54 issues of Ethan Reesor

**I'm submitting a bug report** * **Library Version:** master * **JSPM Version** JSPM 0.16.32 **Current behavior:** I have an app. One of the app's routes is `first`, which becomes `#/first`....

I am using cobra. I don't need subcommands. I do want the default help and completion subcommands to be generated. There should be an option for "generate default subcommands even...

This is a heads up and/or discussion more than a specific request. go-delve/delve#3726 will be adding two environment variables to delve to enable passing flags to `rr replay` and `rr...

Documentation
HelpWanted
Debug

Adding something like this: ```go if mtyp, ok := expr.(*ast.MapType); ok { keyTyp, err := bi.findTypeExpr(mtyp.Key) if err != nil { return nil, err } elemTyp, err := bi.findTypeExpr(mtyp.Value) if...

kind/discussion
kind/needs decision