360Disrupt

Results 27 issues of 360Disrupt

I'm trying to display the discussion after each article on the page. But it is shown only on the first article. ``` ... ```

Hi, Aaron. Added the repository help badge for live support.

Found this [fork](https://github.com/HolgerFrank/gridfs-stream) which has some bugs fixed.

``` gfs.files.find(newFilter).toArray (err, files)-> #returns contentType instead of content_type ``` while `gfs.createWriteStream(file)` only accepts `content_type` not `contentType` and falls back to default value if `contentType` is submitted. This requires mapping...

On my `raspberry pi` + `iceweasel` (`Firefox`) the video does not start when I initially load the page. Even if I navigate between different states and back to the home...

On the MIT lecture e.g. they have an example of a DQN with convolutional layers. https://youtu.be/i6Mi2_QM3rA?t=1531 Or here: https://towardsdatascience.com/welcome-to-deep-reinforcement-learning-part-1-dqn-c3cab4d41b6b Would be interested if this is a problem in general or...

Added git-start repository badge for 1:1 live support by the community.

What is considered as a destination? Do for example both cases work: 1) All files no matter where the come from go into one directory: e.g. ``` var dest1 =...

I couldn't find a description of the available options (neither here, http://passportjs.org/docs/facebook, nor in the code https://github.com/jaredhanson/passport-oauth2/blob/master/lib/strategy.js (line 43-50)) Explicitly the state option is very interesting. And is there a...