(Rew) Andrew McLagan

Results 113 comments of (Rew) Andrew McLagan

https://github.com/ethical-jobs/drone-gce

why on earth would you want to do that? do it like this: $("#spinner").change( function() { alert( jQuery( this ).val(); });

this is also apparent if a spinner is initiated via dynamically added HTML. for example adding a spinner to a page via ajax, has the same effect you describe.

ok i will take care of this one

Need more information on how you are calling the factories. But try ``` { parent: { create: () => ... } } ```

I think the issue comes from the fact that `undefined` properties of objects are still properties of the object: ```typescript if(o.myProperty === undefined) { alert("myProperty value is the special value...

At present this plugin is a simple shell script. Would need to migrate to Go or another language to add support for this.

Thinking this through, we may be able to use the Kaniko binary as a replacement for the docker binary and build then use the base `drone-docker` plugin. Simply replacing the...

This is a very common use case IMO. Any movement on this concept?