You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Learning a lot from your demo app's structure, how I have an issue with saving some test data to disk.
When using the LocalTaskRepository, it creates a json file for your test data, but you cannot use the wrapper @documentid when doing standard encoding - so the app crashes.
This is expected, as per the docs, but is there away you would approach this ? Having test data sources, with the great swap in / out repos thanks to Resolver would be great.
What do you suggest to make it work ? Hopefully I didn't miss something in your articles.
Thanks
The text was updated successfully, but these errors were encountered:
Learning a lot from your demo app's structure, how I have an issue with saving some test data to disk.
When using the LocalTaskRepository, it creates a json file for your test data, but you cannot use the wrapper @documentid when doing standard encoding - so the app crashes.
This is expected, as per the docs, but is there away you would approach this ? Having test data sources, with the great swap in / out repos thanks to Resolver would be great.
What do you suggest to make it work ? Hopefully I didn't miss something in your articles.
Thanks
The text was updated successfully, but these errors were encountered: