relikd
relikd
This snippet is filling my log every minute, even though nothing has changed ("Deleted 0 expired searches)". I am not sure if this Log call should have a `> 0`...
This Log is called for all conflicts and not just those which are ignored (a few lines below) https://github.com/hapifhir/hapi-fhir/blob/97cfb6de37719c94c24255aaaeb091a521486ff3/hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/interceptor/OverridePathBasedReferentialIntegrityForDeletesInterceptor.java#L107-L112 ... https://github.com/hapifhir/hapi-fhir/blob/97cfb6de37719c94c24255aaaeb091a521486ff3/hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/interceptor/OverridePathBasedReferentialIntegrityForDeletesInterceptor.java#L127-L130
Disabling `enfore_referential_itegrity_on_write` does not disable integrity checks on deleted resources. For example, I would like to create a `Provenance` or `AuditEvent` to indicate that a resource has been deleted. But...
Cannot set practitioner compartment if search contains a specific patient. E.g., if performing a search on Appointment with query `patient = 42`, the `inCompartment`-rule on practitioner is ignored. In the...
I suggest replacing: https://github.com/nextcloud/docker/blob/de77074a55a7d181276de5cddf9fbdb5b9e56f3e/.examples/docker-compose/insecure/mariadb/apache/docker-compose.yml#L37-L41 with: ```yml volumes_from: - app ``` instead of using a direct volume mapping. (and for all example configs) I had to debug this issue for the...
**Describe the bug** The filename field (which is also used to rename the file) is displayed on top of the menu bar. This does not happen for `user_interface.mode = tabbed`...
Hi, I would like to ask for a tool to quickly identify which rules are blocking a request. I do block many Apple services and its hard to find which...
Upon opening QuickLook the extension tries to connect to `cdn.jsdelivr.net` and/or `octodex.github.com`. Meanwhile I figured that the first is caused by the "Math" extension and the latter comes from the...
### Description Hi, I have set a custom storage location and want to delete the default storage folder located at `~/Documents/FSNotes` (which, I just figured out, points to `~/Library/Containers/co.fluder.FSNotes/Data/Documents`, which...
There you go. I tried to keep the changes to a minimum. The new API requires to have an App target. Therefore, the "app" is the bare minimum "please open...