Nicolas Leclerc

Results 10 comments of Nicolas Leclerc

I think that somehow the compiler thinks that the vuforia headers are plain C instead of C++ and spouts errors accordingly. Been looking into that but i'm not familiar enough...

Finally managed to get my project working by removing the Module folder from the framework package. Don't know what it's supposed to do but it works fine without it...

Oh cool, didn't see that obviously. Any ETA on a new release then ?

it would be nice to add that. code is as follows : `const isAsync = myFunction.constructor.name === "AsyncFunction";` i don't have time to make a pull request now but i'll...

Can someone please approve those dependency updates ?

Can someone please approve those dependency updates ?

Having the same connect event problem. Tried routes for `connect`, `connection` and `connected` with no luck.

The workaround is to bind the event directly on the sockets instance: ``` app.io.sockets.on ('connection', function (socket) { console.debug('> CONNECTION'); }) ``` A bit lame but works.

Can someone please approve those dependency updates ?

Now that you mention it, it probably does but i don't think it makes sense semantically speaking. Don't you think it's better if browse without parms gives an error and...