Felix Hilgers

Results 8 issues of 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...

docs
ecosystem
storage/oci

#### 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...

new backend

I recently stumbled upon both divnix/std and divnix/digga and wondered how these two nix "frameworks" differ.

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...