Ivan

Results 8 comments of Ivan

`ngOnInit(): void { this.zone.runOutsideAngular(() => { this.nfc.doStartTagListener(this.searchAthlet.bind(this)) }) }` `doStartTagListener(fn: (data: NfcTagData) => any): Promise { return this.nfc.setOnTagDiscoveredListener((data: NfcTagData) => { console.dir(data, this.nfc) console.log('Tag discovered sporttrack scan! ' + JSON.stringify(data))...

yes, it still works, thanks to Ruslan

WebPackAngularTranslate.jsLoader('ts-loader') is crash with errro every entry ERROR in multi ./src/polyfills.ts .... Module not found: Error: Can't resolve .../node_modules/webpack-angular-translate/dist/js/js-loader.js!js-loader'

I resolve this by edit boot kernel flags /boot/loader/entries/* files **lsm=lockdown,capability,yama,selinux,bpf,ima,evm** if you are use GRUB_ENABLE_BLSCFG=true

Very interestingly, I used a clean Centos 10 Stream image provided by the provider, without any changes, with packages from the official repositories. I tried to work locally from the...

I checked it again. And everything is the same. ``` root@edge-vps-Stage 2 merge ~]# cat/sys/kernel/security/lsm lock, features, yama, selinux, bpf, fixed lock, ima, evm ``` ` Failed Artifact Download: failed...