orga/premium-tasks.md
If you are a single developer and you use RxDB in your side project, you can get free 2 years access to the RxDB Premium package by solving one Task of this list.
This list will be regularly updated with new Tasks, all updates will be posted on discord.
To ensure there are not multiple people working on the same task, before you start working on that task, create an issue where you tell about the estimated time to finish the task.
const signal = myRxDocument.get$$('foobar'); // <- This has the type Signal<any> but should have Signal<MyDocumentType>
const signal = collection.find().$$; // <- This has the type Signal<any[]> but should have Signal<MyDocumentType[]>