Jeff

Results 6 issues of Jeff

If I have multiple makers which each spit out their own output, if the first maker to finish only has one error, but the next maker has 5 errors, the...

bug

I see that you all have a soft dependency on `dotenv`. Even to the extent that support for it is hard-coded in the codebase. I maintain [chamber](https://github.com/thekompanee/chamber/wiki) and I'd love...

discussion

**Command attempted:** `hub pr list -f "%U%n"` **What happened:** It outputs: ``` myusername"https://github.com/myusername/myrepo/pull/1250 https://github.com/myusername/myrepo/pull/1249 https://github.com/myusername/myrepo/pull/1248 https://github.com/myusername/myrepo/pull/1234 https://github.com/myusername/myrepo/pull/1116 ``` It should output: ``` https://github.com/myusername/myrepo/pull/1250 https://github.com/myusername/myrepo/pull/1249 https://github.com/myusername/myrepo/pull/1248 https://github.com/myusername/myrepo/pull/1234 https://github.com/myusername/myrepo/pull/1116 ``` For what...

bug
more-info-needed

Here are some improvements that, based on the way Ruby files are parsed, could be added to the parser: #### Camel-Cased Constants ``` ruby class Foo THIS_IS_MY_CONSTANT = 3 end...

Now that `ember-data` final is in the wild and it's default to JSON API, a lot of people are going to be making moves to make their APIs compatible. I...

As discussed in https://github.com/rspec/rspec/issues/61#issuecomment-751519097 @pirj can you let me know if this is what you had in mind?