Alexander Schütz
Alexander Schütz
Hello, I am trying to write a program that derrives a AES key from a password. The entire program has to be compatible with existing java software. I.e the java...
**Describe the bug** ca.uhn.fhir.jaxrs.server.util.JaxRsRequest.Builder#build contains several switch cases that are missing the case for r5 causing an exception to be thrown. I have manually worked around this by subclassing JaxRsRequest.Builder...
I have a jaxrs endpoint which has to accept a complicated multipart message using Jersey. This is the endpoint: ``` @POST @Consumes("multipart/mixed") @Produces("application/json") @Path("tool/{id}/pipelineparams") @Operation(summary = "Does something", requestBody =...
**Is your feature request related to a problem? Please describe.** For Wasm/Web, I want to integrate egui into an existing large single page web application written in javascript/typescript. egui should...
**Is your feature request related to a problem? Please describe.** I want to integrate egui into an existing large singlepage application written in javascript/typescript. The javascript/typescript app may change the...
**I'm submitting a ...** - [ ] bug report - [x] feature request **Describe the issue** Currently to connect to a postgres via unix socket an external dependency that uses...
This is the error: ``` [185/190] Linking target codec/console/dec/h264dec In file included from ../subprojects/googletest-release-1.8.0/googletest/include/gtest/internal/gtest-port.h:263, from ../subprojects/googletest-release-1.8.0/googletest/include/gtest/internal/gtest-internal.h:40, from ../subprojects/googletest-release-1.8.0/googletest/include/gtest/gtest.h:58, from ../test/api/encode_decode_api_test.cpp:1: In function 'void* memset(void*, int, size_t)', inlined from 'int SimulateNALLoss(const...
I have a problem with a crate that provides a optional ffi api that cbindgen should generate headers for. The entire ffi api is optional in that crate as the...
Hello, I am not sure if this is intentional due to the limitations of the underlying fetch api but there seems to be no way to get a reqwest::Body in...
Hello, I deploy this library in an environment where the java processes stdout and stderr is discarded and there is no way for the developer maintainer to see it. I...