Results 15 issues of Alon Burg

When using a model.json with a Reshape layer like the below code, the code [here](https://github.com/transcranial/keras-js/blob/95877c0d22a70516ab49daec038407b9f6baf77a/src/layers/core/Reshape.js#L28) throws an exception because the reduce cannot calculate currectly. I would love to submit a...

Similarly to [WebMock](https://github.com/bblimke/webmock) it would be nice if mocking replies will return the handler so that later we can: 1. Assert that mock has been called 1. Remove handler if...

When using background image in CSS, e.g: ``` .home { text-align: center; background: url('./barbar.png') } ``` the compiled CSS seems to resolve the asset fine, however the browser is trying...

open to contributions
investigate

Let's suppose the we want pathfinder to find "water" from sourceNode ? How about adding customGoal in the options argument similarly to the heuristic / distance options?

This is a result of the change() code [Line 486](https://github.com/gmac/backbone.epoxy/blob/master/backbone.epoxy.js#L486): evt[0] += ' change'; Can we remove this? Currently when listening to to 'change' event you might want to do...

➜ example git:(master) ✗ rake c2:discover Added Feeds > Scopes > rake aborted! > undefined method `conditions' for #Hash:0x000001039fae30 Tasks: TOP => c2:discover (See full trace by running task with...