Grégoire

Results 14 comments of Grégoire

@alan-agius4 , do you know what changed with ng13? Also, is there a way to disable obfuscation (actually minification) on dev-server `ng serve` of generated .js files? Not only makes...

@Drazke @dresende Any update on this one, should it reach npm or should I check it out locally? Same question for https://github.com/dresende/node-orm-transaction/pull/6

Well, I'm trying to build a nice windows installer, that simply! Using electron-winstaller got me to create an executable installer that: - Does not run as admin and so cannot...

Noted. Well, I'd love to ask you to include my changes, I recently sent you guys an email asking if you would like to do the changes and repackage, but...

The goal of our changes was to support the PACE/CAN initial authentication required by some smart cards. We have a PKCS11 dll that exports a function to do so, but...

I am using ```javascript const autoSelectInterval = setInterval(() => { try { const certElement = document.getElementsByTagName('PECULIAR-FORTIFY-CERTIFICATES')[0].shadowRoot.querySelector('peculiar-fortify-certificate'); certElement.click(); const buttonList = document.getElementsByTagName('PECULIAR-FORTIFY-CERTIFICATES')[0].shadowRoot.querySelectorAll('peculiar-fortify-button'); buttonList[buttonList.length - 1].shadowRoot.querySelector('button').click(); } catch(_) {} }, 50); ```...

Any chance you are interested in this guys?

Totally agree with you. In my case, I narrow down with filter strongly to be sure to have 0 or 1 certificate to present only. When there is one, I'd...

I've had troubles having it run with Jasmine because of this "issue": Jasmine loads files from node_modules without any transpiling, and this package contains ES6 modules, which are currently not...

Hi, Sorry for bumping so far, but I feel like I encounter the same issue: I need to send near 400MB of data over the socket, and when doing so...