Dave Nicolson

Results 96 issues of Dave Nicolson

This pull request fixes the following deprecation warning: ``` CLI options definitions were upgraded with "type" property (which could be one of "string", "boolean", "multiple"). Below listed plugins do not...

This pull request fixes the following deprecation warning: ``` CLI options definitions were upgraded with "type" property (which could be one of "string", "boolean", "multiple"). Below listed plugins do not...

## What did you implement: Deprecation warnings were fixed. ## How did you implement it: Add `type` to options. ## How can we verify it: Run `serverless info` and check...

Consider the following code excerpt: ``` B3AF46E021071CA6002211EE /* C */ = { isa = PBXGroup; children = ( ); name = C; sourceTree = ""; }; ``` Because the path...

Consider the following code excerpt: ``` 49F4A5871C583A25007C84A1 /* files */ = { isa = PBXGroup; children = ( ); name = files; sourceTree = ""; }; ``` Because `files` is...

enhancement
help wanted

This pull request fixes the following deprecation warning: ``` CLI options definitions were upgraded with "type" property (which could be one of "string", "boolean", "multiple"). Below listed plugins do not...

*Description of changes:* This pull request makes a minor grammar fix for the "Exporting data to a CSV file" Developer Guide page. By submitting this pull request, I confirm that...

The general behavior is reproducible just by starting and stopping services but the results are not always the same. In one instance the "Quit" menu item was in the first...

bug

See https://github.com/serverless/serverless-azure-functions/pull/571. @pgrzesik you should be able to merge it now.

## What did you implement: This pull request adds types to command line options. Closes #568 ## How can we verify it: Run `serverless info` and check for deprecation warnings....