Connor Lund

Results 6 comments of Connor Lund

Same issue with RN 0.59.3 & Android API 28.

If you're intending on just making a field unique then you can just do this and updates can be made after the initial save. This would be in the DbContext....

I suppose this would explain why there aren't decent plugins with other editors like Atom, Sublime, etc.

@delunea - I had this same issue and just figured it out. It's pulling the heading above the tasks. I have a file "Routine Cleaning" with a `## Upstairs` above...

I have the following locally as a bit of a hack but it works for my purposes. This is in `utils.ts`: ```typescript export async function fetchRetry(url: string, options: RequestInit, retries:...

@MarceloPrado - can you take a look at this please? Thank you!