Andrey

Results 28 issues of Andrey

I got this for fresh new setup of token bridge for example.yml ``` Unhandled Rejection (Error): Returned error: VM execution error. ▶ 8 stack frames were collapsed. RootStore src/stores/RootStore.js:14 11...

Hey ladies and gentlemen! We glad to announce that we are testing the next version of the web3 wallet with a `Plug-in based coins` feature and refreshed design. Please stay...

enhancement

``` Error: ACE:Unknow ACE package type"7". at SiriParser.StreamParser.onError (/var/www/node-siri/parser.js:40:11) at PackageParser.packageParser.onError (/var/www/node-siri/parser.js:227:14) at PackageParser.execute (/var/www/node-siri/parser.js:383:26) at Fifo.callback (/var/www/node-siri/parser.js:16:21) at Fifo.push (/var/www/node-siri/fifo.js:44:22) at PackageParser.StreamParser.parse (/var/www/node-siri/parser.js:29:15) at Unzip. (/var/www/node-siri/parser.js:215:23) at emitOne (events.js:90:13)...

Hi Do you have running demo for mainnet?

Hi. all You can check my implementation here: https://gist.github.com/askucher/7751044 What you think?

Guys, we use LiveScript. We love it. But when we try to interact with other developers they just ignore this language. They tell something like es6 has everything we need....

discussion

Currently we have ```livescript func = (arg1, arg2, arg3)--> .... ``` or ```livescript func = (arg1) -> (arg2, arg3)--> .... ``` I think it is good to have ```livescript func...

feature

Try to ```Javascript console.log( 823456789123456.3 ); // 823456789123456.2 ``` And this is just one example. Javascript has a lot of problems and we forced to use `bignumber.js` or `big.js` So,...

feature