-
I'm having the same bug as #143.
```
$ figaro heroku:set -p config/variables.yml
/Users/jon/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/figaro-1.1.0/lib/figaro/cli/heroku_set.rb:7:in `system': no …
-
I have an app I created. After installing figaro at the end of my development I could no longer run any rake task. Has anyone seen this before? I would get different variations of the following respon…
ghost updated
7 years ago
-
thanks for sharing your design.
I have built the VAGO and noticed that the CV inputs (1 and 2 for example) are normalized, as contrary to the BASTL quattro figaro.
Should it be like that or I ha…
-
Is it just me or is the following not very readable?
```
Figaro.env.stripe_api_key
```
As compared to something like
```
config.stripe_api_key
```
I think it would be nice if Figaro had an easy wa…
-
Bayes nets and neural networks (ANN) have things in common - for example they are both directed graphical models.
What we are trying to estimate is the weights for each node that connects to the nod…
-
Hello
Thanks for Figaro.
I'm thinking about moving one of my apps from Heroku to Elastic Beanstalk on AWS.
Figaro seems to be Heroku-focused. As far as I can see, I have a few options to make…
-
https://github.com/goertzenator/yamler/commit/16ebac5c11fd5837a92bcb9af96e3171c907c590
-
## Requirements
- ability to pass configuration in ENV
- active maintenance & fairly popular
## [Alternatives](https://www.ruby-toolbox.com/categories/Configuration_Management)
Not maintained, no ENV…
-
Had an issue today where values in config/application.yml were being skipped by Figaro when restarting our unicorn servers. At some point in the recent past our application was updated to figaro 1.0.0…
-
If the value for a given `ENV` key is set to `""`, should that value be considered as being set?
``` ruby
ENV["foo"] = ""
Figaro.env.foo? # => true or false
Figaro.env.foo! # => "", nil or Figaro::M…