Mike Juarez

Results 5 comments of Mike Juarez

These are the steps I did to recreate the problem. On a laptop with Web Sharing enabled, I point my iPad to the interface at the address http://192.168.2.10/~mjuarez/controlosc/testlayout.js If I...

I'm having the inverse of this issue I believe. I have items skipping inbox into folders and still get notified. OS X 10.11.6, Nylas 0.4.51-93ef779 (0.4.51-93ef779)

Excuse the messy Ruby, but this is what I had to do to wind up downloading a single asset: ``` def get_asset_download_url(github_user, github_repo, asset_id) api = Github.new resp = api.repos.releases.assets.get...

With this obviously frowned upon, would it make sense for `aws_account_id` and `vpc_id` to be exposed through `heroku_space` resource instead of having an independent data resource? If I have to...

Agreed that upstream Terraform needs to solve dynamic provider problem, but your proposed workaround only works if you aren't creating those clusters dynamically in the same plan. I have a...