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
Hey there. Following up on [the other issue](https://github.com/jisotalo/ads-client/issues/169) I reported recently, I finally managed to get some additional logs:  I really do not know how to reproduce this issue,...
### Link to the code that reproduces this issue https://github.com/mareksuscak/router-bug/blob/main/next.config.mjs#L5-L18 ### To Reproduce 1. Start the application in development mode (next dev) 2. Navigate to ### Current vs. Expected behavior...