Felix Hilgers
Felix Hilgers
In the `common.h` header file, `MAX_POW_TWO` is defined like this: ``` #ifdef ARCH_64 #define MAX_POW_TWO (((size_t) 1) > 1; n |= n >> 2; n |= n >> 4; n...
**Describe the bug** When using the ocikms seal provider with `auth_type_api_key = true` I am getting the following error: Error parsing Seal configuration: error initializing OCI KMS client: failed creating...
#### What is the purpose of this change? This PR implements the backend for cryptomator. It should be noted that it is far from being completed as some parts are...
I recently stumbled upon both divnix/std and divnix/digga and wondered how these two nix "frameworks" differ.
Possibly fixes #232
When trying to use mobile-install on the example/basicapp I am getting the following stacktrace after launching the application: [stacktrace.txt](https://github.com/bazelbuild/rules_android/files/15366159/stacktrace.txt) I am using rules_jvm_external with an overridden rules_android to the version...
Is there a way to extract specific documents from a segment to its own segment? Is there a way to export segments from one Index to another? Is there a...
**Describe the bug** Registering two interfaces with the same name, but from different namespaces (e.g. `TestClass1.SameName` and `TestClass2.SameName`) always returns the last of the registered implementations. This only happens in...