Nico Duldhardt

Results 12 issues of Nico Duldhardt

Enables SQL Alchemy to cache the custom type. See https://docs.sqlalchemy.org/en/14/core/custom_types.html for more information.

**Problem:** The current docs suggest to extend the user schema by creating a new table in schema public with Hasura and link via a FK to the auth.user schema ([See...

You provide the fastapi docker image which installs fastapi via pip but fastapi ist still part of your poetry dependencies. This leads to an image that is 50MB larger and...

investigate

Scaling up refers to increasing the hardware resources for a single system. This is obviously possible for any app design. I think it should say scale out i.e. scaling to...

cla:signed

I copied the actual template from the code and pasted it into the docs. A general comment: Setting up supabase auth standalone was an improvable experience. A lot of small...

**Describe the bug** If server side diff is enabled, Argo sometimes does not detect diffs when fields are added to a resource or removed from a resource. **To Reproduce** *Note:...

bug
server-side-diff

### What broke? What's expected? ## Problem 1: Helm doesn't short circuit `and` conditions Creating a helm chart with `kubebuilder edit --plugins=helm/v1-alpha` creates a ServiceAccount template: ```yaml {{- if .Values.rbac.enable...

kind/bug

## Summary Adresses: https://github.com/gaul/s3proxy/issues/750 Adds a new `aws-s3-sdk` storage backend using AWS SDK v2, replacing the jclouds-based `aws-s3` provider for S3-compatible backends. ## Changes - New `AwsS3SdkBlobStore` implementing full BlobStore...

## Problem When using S3Proxy with the `azureblob-sdk` backend, `ListObjectsV2` requests using the `start-after` parameter fail with: ``` BlobStorageException: Status code 400 marker kafka/topics/.../file.avro Invalid ListBlobs marker. ``` ## Root...

There is the following error popping up for every tool that uses s3proxy via the aws-sdk-java-v2 to access an azure backend: "Input is expected to be encoded in multiple of...