Radek Pietruszewski

Results 255 comments of Radek Pietruszewski

@pubkey Nice! Thanks for sharing this :) I'm particularly stoked that this is a *web* comparison, since WatermelonDB gained some traction in React Native community but its web support seems...

@addbrick Thank you for this PR. It made my life dealing with Apple's insane Connect API just a little bit less painful, which is appreciated. I found some issues/potential improvements....

Is it really dead? No, it's mature and stable, and has received a number of performance upgrades over the past 3 years… regardless, LokiJS lives on as part of https://github.com/Nozbe/WatermelonDB...

Closing, given inactivity. Still happy to a accept FMDB via CP pull requests

Would highly encourage anyone to contribute these snippets by @henrypadua to the official docs under Android troubleshooting

that makes sense, I encourage you to contribute a pull request

@tg44 `DirtyRaw` would not be the place to do it - it is a type alias for an "unknown (type-not-known) object" by design. What you'd want to do is have...

@sidferreira heh, great to see you in this thread :) `keyof Model` would not work since Model class's properties generally don't match the raw representation (table column names). But optionally...

Thanks for the fix @KotoriMinami, but tests no longer pass after this

Indeed the API tries really hard to discourage you from setting id manually, but `._raw.id=id` is correct.