Dmytro Donskov
Dmytro Donskov
**Is your feature request related to a problem? Please describe.** We have a small application based on Electron and have plans to use nodegui instead (less voracious to resources). Application...
I created a connection to the site on `2/11/2011`, but UI shows `5/29/2020`. 
**The process for updating the Fortify app now looks like this:** 1. Automatically check the new version. 2. Show dialog about the new version. 3. Go to Fortify website and...
Fortify version `1.3.0` @webcrypto-local/client version `1.0.14` ```ts const provider = await this.server.getCrypto(cryptoId); ... const certificate = await provider.certStorage.getItem(index); console.log(certificate.token) // => always "false"; ``` Tested on: - SafeNet (iKey 2032)...

`src/locales/en.json` ```json { "title": "Hello" } ``` `src/utils/l10n.ts` ```ts import en from '../locales/en.json'; type ReplacerType = { pattern: string; replacer: any; }; const MESSAGES_ALL = { en, }; export type...
The [request](https://www.npmjs.com/package/request) module has been deprecated.