Vadim Peretokin

Results 1068 comments of Vadim Peretokin

Would this be why KDE Wallet is being preferred over Gnome keyring on Ubuntu 20.04?

As a workaround, setting `-DCMAKE_PREFIX_PATH=` to a valid Qt installation works for the time being.

`add_subdirectory` https://github.com/Mudlet/Mudlet/blob/development/CMakeLists.txt#L133 `target_compile_definitions(mudlet PRIVATE INCLUDE_OWN_QT5_KEYCHAIN QTKEYCHAIN_NO_EXPORT)` https://github.com/Mudlet/Mudlet/blob/development/src/CMakeLists.txt#L382

Here's the relevant part of the FHIR spec: https://hl7-fhir.github.io/http.html#2.42.0.10.2. Basically, a client should be able to update a resource without knowing the server-assigned ID using this feature.

I see 1.6.0 is out, but the SQL script to generate the database seems to be missing from the release - is that intended?

I tried to generate one myself using generate_schema.coffee, but that created an SQL file which lacked the fhirbase_create_resource function (and possibly others).

Sure, if you're still interested, how about 8pm AEST? (Brisbane time)

Any updates on this by chance?

If FHIR represented them as a string, that'd be the easiest... do you have a link to the chat discussion? What was the outcome?

Possibly fixed? [See here](https://github.com/fhirbase/fhirbase-plv8/blob/13f396950ab188c08a10e6b28207efbc72a9c837/src/fhir/expand_params.coffee#L21).