Krzysztof Czarnota

Results 5 issues of Krzysztof Czarnota

Hello, I've improved entities handling (and html parsing in general). Check following case: ``` html Nested entities: <b> not bold, bold text with </b> entities'. ``` Regards.

## Environment information **Version**: "body-parser: 1.20.3 "express": "^5.1.0", "serverless-http": "^3.2.0", **Platform**: Service is deployed to as AWS Lambda. **Any other relevant information**: Latest express release uses body-parser which uses on-finished...

bug

Compilation was failing because missing object file from AppleSiliconDDCObjC target. Added dummy source file to produce build result.

See https://docs.aws.amazon.com/cognito/latest/developerguide/logout-endpoint.html ### All Submissions: * [ x] Have you followed the [plugin Contributing guideline](https://github.com/oidc-wp/openid-connect-generi/blob/develop/.github/CONTRIBUTING.md)? * [ x] Does your code follow the [WordPress' coding standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/)? * [ x] Have...

Serverless-http may use `x-forwarded-for` headers to provide accurate client IP addresses when your application is behind proxies or load balancers. Proxy trust can be enabled using the `proxyTrust (Function|Array|String)` option.