Damien Remars
Damien Remars
For the same reasons than https://github.com/pgilad/eslint-plugin-react-redux/blob/master/docs/rules/use-selectors-on-state.md, we should enforce usage of selector functions on state in sagas.
Issue https://github.com/codef0rmer/angular-dragdrop/issues/143 had been closed, but items still were deep copied even when settings were specifying not to do so.
**Is your feature request related to a problem? Please describe.** I almost never use the 2nd argument ("toggle"), but I often need 2 functions to force the value to `true`...
`Random.bool()` will still return `true`or `false` with a 50% probability each. `Random.bool(0.25)` will return `true` with a 25% probability (and `false` with a 75% probability.)