TheNotary

Results 32 comments of TheNotary

The heroku toolbet gem can get env vars with `heroku config:get` I think. Since that work has already been done, I think a best approach to this problem is to...

The https://github.com/laserlemon/figaro/blob/master/lib/figaro/cli/heroku_set.rb#L12-L14 is responsible for the `heroku:set` command. If you hack the first private method named `run` to be the below, you get a pretty nice command: ``` def command...

I was just adding this. It's a very good film depicting the hackers vs feds scene that defines 90s hacker culture.

Thanks for the feedback, and wow, good to know about deps and gs, I hadn't heard of this approach! I'm a bit short on freetime at the moment, but I'll...

I think Amy's suggestion to target bash will make maintenance much easier and will still work for zsh user's assuming they haven't completely uninstalled the bash shell from their machine...

I have a branch that attempts to improve the flow of things, though I still am not 100% happy with things. I will try to link to it this morning.

- https://gist.github.com/TheNotary/78e0f5e6060659e471b836cbcce87355 - https://gist.github.com/TheNotary/ae1a419f87b35106442e615287ff19a8 - https://gist.github.com/TheNotary/8b1eb84be1189b9e46ec8580779cf545 - https://gist.github.com/TheNotary/ab95888321cc4ef1d4bd31ba77e4ac32 - https://gist.github.com/TheNotary/b2ed6867d32a95a246dc742254b6f79a

Update: See #182

Ok, I'll give that a try when I get home, I've got 2 factor configured on this account so it's tricky getting logged in without the right devices around. Regarding...

I manually merged in my reorder meanderings to this branch here: https://github.com/githubtraining/training-manual/pull/182 Is it possible that you took a similar approach with your re-ordering, @coachnate? I noticed that the github...