Marc
Marc
**What happened**: During deployment of new apps we run `kubectl set image deployment/ourApp ` followed by `kubectl rollout status deployment/ourApp` to wait for the deployment to complete before we run...
With iResign we have to provide 3 things: 1) .ipa file: Actual App 2) Signing Certificate of the Organisation/Team (from Keychain) 3) .mobileprovision file: Provisioning Certificate for the App ID...
In my experience we mostly want the resigned file output to the same folder as the oroginal .ipa - it get's renamed anyway. I suggest Output Directory is left empty...
If I run `supervisor script.js arg1` I expect it to run `node script.js arg1` however it seems to be running `node arg1`. ```bash $supervisor -- .\tests\script.js arg1 Running node-supervisor with...
### Bug description Each time I open a workspace it tries to open VS Code Desktop edition instead of my preference VS Code Browser edition. ### Steps to reproduce Create...
**Summary** The library should detect common delimiters `,` or `;`. **Motivation** Many international users will be working with commas or semi-colons on a daily basis depending on who generated their...
**Is your feature request related to a problem? Please describe.** It can be risky to activate API validation on existing APIs and it would be nice to have a "warningMode:...
I am having a similar problem to #972 - multer won't parse my upload which doesn't have any files: ```javascript 'use strict'; const express = require('express'); const app = express();...
When pasting CSV text from VS Code to, say, Excel it pastes as HTML i.e. colored text with a specific font. This is undesirable behaviour in most cases - we...
It would be so nice to add request headers (e.g. `Authorization`) to the upstream with a `--request-header` parameter similar to `--response-header`. 👍