Shawn Catanzarite
Shawn Catanzarite
I'd actually like to see the app discover the organizations that I'm a part of and let me choose which ones to add, or something like that. I'm part of...
By sign up, I'm guessing you mean new user flow? Is there a way to redo that?
ahh cool, good to know. Thanks :)
Interesting, I was just thinking of using a `regexp`: ``` re := regexp.MustCompile(`^\w+\/\w+$`) re.MatchString("heroku/go") // => true ``` Of course they can be a pain
I was going to take a stab at a fix for this, but the complexity in the `heroku_app` resource and how it uses `buildpacks` was going to require more time...
@pedromorgan is there a branch for this? If the code is not ready, we should move this to v0.15