Flix

Results 39 comments of Flix

> It is a little cumbersome to reason about locking, especially if you have to refresh the token since this requires an async call to the SMART-on-FHIR token endpoint. Why...

So do you think it makes sense to have some struct for all possible smart of fhir logins? Is this possible? Or are there custom flows like Patient/Practitioner workflows or...

Yeah I had imagined, that you would re-enable it through setting some value in `install_crate`, not sure if that makes sense though. My concern is only, that it would be...

That would work, yes. But I assume it would also be useful to be able to reenable it for some task later. Although it is always possible to install yourself...

Thanks! I will wait with merging until 0.12 is officially released and not just an RC though

At first glance, I thought this is a bad idea: we suddenly have the possibility to specify field defaults, that are different from the the `Default` trait implementation. This can...

So you think I should rather open an issue in axum stating that the handling is actually incorrect?

After further discussion and looking at documentation, an empty value should either yield the header's default value or error. For If-Match, I think erroring makes sense, though * as value...

Ah good to know, thanks! Would still welcome the option though :D But that is definitely a viable alternative at least. (Command palette -> open logs cannot be double clicked...