Chris

Results 26 issues of Chris

I have a type with PascalCase and a few uppercase properties, e.g. ``` Identifiers: { MarketplaceASIN: { MarketplaceId: string; ASIN: string; }, } ``` SnakeCasedPropertiesDeep turns this into: ``` _identifiers:...

bug
help wanted

Hi, the validator throws an error if a string property is empty, e.g. `phone = ''`. I defined the property `phone` on the model as follows: ``` phone: { type:...

This PR adds support for loading the Serverless configuration as ES module instead of CommonJS module. Closes: #11039 # Summary In order to use newer Node.js features such as Top-Level-Await,...

Hi, is it possible to invoke the state machine locally with the official AWS Step Functions Local (https://docs.aws.amazon.com/step-functions/latest/dg/sfn-local.html) executable?

Is it possible to have different domains pointing to different functions within the same service? For example: abc.com points to function handle-abc, and xyz.com points to function handle-xyz. Both functions...

help wanted
question

After I cloned and installed librespot on my RPi3 with cargo build, I tried to run the play.rs example with the following command: `pi@raspberrypi:~/librespot/target/release $ rustc play.rs --extern librespot=liblibrespot.rlib &&...

## Feature description (Mandatory) [apoc.merge.node](https://neo4j.com/labs/apoc/4.2/overview/apoc.merge/apoc.merge.node/) [apoc.merge.relationship](https://neo4j.com/labs/apoc/4.2/overview/apoc.merge/apoc.merge.relationship/) `apoc.merge.node` allows to dynamically MERGE a node with labels and properties that can be provided as parameters instead of building a static Cyper query...

### Describe the bug I'm writing test cases that repeatedly call `CreateGroup`, `UpdateGroup` and `DeleteGroup` for AWS Cognito and validate if these changes were successful by reading the respective group...

investigating
bug

Here's another option to use lint-staged at the project root, but still calling linters at package-level. This respects the linter and formatter configs/ignore files of each package. ```js const package...

Hi, would it be possible to provide TypeScript type definitions for the different MWS JSON responses? For example, a call to `mws.reports.submit({'Version': '2009-01-01', 'Action': 'RequestReport', ...)` would provide the following...