Antoine S
Antoine S
I'm also having issues trying to decode a prestashop cookie with MCrypt("rijndael-128", "cbc"). The first couple characters of the message are replaced with garbage, the rest of the message is...
When I make "var_dump" in the php file, I get as cookie contents : date_add|2017-04-27 23:30:25¤id_lang|1¤id_currency|1¤id_guest|571369¤id_connections|590882¤checksum|2523349829 but with node-mcrypt I get: ���Ӱy��J" R�-27 23:30:25¤id_lang|1¤id_currency|1¤id_guest|571369¤id_connections|590882¤checksum|2523349829
I needed that feature for a project so I added it. The main problem is that in the current implementation of react-rangeslider the "handle" is very coupled with the "slider"....
I dont know when I will have time for that. If you do it, you can open a PR.
I did a PR a while back but they told me it's not the priority. I may do an update but as long as it's not officially supported it means...
React-router is not a dependency. This should work with any React-router version, or even without react-router. You just need to pass the current Uri as a prop so that it...
not sure what you are trying to achieve. care to provide a link with an example ?
I did a slide in using aphrodite-css then the following code: ``` const enteringKeyframes = { 'from': { transform: 'translate3d(100%, 0, 0) skewX(-30deg)', opacity: 0, zIndex: -99 }, '60%': {...
can you provide a jsfiddle ?
I was about to post the same issue. In Task Manager monitoring tool, with Webpack 3 I noticed only one thread active. With webpack 4 I noticed 4 cores/ 8thread...