Madhuram Jajoo

Results 83 comments of Madhuram Jajoo

I suspect it could be because of the reason in [this comment](https://github.com/bumptech/glide/issues/755#issuecomment-157995958) which says > The flickering is caused by you loading images into the same view in quick succession....

Note: Sync APIs are deprecated now and once removed we probably dont need the CRUDEngine interface.

Thanks for raising this @LZRS. This is a valid request. However the SQL generation logic in engine library is generic to deal with all kinds of keys. So implementing the...

@rmayore thanks for reporting this. I guess the id can be provided in format `/` also. So you could extract the long part of it. I have assigned you this...

If I understand it correctly, you need support for custom search parameters being added dynamically to the database while the application is live, right ? Because one can add more...

> Yeah, the current implementation supports passing list of custom search params when initializing FhirEngine. The challenge that we have with this is that we can't persist the search params...

Yeah I agree @LZRS This `index_value = ? OR index_value = ? OR index_value = ? OR index_value = ? OR ...` should be replaced with `index_value IN ` Would...

These GDHCN keys are typically public keys used to verify digital signatures on health certificates. They correspond to private keys held by trusted certificate issuers (e.g., national health authorities). Storing...

We dropped the minSdk (for all libraries) to 24 due to this issue #2077.

This is not so trivial. What is the priority for this feature? Also on first thoughts, i guess this can require search-param-state management (versioning and/or db table). Any thoughts on...