Fadi Abbud

Results 3 issues of Fadi Abbud

Hallo, We have the following project structure: ``` ├── cmd │ ├── first │ │ ├── first.go │ ├── second │ │ ├── second.go ``` and want to pack the...

Hallo, We have faced the following problem during the validation of some json files: The Validation of the [CVE-2018-0171-modified.json](https://raw.githubusercontent.com/oasis-tcs/csaf/master/csaf_2.0/examples/csaf/CVE-2018-0171-modified.json) file with [csaf_json_schema.json](https://docs.oasis-open.org/csaf/csaf/v2.0/csaf_json_schema.json) schema throws an Error: `/vulnerabilities/0/scores/0/cvss_v3: did not match...

Hallo, The following MrRio/jsPDF functions are not supported in yWork-jspdf Fork : getLineHeightFactor() : [http://raw.githack.com/MrRio/jsPDF/master/docs/jsPDF.html#setLineHeightFactor](http://raw.githack.com/MrRio/jsPDF/master/docs/jsPDF.html#setLineHeightFactor) setLineDash() : [https://github.com/MrRio/jsPDF/blob/master/examples/js/lines.js#LC36](https://github.com/MrRio/jsPDF/blob/master/examples/js/lines.js#LC36) trying to use them : ```html const pdf = new jsPDF("l", "mm",...

enhancement