Dom

Results 8 comments of Dom

To the author: thanks a lot! Worked like a charm with zero effort. I wish I could contribute to this project, but my C skills are non-existent.

Is there an update? I still have the problem @jorabra described when running `mdx-deck deck.mdx`. Every second I get these messages, over and over again: ``` info added directory at...

@stolinski Do you have any idea where to put it and how prominent?

Ist schon jemand dran an der Entwicklung?

Running into the same issue, unfortunately I can't find a solution.

I found that not all containers have a managedAgent property. I was able to fix it by changing line 422 to ```sh agentsStatus=$(echo "${describedTaskJson}" | jq -r ".tasks[0].containers[] | select(.managedAgents...

This should be reopened, since the initial fix was reverted.

One more usecase: we have a few functions that run on both dev and prod. Most of the configuration options are public/open and static. I want to pass some secrets...