Bernardo SOUSA

Results 4 issues of Bernardo SOUSA

Hi! I signed an existing pdf with the following code: ```javascript import fs from 'fs'; import { SignPdf, plainAddPlaceholder } from 'node-signpdf'; const signer = new SignPdf() const p12Buffer =...

Hi! Instantiating the YouTube component with the following code works perfectly. ``` {}} onChangeState={() => {}} onChangeQuality={() => {}} onError={() => {}} style={styles.video} /> ``` However, the TypeScript linter underlines...

This is two problems in one: 1. a phone number from Canada is being classified as a US number. 2. the Uruguay flag is displayed instead of the US flag....

Working with Angular 4.3.5 but with hard coded values for min and max password size, because of a "this" reference/scope error.