Elias Tutungi

Results 5 issues of Elias Tutungi

My server has Content Security Policy enabled, i want to initialize js code with a nonce to allow recaptcha script execution. Google docs recommend use nonce: [FAQ](https://developers.google.com/recaptcha/docs/faq#im-using-content-security-policy-csp-on-my-website.-how-can-i-configure-it-to-work-with-recaptcha) Can be added...

**Describe the bug** On run unit test this fails with the log: ``` [2019-11-06 14:28:11] testing.ERROR: session_start(): Cannot start session when headers already sent {"exception":"[object] (ErrorException(code: 0): session_start(): Cannot start...

It would be great to implement Resumable Uploads, I am doing an integration for Vimeo and the videos that I will upload have a very large weight to upload them...

enhancement

Hi. I just implemented the SQS queries. It calls the nestjs server, but this is not calling the handler correctly. It isn't logging any error messages or even entering in...

How to implement nullable relationship? I'm implementing this package with NestJS, all work fine except quering when relationship is null. Entity schema: ``` @Entity({ name: 'businesses', }) export class Business...