Bruce Edge

Results 104 comments of Bruce Edge

Note that switching to another file, the plugin works correctly, ie: all occurrences are highlighted. This is repeatable, switch to another file, works, back to the attached `data.tf`, stack trace....

Restarting Intellij clears the stack trace behavior. Back to only highlighting the cursor instance of string.

> It seems that `.tf` file is not perfectly supported by IntelliJ IDEA? > Do you install any other plugins for terraform files? Yes, there's a terraform plugin: https://plugins.jetbrains.com/plugin/7808-hashicorp-terraform--hcl-language-support

Agree 100% If I could have a say in this, would be nice to have a json/yaml import/export, so one could share string/tegex -> color settings among other apps that...

I'd like to see this too. What's the preferred solution here? Does anyone have a working implementation using spring's oath2? If so, could you provide details?

@olivergierke +1 vote for this pull req.

Yes, there's many ways of wiring an ec2 instance to an API GW, however there is much more labor involved. Chalice makes most of this seamless. You need to explicitly...

The main difference between Lambda and ec2 services on the API GW are how the GW dispatches the incoming API request to the service provider, to either a lambda vs...

@jamesls To address your question about workflow. 1) Deploy ec2 instance with operational API that supports swagger doc extraction for API Doesn't matter how the ex2 instance gets deployed. Ideally...

Thanks @wcawijngaards, the pointers are much appreciated. So is your patience with the uneducated (me). Reading the docs I feel I'm looking for a much simpler case than for what...