david may

Results 89 comments of david may

do you have an example? you can do: ```yaml actions: - name: sample script type: exec cmd: python config/scripts/main.py ``` and your script would handle what to do with the...

i think the short answer is "no". however, you could modify the Go app to accept command line args that call the function. but without modifying the Go code, i...

so you kind of want to use this as a module in your own code? it's not really meant or written for that purpose.

this would be really nice for local pipeline execution via `vela exec pipeline` - even without checking code in. but i think the current implementation doesn't suit itself for that....

> Is that what c.local bit does? busted! forgot about that. 🫣

and properly handle basic auth

thanks for the suggestion! to clarify, the bot currently stops after it finds a matching rule, you are proposing that all matching rules should execute? The other way to read...

Sort of related to https://github.com/target/flottbot/issues/63 maybe..

was able to create a `go` client with https://github.com/microsoft/botbuilder-js/tree/master/libraries/swagger using `autorest` - not sure if that's the best path. just noting here for future reference. other refs: https://github.com/OfficeDev/msteams-samples-hello-world-nodejs https://github.com/microsoft/BotBuilder-Samples/tree/master/samples/javascript_nodejs https://docs.microsoft.com/en-us/microsoftteams/platform/tutorials/get-started-nodejs-app-studio?view=msteams-client-js-latest

i haven't looked a ton recently, but there didn't seem to be any good go-based libs around :/ if there's something better, let's use that instead.