360Disrupt

Results 18 comments of 360Disrupt

I noticed that it is picky about ObjectIds. So it must be probably if you use `mongoose`: ``` ObjectId = require('mongoose').Types.ObjectId ... _id: new ObjectId(req.params.id) ``` To debug, try first...

I have a bunch of questions for understanding this module: #1) PhantomJS is run on server side? #2) why is in the README example (at the end) `'angular-seo'` required as...

Is this merged?

> and that calls to `.enable()` and `.disable()` should instead modify the existing namespaces. Actually, I got a use case for flushing debug. I have a mono repo with diff....

What I do I run two console windows. I lay both applications to diff. ports with `node.process.env` . For all other duplicate issues I copy the whole app to a...

I can click in the source section on NDI and it shows the camera of my iPhone. But on the main screen also when I record I still got a...

The installation description is a bit confusing. I managed to install it by: 1. Download and run obs-ndi-4.8.0-macOS.pkg (provided below) 2. Install the NDI 4.5.1 macOS runtime using the installer...

Haven't checked for the exact files, but I found both here with the last release: https://github.com/Palakis/obs-ndi/releases

@Baael how do you load it, if I run it in node I get: `ReferenceError: fetch is not defined` and this can be skipped if the model is loaded, right:...

I have the same need, because I want to use themes depended on a param. Can you try this and report if it works: ``` javascript css : function($stateParams) {...