Ashish Datta

Results 10 comments of Ashish Datta

I hit this problem trying to use Xvfb on a different project (and hit this issue via Google). If you launch Xvfb with "-nolisten tcp -nolisten unix" I can confirm...

@DiMiTriFrog sure thing. This is specific to [editly](https://github.com/mifi/editly) I also added aws-lambda-ric via npm to the editly package.json https://gist.github.com/adatta02/a2cebb9105051a526ce3f8b2c1cb16b5

I can confirm that this is happening. It's being caused by this event handler - https://github.com/bassjobsen/Bootstrap-3-Typeahead/blob/master/bootstrap3-typeahead.js#L512 I'm not 100% clear on the implications of removing it...

@lsg1 I think https://github.com/bassjobsen/Bootstrap-3-Typeahead/issues/282 fixes it on master

Do you have a codepen somewhere? I ended up just removing whatever handler wasn't working properly but that was on an older version so not sure if it still works.

@ShehanAT yup that's right. Whoops just seeing the S3 link from above is broken. https://setfive-public.s3.amazonaws.com/page-orientation-propagated.html is a working link. And https://setfive-public.s3.amazonaws.com/page-orientation-propagated.pdf is the output of doing a "Print to PDF"...

I had a similar issue - the code is hard coded to look for an OpenNI config file depending on your CMake build settings: https://github.com/doug/depthjs/blob/master/firebreath-plugin/openni_backend.cpp#L174 I would first confirm that...

Regarding Chrome, to get the "console" output for the extension you'll need to do the following: - Open the "Extensions" tab - chrome://chrome/extensions/ - Then, next under the DepthJS extension...

Hmm so from my limited understanding of all of this it looks like its activating the OpenNI drivers correctly. Have you tried running the OpenNI/PrimeSense demos?

@TheoKanning just wanted to see if we could get this merged?