Dmytro Donskov

Results 13 issues of 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`. ![image](https://user-images.githubusercontent.com/9417251/107621966-c2c02f80-6c5f-11eb-85f1-a5ec9ca89071.png)

bug

**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...

enhancement

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)...

bug

![image](https://user-images.githubusercontent.com/9417251/95301991-01954180-088a-11eb-8f24-bd26b9b04c55.png)

bug

Add row to `Basic information`: ``` Status: Valid | Invalid | Unknown ```

enhancement

`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...

enhancement

The [request](https://www.npmjs.com/package/request) module has been deprecated.

ready for review