Fabio Napoleoni
Fabio Napoleoni
After a `bundle update` I got heroku-api updated to v0.3.17. After that update I wasn't able to deploy to heroku anymore because some of my heroku vars contains spaces and...
Inspired by [this task](https://github.com/subosito/mascherano/blob/master/lib/mascherano/tasks/figaro.cap) and referring to #161 Should work out of the box with rails applications running figaro ~> 1.0.0
I'm using this gem in conjunction with [ancestry gem](https://github.com/stefankroes/ancestry) in the following model: ``` ruby class Category < ActiveRecord::Base has_ancestry orphan_strategy: :adopt, cache_depth: true acts_as_list scope: [:ancestry] end ``` However...
Signed-off-by: Fabio Napoleoni ## Description Implement a `--acme` flag for cert-manager install subcommand that automates helm values ``` --set=ingressShim.defaultIssuerName=letsencrypt-prod \ --set=ingressShim.defaultIssuerKind=ClusterIssuer ``` and create a global `ClusterIssuer` that is used...
It should be nice to have different thresholds per dyno type. It will be useful in my case.
I've used your gem in an existing project which send localized emails and on first deploy I got some issues due to missing locale support. Here's my use case, I...
Minimal reproducible case: ```ruby key_hash = { crv: "P-521", kid: "6f1cb481-c032-4e46-8f62-fe68c634a125", kty: "EC", use: "sig", x: "AMNQr/q+YGv4GfkEjrXH2N0+hnGes4cCqahJlV39m3aJpqSK+uiAvkRE5SDm2bZBc3YHGzhDzfMTUpnvXwjugUQP", y: "fIwouWsnp44Fjh2gBmO8ZafnpXZwLOCoaT5itu/Q4Z6j3duRfqmDsqyxZueDA3Gaac2LkbWGplT7mg4j7vCuGsw=" } JWT::JWK.import(key_hash) ``` Getting this error (gem is current master, 2cea14fdae439773fafc59640178e5cf7a0af8a4)...
I want to add an annotation (specifically a link) to an added image using [this method](https://stackoverflow.com/a/21268921/518204). I was able to build a valid link but I'm not able to get...
I really like the approach of this gem but I'm wondering if there's a way to enable conditional steps or there's a way to present a menu to the user...
I have a working configuration for this image initially generated with this configuration command: ``` ovpn_genconfig -u tcp://old.host -z -N -D -s 10.82.171.0/24 -p 'route 192.168.5.0 255.255.255.0 ``` Everything was...