Andrew Zigler
Andrew Zigler
@justinegeffen @mickmister I can handle this one, because we'll ultimately need a little more than just linking and it'll necessitate brushing up a few of the pages. I'm working on...
/update-branch
/update-branch
Easy links to view the new pages: - [Developer setup](http://mattermost-dev-docs-preview-pulls.s3-website-us-east-1.amazonaws.com/1106/integrate/apps/quickstart/) - [Hello World in Go](http://mattermost-dev-docs-preview-pulls.s3-website-us-east-1.amazonaws.com/1106/integrate/apps/quickstart/quick-start-go/) - [Hello World in Python](http://mattermost-dev-docs-preview-pulls.s3-website-us-east-1.amazonaws.com/1106/integrate/apps/quickstart/quick-start-python/) - [JWT in Go](http://mattermost-dev-docs-preview-pulls.s3-website-us-east-1.amazonaws.com/1106/integrate/apps/quickstart/quick-start-jwt/) - [Serverless on AWS or OpenFaaS...
> docker-compose is not a plugin in the Docker installations I've used over the years; it's a separate program altogether. I also wasn't aware that Docker made this change; they...
> Awesome work @azigler!! I have lots of comments on here. Some of them apply to multiple pages due to similar content existing on different pages. Overall this is looking...
@AmySteam Related to this issue, the tutorial instructions you to make your `manifest.json` look like this: ```json { "manifest_version": 3, "name": "Focus Mode", "description": "Enable reading mode on Chrome's official...
> @azigler Glad to hear you are enjoying the tutorial! 😄 > > Looks like I added the `action` key in [Step #3](https://developer.chrome.com/docs/extensions/mv3/getstarted/tut-focus-mode/#step-3). 🤔 I tried to explain the different...
/check-cla
@ackvf Great suggestion! I took this for a spin on my end, however, and the `prepare` script pushes a new line with `tsdx lint` to the `./husky/pre-push` hook every time...