Marek Suscak
Marek Suscak
I'm submitting this PR in a hope that someone else will be able to offer some help. Here's the current state: - ported and added a GCC9 patch for the...
Update throttling is implemented incorrectly on [this line](https://github.com/makotot/react-scrollspy/blob/461de839c50c01b5c8b2a936a52ab3a4dae13cea/src/js/lib/scrollspy.js#L212). It not only doesn't throttle the provided function at all (in fact a result of calling `_spy` is passed into throttle). It...
Boosts performance significantly.
It's a good rule of thumb to forward all unrecognized properties that were passed down.
As we iterate on database schemas in feature branches, the number of database migrations tends to grows fairly quickly. With an ever-increasing number of database migrations, it takes increasingly more...
This PR addresses #156 and makes the behavior between document.delete and Model.delete consistent.
in the light of #50, this PR improves performance of the aggregate implementation to bring it on par with find