Felix Hilgers

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

type:issue
kotlin-issue

This is a very simple change and I am not deeply in the kotest codebase. I used this workaround for some projects internally and it seems to work. If these...

The libbpf folks did the following here: https://github.com/libbpf/libbpf/commit/9f6e3a7a59894af6ff9221083800556e68ffcd8a I do not have a arm64 machine currently to test whether accessing the first syscall using aya works, but I stumbled over...