David Canós
David Canós
i'm trying to use in a regular angular 7 app. following installation notes: I've tried `yarn add nfc-pcsc` After using this import import { NFC } from 'nfc-pcsc'; I get...
Hi guys, if i open the pdf generated by jasper with an editor like ilustrator i see a red layer above the QR and barcode. Not happening within adobe reader...
**I'm submitting a ...** * [x] bug report * [ ] feature request * [ ] question about the decisions made in the repository * **If the current behavior is...
The first field in the access.log is the ip that make the request. (at least in the default apache). I've checked that the script is using this field to build...
Hi, i'm gettings this error with 9.0.3 version on an Angular 8. ERROR in ../node_modules/ngx-useful-swiper/lib/swiper/swiper.component.d.ts:7:9 - error TS1086: An accessor cannot be declared in an ambient context. 7 set initialize(value:...
a solution like: ```js saveAs("original-file.pdf", "new-file.pdf"); ``` works fine in every browser i've checked also instagram browser. But a solution based on download a blob content does not work on...