Faraz Yashar
Faraz Yashar
Hotfix to add specific loading sequence for each gem to fix current errors. Documentation will render correctly, however encoding issues and HTML mismatches arise during testing.
Branches with a forward slash in the name are rejected by the landing page and fail to fork manually. Example: https://github.com/novus/nvd3/tree/refactor/2.0.0-dev
This commit adds AWS Elastic Beanstalk support through `figaro eb:set`. All of the related option accoutrements are included too. I also extracted the command-related expectations into an `expect_ran` helper to...
The commands are very similar to those for Heroku: ``` eb setenv RACK_ENV=development ``` I might need this for a project, so I'll be willing to take a stab at...
Just updated to Rails v4.2.0, and noticed that Figaro is no longer setting the environment in application.rb as it used to in Rails v4.1: ``` ruby module MyApp class Application...
You seem reasonably hesitant to include PRs that add support for other environments. It would make the most sense to develop an API to allow others to extend Figaro and...
Oy...  Both Travis and I have had `./spec/figaro/application_spec.rb:173` fail from time to time when running the suite with Ruby 1.9.3 and the Rails 3.2 gemfile: ``` $ export...
Type inference for reducers appears to be broken with TypeScript v4 and reactn 2.2.7. For some reason, useDispatch(reducerName) results in the following error: // ERROR: Type of property 'increment' circularly...
It would be lovely to have a flag that would just take care of any installation issues (e.g. `typings install --do-whatever-you-need-to-do-to-install some-module`.) I know this might seem pretty minor, but...