Matias Ribichich

Results 43 comments of Matias Ribichich

Please could you merge this. it doesn't work in strict mode. It's really a tiny change thanks

changing the path of the shortcut to `/snap/keeweb/x1/app/keeweb` works. I don tknow that's the diff and if it matters

Just for those coming back to this with the same issues. here's my solution: https://github.com/mui/material-ui/issues/23290#issuecomment-1333868837

Remember that you have to connect before trying any function something like this: ``` ZK.connect(function() { ZK.getAttendance(function(err, data) { ZK.disconnect(); if (err) throw err; console.log(data.toString()); }); }); ```

@andrekurniawan123 Were you able to test this?

@andrekurniawan123 Did you have a chance to check it out?

Great to hear that. Yeah in our products it is On Fri, Sep 21, 2018, 02:40 Bee Ing wrote: > It is working on my side, but funny thing the...

I'll wait until you finish the transformation to es2015. Or you 're not planning on doing it for now? Since the change to es2015 or Promises is a huge one,...