Rohit Hazra

Results 23 comments of Rohit Hazra

@my8100 sorry for the late reply adding `abc.domain.com:80` but each request now goes through web while it could have reached locally. let me explain my setup 1. We have a...

on nginx 1.12.1 i get this error ``` /tmp/nginx-1.12.1$ sudo patch -p1 < ../nginx_tcp_proxy_module/tcp.patch patching file src/core/ngx_log.c Hunk #1 FAILED at 66. 1 out of 1 hunk FAILED -- saving...

is there anyone working on this? or should I do some work and make a PR? :D

@Sunshine168 instead of using css filters, i would support manipulating the image's properties using jimp. ``` // Sepia Effect outputRed = (inputRed * .393) + (inputGreen *.769) + (inputBlue *...

@Sunshine168 one question, have you ever tested this library on React-Native ?

@spacecowboy I am in a situation where I want to restore a `graph.db` folder from a different machine. The process needs me to unbind the cluster-state. But because I am...

if I go to `node_modules/redux-localstorage/persistState.js` and add some `console.log()`s here: ``` return function (next) { return function (reducer, initialState, enhancer) { console.log("-----------------------------") console.log("After calling createStore()") console.log("reducer", reducer); console.log("initialState", initialState); console.log("enhancer",...

I figured it out as incompability issue with redux chrome extension. I am trying to figure out the problem now.

+1 for the site-to-site VPN