extensions-sdk
extensions-sdk copied to clipboard
Desktop Extensions SDK
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20210915214749-c084706c2272 to 0.17.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [terser](https://github.com/terser/terser) from 5.12.1 to 5.30.3. Changelog Sourced from terser's changelog. v5.30.3 Fix precedence of #private in ... operator v5.30.2 Avoid optimizations inside computed keys, because they can cause js-engine-specific...
Bumps [terser](https://github.com/terser/terser) from 5.12.1 to 5.30.3. Changelog Sourced from terser's changelog. v5.30.3 Fix precedence of #private in ... operator v5.30.2 Avoid optimizations inside computed keys, because they can cause js-engine-specific...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20210226172049-e18ecbb05110 to 0.17.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
**Is your feature request related to a problem? Please describe.** When extensions launch containers using the extensions SDK, additional labels are added to associate the new container with the extension....
**Describe the bug** I have created a docker extension, currently the code is private. when I do `docker build -t secretscanner-docker-extension:latest . ` and then `docker extension install secretscanner-docker-extension:latest` I...
**Describe the bug** I've created an extension that uses a named volume (specified in its `compose.yml` file) to store data for the extension. At the moment this volume is visible...
**Describe the solution you'd like** A docker extension should be able to hook into the creation of objects in the engine. An extension could thus apply mutations or reject a...
**Is your feature request related to a problem? Please describe.** Yeah, some of the icons, may look good on a light theme, but a dark theme may require some changes...
**Is your feature request related to a problem? Please describe.** I need to be able to send a stream of characters to the stdin belonging to a process started by...