Marc

Results 19 comments of Marc

Technically is doesnt @ricardobanegas. When you use this.$http.patch() it does a PUT not a PATCH. So it's very misleading.

Last bulletpoint on the readme where it talks about credentials: `If you are working with an assumed role please set the environment variable: AWS_SDK_LOAD_CONFIG=true also.`

> > > I would like to use voicemod with the deckboard shortcut buttons. Would it be possible to configure my voice changes in Deckboar? @Papaizitoo You can if you...

Same problem :( It's been a year did you happen to find a solution for this @FosterZRussian ?

An example of this would be like so: myvars.tfvars ``` foo = "bar" ``` main.12.tf ```hcl locals { calculated_vars = { something = "calculated" } } resource "aws_ecs_task_definition" "service" {...

I would love this also. It's very difficult juggling short cut commands already then if you wanna add in a bunch for different voices its gets kinda crazy

I am having this very same problem. Turning on various debugs show grids that look right but no fog ever shows up anywhere.

I would also like this as a feature. Currently we are a bit more strict with our linting and we want things like missing variable descriptions to be error instead...

A team member of mine is working on adding gitlab support because the apis for releases are very similar so it should be possible. He got it working with gitlab...

We use gitlab every day for our modules so I'm not sure why you keep saying it doesn't support it? I understand not wanting to support extra systems. But personal...