username1565
username1565
Easy way to do this is here... "0.35%" this is a string. So you can so this with this code: ```javascript var str = "354.25%"; if(str.indexOf("%") !== -1 ){ var...
```javascript function parseDecimal(n) { var parts = n.split(/e/i); ... ``` If you add there ```javascript console.log(n); ``` You can see: ```text [object Object] Uncaught Error: Invalid input: too many 'e'...
@dheeraj0086, You can check balance here: https://client.wavesplatform.com/#!/dex-demo or in waves-lite-client: https://username1565.github.io/waves-lite-client/ source code: https://github.com/username1565/waves-lite-client/ But if you lost seed, you cann't. Maybe you can extract seed from your node settings....
See: https://username1565.github.io/sha256/
The same error I see on Windows 8.1 (x64), when `bignum` installing as node-module. ``` >node --version v12.3.1 ``` Try to start: `npm install bignum` ... downloading packages... then, this...
@cclauss, what error do you mean? There is many different error. All this a one big and large error. `bignum` try to run `node-gyp rebuild` but this fails, because this...
@cclauss, this is that log, with modified pathways: ``` C:\MyFolder>npm install bignum > [email protected] install C:\MyFolder\node_modules\bignum > node-gyp rebuild C:\MyFolder\node_modules\bignum>if not defined npm_config_node_gyp (node "C:\Users\USERNAME\AppData\Roaming\npm\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "C:\Users\USERNAME\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js"...
>Set the shell variable `VCINSTALLDIR` to point to your `Visual Studio 2019` I did try to install this, but got fail. Screens, you can see here: https://github.com/justmoon/node-bignum/issues/121#issuecomment-671322395 This is, after...
@cclauss No, I can not install `Visual Studio 2017`, without that `KB`-updates, which can not be installed, but I have already installed `Visual Studio 2008`, and I have the command...
This is problem with installation of `Visual Studio 2017/2019` on `Windows 8.1 x64`. I have no installed this yet (just `VS2008` installed), and can not install this. It wants to...