Sergio Santoro

Results 7 issues of Sergio Santoro

When parallel dumping is used, the command was not able to detect any errors during the computation. Warning: this fix actually works only if the related bug on Spork will...

If the checkbox element is in an iframe its document and the main page document are not the same object. In these situations Switchery won't work properly.

BatchJob was not correctly propagating erroneous exit codes of its child processes. If you are looking for bug replication this commit is useful https://github.com/taueres/spork/commit/748dabd4485ad5c90c51c146f2dc33e7789d3f91 (Dockerfile included).

Builds on PHP 7 are allowed to fail since that version is not stable yet.

`connect` was not correctly unsubscribing from the Redux store when `componentWillUnmount` was triggered in the `childInstance`. I'm now forwarding the event `componentWillUnmount` to the `WrapperComponent` so that the cleanup is...

Bugfix: Unsubscribe from Redux store when component is unmounted