Shourav Nath

Results 8 comments of Shourav Nath

To destroy the Rangeslider `rs` I used the following code snippet. ``` var rs = new RangeSliderChart({...}); ... // to destroy rs if (rs) { rs.chart.destroy(); rs.sliderElement[0].parentNode.removeChild(rs.sliderElement[0]); } ```

what should be a minimum unit of hit? for example, should we track each hit or hit counts per hour or per day?

@Bhupesh-V please review #89

I unistalled `pycryptodome` and installed `pycryptodome` again and it is now working ``` pip uninstall pycryptodome pip install pycryptodome ```

@pqzx added some description... please let me know if it is enough

hello @josharsh, Can I work on it?

@josharsh , can I take this and do?

I checked against https://emicalculator.net/ and saw calculation is correct. Tell me if I am wrong. I checked against principal amount: 445000, interest rate: 12%, number of years: 4