Madhuram Jajoo

Results 83 comments of Madhuram Jajoo

@aditya-07 Yes Aditya. But I guess this can be deprioritized like you already have done!

Thanks Benjamin, This seems to be correctly captured. @aditya-07 To take over from here!

Hi @asad-zaman Thanks for raising this. I understand this issue and I also looked at your code. I am wondering how many options do you generally have to show ?...

What if we validate if keys present in `fhirPathsEvaluatedPairs` are valid fhir paths ?

@DebbieArita Few requests:- Please refer the issue this PR is solving in the description. Also complete the checklist. Is this PR ready for review ?

We are happy to add this ability. Along with this there should also be a way for application to modify data before dump - so a plugin which application can...

@qiarie We also wanted to understand the use-case more. Questions are around difference between staging and prod environment - and the possibility of replicating the scenario to troubleshoot the sync...

After internal discussions and careful evaluation, we've decided not to implement the database dump feature at this time. This decision aligns with our core principle of maintaining a secure, encrypted...

What if instead of handling changed input every time text is changed we handle input only when user stops writing ? Technically, ``` if (lastEditTime - currentTime > THRESHOLD_TIME) handleInput(editable!!,...

@williamito The last sync timestamp reflects the most recent sync attempt, even if unsuccessful. I think it should be updated because its possible that the sync was partially successful. Maybe...