Michael Irwin
Michael Irwin
When running `npm run dev`, I see that the `node` process is pretty much sitting at 100% at all times. This is true even when Webpack has finished and it's...
Noticed a few API resources that didn't have the header set. Makes some JavaScript-related stuff easier when the headers are set.
**What is the problem you're trying to solve** While working on an experiment to create a Helm chart that can consume a Compose file as its values and convert it...
**Proposal** While using `x-enabled` to disable a service, I have noticed that I'm frequently creating settings for each service that I want disabled. And, for the most part, those are...
Resolves #680 ### Initial checklist * [x] I read the support docs * [x] I read the contributing guide * [x] I agree to follow the code of conduct *...
### Initial checklist - [X] I read the [support docs](https://github.com/remarkjs/.github/blob/main/support.md) - [X] I read the [contributing guide](https://github.com/remarkjs/.github/blob/main/contributing.md) - [X] I agree to follow the [code of conduct](https://github.com/remarkjs/.github/blob/main/code-of-conduct.md) - [X] I...
**What I did** I updated the kube backend to find projects using two different methods: - Listing all Helm releases (which it currently does) - Looking for ConfigMaps with a...
**Feature request** When deploying an application with Compose's ECS backend, I'd like the created Log Group to have the same project tags on it as the other resources. **Why do...
The merge of https://github.com/aws/aws-sdk-js/pull/2559 adds support to the JS AWS SDK. Haven't tried it out yet, but will be doing so shortly. But, theoretically, it should work based on the...