Bit Planets

Results 13 issues of Bit Planets

this ``` var sizes = _([inputSize, hiddenSizes, outputSize]).flatten(); ``` returns a lodash wrapper instance instead of an array. Please do this instead: ``` var sizes = _.flatten([inputSize, hiddenSizes, outputSize]); ```...

For the link `https://localhost/#!/neural` this is the config: ``` page('/neural', function(){ debugger require('client/_proto/neural/index')(); }) page({hashbang:true}); ``` Please add that to docs. Your examples are like this `https://localhost/#neural` instead and I...

docs
hashbang

For example ``` define(function(require, exports, module){ var logic = { a: 3 } return logic; }); ``` will now work. But this will continue to work too ``` define(function(require, exports,...

> Error: Cannot resolve file or directory C:\app\node_modules\fibers\bin\win32-ia32-v8-3.14\fibers in C:\app\node_modules\fibers Starts in index.js ``` GLOBAL.__webpack_public_path__ = ''; var options = require('../../webpack.config'); options.recursive = true; var myRequire = require('enhanced-require')(module, options); var...

A module like this will return {} ``` define(function(require, exports, module){ var logic = { a: 3 } return logic; }); ``` Here is the index.js ``` var myRequire2 =...

The lacking of callback as opposed to the normal cucumber-js is kind of confusing. How one task "knows" when ended or not without a callback? This was the thing that...

The worst decision is to make a tutorial that you can't stop, go back, or forward.

enhancement
simple

Sometimes I don't want to create a Widget instance and I have only one class.

enhancement

http://chromedriver.storage.googleapis.com/index.html

simple