Alexander Penev
Alexander Penev
Hello, Under Provision & Start Container - please consider: 1. Template ID - is confusing as to this is the image ID/Tag; one might try to put an index here...
Hi, Consider this code: ``` var genericPool = require('generic-pool'); const factory = { create: function(){ return Promise.reject(new Error('cannot create resource'))} ,destroy: function () { return Promise.resolve() } } var myPool...
proxy is a valid option in the request module. In the super-request documentation it says that the option is supported; however the option 'proxy' is missing from the array REQUEST_OPTIONS...