Andreas Hochsteger
Andreas Hochsteger
I'd suggest the following enhancement of envsubst to be more useful in combination with Docker/Docker Compose or Systemd Unit files: * Add option to read environment from env files *...
Currently there are cases where an error correctly sets a status code 0 (e.g. on authentication failures) but other cases (e.g. host not reachable, HTTP 400/500) exit with success, making...
It would be great, if authentication profiles could be shared by multiple APIs. This would prevent configuring the same authentication credentials multiple times for every API that uses the same...
I would need the possibility to annotate test methods with different categories and then scan the whole classpath for matching tests: ``` /* MyTestSuite.java */ /** MyTestSuite runs all slow...
It would be helpful, if the Zally CLI would support JSON as output format (--format json) to be easier to use in CI builds that need to post-process the output...
It would be helpful if the CLI supported taking multiple API spec files for linting. In addition the linting report will have to be adjusted to see from which file...
Currently the location of the config and credentials file is hard-coded to certain locations - see: This would allow to use dynamically created config and credentials files to prevent race...
To get more flexibility for the future it is necessary to redo the filename substitution logic. Therefore I'd like to get some feedback on the draft below: **Example configuration (DRAFT):**...
The features of GMail2GDrive should be automatically tested to improve code quality and reduce regressions. Possible unit testing frameworks for Google Apps Script: * https://github.com/google/clasp * https://github.com/simula-innovation/qunit/tree/gas/gas, see also: http://www.tothenew.com/blog/how-to-test-google-apps-script-using-qunit/...
Usage example (by @CgKortz): - Attachment original name is: `Image-1.jpg` - Subject of email is: `UDisc iOS Scorecard - McClain Park (Default Layout - 05-28-2016 08:35 AM)` I would like...