Craig Dunford

Results 13 comments of Craig Dunford

@kdubb - I see you have a PR open for this issue; any idea what's going on with it?

> But helmfile has nothing to do for a release that is already installed and is set to installed: false, which means presync and postsync aren't run either. I assume...

I have hooks that I can either skip or make more efficient if I know what is actually happening.

@mumoshu - yes that would help. It would also be good to have `preinstall`/`postinstall` which only trigger if the release was not previously installed.

Sorry for the long delay in getting back to you. Our application has some somewhat complex requirements around deployment and upgrade; there are certain things (external to kubernetes) that need...

We see similar on a large codebase. Some of our sub 1sec requests become minutes. Would be nice to have the ability to disable bits of functionality that is known...

I have the same issue on Arch Linux.Depending on whether I pass speed, the error seems to be slightly different: ``` javascript say.speak('Hello world', 'voice_default', 1, (err) => { console.log(`done:...

I like this approach; I have a few questions/comments; 1. I notice you mention hooks, but we're talking about `exec`; I assume somehow we would leverage this for both? I...

This workaround works for me as well, as I believe I was seeing the same issue. I think it would be good to enhance the extension to support multi root...

I am using `KoloMiddleware`