Henrik Hall
Henrik Hall
An operation may have multiple security requirements, where each requirement may require multiple security schemes. This means that the same scheme could in theory be present in multiple requirements, but...
My application has a dependency to a library module, which in turn has `@aws-sdk/client-s3` as a `peerDependency`, and uses a dynamic import to import it, since that functionality is optional....
As per output during install: warning serverless-bundle > [email protected]: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates.
In my CI pipeline I have a verifier job that runs tests and then calls sls package to make sure the code can be packaged and that lint is happy....
Hi, After migrating from stable gradle to experiemental-gradle-0.8.2 (for NDK reasons) I am unable to create the needed tasks for sourcesJar, javadocJar etc. The gradle-experimental plugin introduces a new syntax...
I have a test suite in plain JS and a project which is only somewhat migrated to TS. My tests works fine with regular `mocha` using the transpiled JS, but...
It would be nice if this tool had a simple CLI interface such as ``` $ npx joi-to-typescript --schema-dir ./schemas --output-dir ./types --sort-by-name ``` I use this great tool in...
This adds a CLI interface so that joi-to-typescript can be invoked as a binary. Example: $ joi-to-typescript src/schemas gen --sort=name --debug The binary requires that ts-node is installed globally. Fixes...
Is it intentional that comments for properties using another (non-primitive) schema look like this? ``` resourceId: /** * Resource ID * example: * 6e781f03-668c-420c-82c0-06853620dc3b */ ResourceId /* uuid */; ```...
In earlier SLS versions, `iamRoleStatements` was the key used under `provider` to specify shared IAM role statements. In this plugin, the same syntax is used to define statements per function....