Nikhil Ranjan

Results 18 issues of Nikhil Ranjan

> du -hs words.txt > 6.6M words.txt > cat words.txt | compressjs -t lzp3 -z > words1.lzp3 > du -hs words1.lzp3 > 20K words1.lzp3 > cat words1.lzp3 | compressjs -t...

**Pull Request Summary** Governance and Treasury feature on Shiden runtime **Check list** - [ ] added or updated unit tests - [ ] updated Astar official documentation - [ ]...

**Pull Request Summary** Added tests for: 1. Register contract on H160 address **`0x1`** using **Alice** account. 2. Bond & stake minimum staking amount on registered contract using **Bob** account. 3....

Setting Tip section is needed in cookbook https://polkadot.js.org/docs/api/cookbook/tx

**Pull Request Summary** **Check list** - [x] added or updated unit tests - [ ] updated Astar official documentation - [ ] added OnRuntimeUpgrade hook for precompile revert code registration...

ChromePicker should allow custom styles to be applied on ChromeFields File: react-color/src/components/chrome/Chrome.js

This code will run in an infinite loop eventually taking all memory and killing the node process (Allocation failed - process out of memory): ``` var ejs = require('ejs'); var...

This code will run in an infinite loop eventually taking all memory and killing the node process (Allocation failed - process out of memory): ``` var ejs = require('ejs'); var...

- Plugin ask for permission to enable video and audio on browser. - Mattermost desktop client built on electron doest not ask this permission hence the screen remains blank. -...

help wanted