Michael Brewer

Results 134 comments of Michael Brewer
trafficstars

@matifali could there at least be an option for an initial script to run from the main agent, like a `init_script` that can do some things ahead of any other...

@jplock @ran-isenberg i contributed [REST API event handler](https://docs.powertools.aws.dev/lambda/python/latest/core/event_handler/api_gateway/) , [GraphQL API eventhandler](https://docs.powertools.aws.dev/lambda/python/latest/core/event_handler/appsync/) and [Event Source Data Classes ](https://docs.powertools.aws.dev/lambda/python/latest/utilities/data_classes/) as a convenient what to handle AWS built-in event source. The assumption...

@heitorlessa - is there any pieces of this you would want me to help look into? > A link to API docs for people to know what properties are available...

Maybe there is a better way to integrate the docs and the api docs?

Ended up doing something very similar, would be nice to have this built in ```bash curl -fsSL https://code-server.dev/install.sh | sh -s -- --method=standalone --prefix=/tmp/code-server --version 4.22.0 CODE_CLI=/tmp/code-server/bin/code-server DEVCONTAINER_JSON=".devcontainer/devcontainer.json" if [[...

I do like this as a generic option to support "Open in Coder" for all projects and would enable a browser extension for Coder (see https://github.com/coder/coder/issues/8589)

Fall back would suite my needs. I still need to see if I can get private nexus authentication to work.

One of the features i like is built in support for project templates `starterProjects`

Workspace insights lists out all workspace parameters, masking at least for the UI should be allowed.

@code-asher any clue what this happens on VSCode Desktop only and not on code-server, Fleet, Jetbrain Gateway etc..