Results 20 comments of Alon Burg

Are there any commits/starting PR re Sequelize or Sequelize with scopes from your last comment?

Hey Colin, The suggestion `.handler()` doesn't seem quite right: That would mean that we we would need to save the last `handler` in `_this` and then `.handler()` would return it?...

personally I like when things are straight forward, and the object type at hand is of clear type and interface. The suggested proxy makes it harder to follow the code...

we could have a flag at the mock level determining what's the returned object... but that will create communities forking usage instead of forked code :)

also encountering this with RN 0.24.1

okay.. .found the reason for this. Android API is different: Use this: if(Platform.OS == 'ios') CookieManager.getAll(c) else CookieManager.get(this.props.url, c)

@joeferraro The code above does not "fix" the issue. It just implies that the module functions are different across Android/IOS platforms, and one should should use getAll for IOS and...

I guess we can close this bug

Use `custom_objects` like this: `model=keras.models.load_model('model.hdf5', custom_objects={"tf": tf})`

@nikopueringer what did you use for regularization on your own photo training?