Jason T

Results 15 issues of Jason T

Hi, _tl;dr - would you be willing to take a pull request for implementing a retry on run-task when throttled?_ We've been using your library and are occasionally running into...

Information on getting Visual Code + PHP Debug extension working with PHP running in Docker. It may be worth including in your docs. Thanks for the great extension!

docs

Hi, does this routine support the definitions keyword as described in the [JSON Schema documentation](https://json-schema.org/draft-04/json-schema-core.html)? Using json-schema-to-openapi-schema, converting a JSON Schema with a "definitions" property does not seem to handle...

Hi, I've been playing around with NJsonSchema to build out JsonSchema from c# code, and have run into what I _think_ is a missing feature and an idea on how...

Hi, this project is very close to what I need, but there are some enhancements that I would like to make (such as support v3 servers tag). It looks like...

Hi, I was having issues getting sftp to work and, on a whim, updated the version of ssh2 in package.json to the current 0.5.4. After that, everything worked. Is this...

When calling execute or query from a Pool returned from createPool, I'm occasionally getting the error "Connection lost: The server closed the connection.". This error looks like it is coming...

Support object and array syntax for template-parameters configuration file setting See description in [Issue #258](https://github.com/aws/aws-extensions-for-dotnet-cli/issues/258) *Description of changes:* Update AmazonLambdaTools to check the parameter type for template-parameters. * [Current] If...

pr/needs-review
module/cli-ext
queued
p2

### Describe the feature Extend supported syntax for defining "template-parameters" in serverless template configuration JSON files to include object and array syntax. ### Use Case If deploying a serverless template...

feature-request
module/cli-ext
queued
p2

Hi, with a Transformer stream, is there a mechanism to get when a "_flush" occurs? By the time I get "finish" and "end", the stream can no longer be written...