Matthias Wuttke

Results 6 comments of Matthias Wuttke

My workaround: binder.forField(nameField) .withValidator(v -> !nameField.isVisible() || nameField.getValue().trim().length() > 0, "....")

This gives the same exception: ``` let server = FHIRMinimalServer(baseURL: URL(string: "https://hapi.fhir.org/baseDstu3/")!) Observation.search(["patient": "3352608", "category": "laboratory"]) .perform(server) { bundle, error in // ... } ```

Thanks for the feedback. I've enabled the Thread Sanitizer for my Build scheme. This caused the exception to disappear. Should I use the Thread Sanitizer all the time? https://developer.apple.com/documentation/code_diagnostics/thread_sanitizer/enabling_the_thread_sanitizer

Makes sense :-) Can I help?

Same commandline works using Windows.

I was able to resolve by renaming pushy_console_en.properties to pushy_console.properties and recompile. Maybe you'd like to do this in the repo?