magnetar icon indicating copy to clipboard operation
magnetar copied to clipboard

A framework-agnostic syncing solution that auto-connects any DB/API with your local data store and has optimistic-UI built in 🌟

Results 52 magnetar issues
Sort by recently updated
recently updated
newest added

Hi @mesqueeb, First of all, thanks a lot for the great work you have done here ! It is much appreciated 🙇‍♂️ I am trying to configure magnetar in a...

bug

https://github.com/antfu/sponsorkit

- [ ] this is better for the Vue 2 test project https://github.com/Luncode/vite-vue2-ts-template-starter - [ ] upgrade Vue 3 test project to latest vite - [ ] and separate test...

- [ ] revert BG colors to vitepress defaults - [ ] set up better font for code blocks - [ ] review regular fonts used - [ ] change...

documentation

required setup: ```js const profileCollection = magnetar.collection('profiles').where('show', '==', true).where('archived', '==', false) const query = profileCollection .orderBy('lastActiveOrSomething') .limit(50) const lastProfile = computed(() => { return [...profileCollection.orderBy('lastActiveOrSomething').data.values()].pop() }) ``` then either: ```js...

documentation

this ticket is a reminder to revisit this. still gotta - think of the exact goals we want to achieve with an "pagination syntax" - think of the limitations that...

https://github.com/cycraft/magnetar/blob/a881cd818e893a244e586499cc8502437fefd450/packages/utils/src/logger.ts#L1-L4

Hi, I noticed an odd behavior from magnetar in a edge case. It might not be a bug but then I think it could be highlighted in the documentation 🙂...

fixes #76 todo - [ ] check if this breaks other stuff or not - [ ] tweak documentation