AJ Alves

Results 13 comments of AJ Alves

> > For some cases are necessary add some credentials before try to access ssh jumphost configuration. > > is this necessary everytime? I think this operation(push pubkey to jumphost)...

> and there're 20k+ lines in diff 😂 yes, but 99.9% are code formatting

Apparently your code is good, I strong recommend you to print and check which rules were activated and check if they are correct settled.

Hello, there is no not rule... sincerely, I don't know about the not rule in Fuzzy, may be this technic was improved since last time I used it. May you...

A good idea is create a new match, to make this stuff clear, instead of have only `match_snapshot` with an optional param, we can have another match called for example:...

### in a different way CarrierWave.configure do |config| config.storage = :fog config.fog_provider = 'fog/aws' # required config.fog_credentials = { provider: 'AWS', # required aws_access_key_id: [YOUR_ACCESS_KEY], # required aws_secret_access_key: [YOUR_SECRET_KEY], #...

In my answer, I forgot to mention that I was not using 'fog-digitalocean', I was using 'fog-aws'; I'm not really sure, I have changed of provider four months ago; (Is...