Troy Forster

Results 30 comments of Troy Forster

@hanzei I just installed the GitHub integration as part of an evaluation of Mattermost. My first test was with PRs since we have issues turned off in GitHub because we...

I believe so. I am using the cloud version of Mattermost. Just started with it so still very new. Can I install the custom version and see if that helps?

Do any of the subscriptions work? I have subscribed to a repo in a channel for the default plus issue_comments and created a test issue in the repo. Nothing is...

I reissued `/github subscriptions add pulls,issues,creates,deletes,issue_comments` then created a new issue and assigned it to myself. The Assignments right-sidebar reflected the addition. But the channel containing the subscription is still...

@hanzei 1. `tforster/webproducer - pulls,issues,creates,deletes,issue_comments` 1. Ah, I did not realise that the extension creates and manages Webhooks. The Webhook response is: ``` json { "id": "web.incoming_webhook.text.app_error", "message": "No text...

@hanzei The Github integration is now working for issue comments. It looks like during my earlier experimentation and evaluation I entered the wrong webhook in the repository settings in GitHub....

I can also verify that pull request comments are working for me as was the notification when my test PR was closed.

Sorry, I should have mentioned that I was copy/pasting the example from the README verbatim, with the exception of the path to my folder. `docker run -itv /home/tforster/lighthouse-test:/home/chrome/reports --cap-add=SYS_ADMIN justinribeiro/lighthouse`...

This would be useful for me too. I edit Azure DevOps wikis in VSCode. DevOps wikis use a hidden .attachments folder. In this folder I have my plantuml source files...

Amazon also makes available the [runtime interface client (RIC)](https://docs.aws.amazon.com/lambda/latest/dg/runtimes-images.html#runtimes-api-client) and [runtime interface emulator (RIE)](https://docs.aws.amazon.com/lambda/latest/dg/runtimes-images.html#runtimes-test-emulator). The description of the emulator > Lambda provides a runtime interface emulator (RIE) for you to...