Kai

Results 15 comments of Kai

Good spot @covex-nn ! Thank you. So there is at least a possible workaround by adding the affected controllers to `jms_di_extra.cache_warmer.controller_file_blacklist`

No hurry, created it just to keep the issue tracker neat ;-)

@ruflin OOps, sorry, seems I had overlooked the notification of your comment. Unfortunately no updates from my side as I'm currently not working on the project.. may resume working on...

I'm trying to set up alpha 20 with material-ui 3.9.3 and for me as well the component does not update when switching the theme. I have two themes added in...

Same. I try to get the fedora open-eid package running. I have inspected the extension: 14:08:51.728 **module is not installed: idemiaawppkcs11** [background.js:41:17](moz-extension://d139bc19-0508-43ec-8d36-26508813ea3d/background.js) 14:08:51.756 Unable to load module: Error: An unexpected...

/usr/lib64/mozilla/pkcs11-modules/idemiaawppkcs11.json ```json { "name": "idemiaawppkcs11", "description": "IDEMIA AWP PKCS#11 Module", "type": "pkcs11", "path": "/usr/local/AWP/lib/libOcsPKCS11Wrapper.so", "allowed_extensions": ["{02274e0c-d135-45f0-8a9c-32b35110e10d}"] } ``` ```sh file /usr/local/AWP/lib/libOcsPKCS11Wrapper.so /usr/local/AWP/lib/libOcsPKCS11Wrapper.so: cannot open `/usr/local/AWP/lib/libOcsPKCS11Wrapper.so' (No such file or directory)...

Ah yes, I read the debugging message wrong. The error occurs while loading this one onepinopenscpkcs11, the other message is just informational. Mhh, need to check why it cannot find...

> > This extension suffers from the windows methodology to hide any useful error messages :) > > extension reports all errors that are available. It is the firefox that...

I checked the other lib and it is actually available where the add on seems to expect it ```sh ➜ cat /usr/lib64/mozilla/pkcs11-modules/onepinopenscpkcs11.json { "name": "onepinopenscpkcs11", "description": "OpenSC PKCS#11 Module", "type":...

> > > This extension suffers from the windows methodology to hide any useful error messages :) > > > > > > extension reports all errors that are available....