karlismelderis

Results 8 issues of karlismelderis

seems that query is encoded one more time when hitting express. I had to add this peace of code before passing event to module: ```js exports.handler = (event, context) =>...

bug
v4

### Q&A (please complete the following information) used online version: https://editor.swagger.io/ - OS: macOS - Browser: chrome ### Content & configuration Example Swagger/OpenAPI definition: ```yaml components: schemas: evidenceA: properties: anotherA:...

at the moment if I do this rule is not checking dependency: `import type {TypeA} from 'ModuleA'` would be nice if such import would be checked against combination of dev...

Maybe it's already possible with current setup and I'm just reading README wrong 🤷‍♂️ ### Describe the problem you'd like to have solved Cognito JWT tokens have property: ``` 'cognito:groups':...

Currently, any auth_token changes are destroying and are recreating Redis cluster. AWS API has option to set new token and chose update strategy: SET or ROTATE https://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/API_ModifyCacheCluster.html

we're creating new volos cache client with: ``` import apigeeCache from 'volos-cache-apigee' apigeeCache.create(...) ``` this client is used in Jest tests. problem is that I don't see an option to...

I caught that due to this lint rule setup: ``` 'chai-friendly/no-unused-expressions': 'error', 'no-unused-expressions': 'off', ``` Things like this pass through: `.to.be.disabled` Where syntax should be: `.to.be.disabled()` As we don't have...

## Problem/Feature Request Summary @types/formidable 1.0.31 has broken Files type 1.0.31 has: ``` interface Files { [key: string]: File; } ``` latest version has: ``` interface Files { [key: string]:...