amit-mn
amit-mn
Regular expression is not working with createFilter method. Below is the code for using regex: ``` let re = new RegExp(this.state.searchStatus,"g"); newData = data.filter(createFilter(re, STATUS_KEY_TO_FILTERS)); ``` Is it possible to...
When I add data validation to worksheet then it is not generating a correct file and it shows repair option before open the excel file. Below is the error message:...
Memcache not connecting to IP which is provided to connection string like below: ``` var Memcached = require('memcached'); var memcached = new Memcached(); memcached.connect( '12.34.567.890:11211', function( err, conn ){ if(...