Barak Amar

Results 35 issues of Barak Amar

S3 should enable read after write - no need to wait for object to be deleted. This makes the call expensive and slow.

good first issue
area/block-adapter
performance
no stale

The current web UI login uses a provider to manage global state with server-side storage configuration. Client information is cached in local storage. The main issue with the current code...

area/UI
refactor
tech-debt

The existing Sphinx-generated documentation for the LakeFS Python package (`pydocs-lakefs.lakefs.io`) is considered outdated in terms of user experience (UX). We aim to transition to MkDocs, which offers better UX for...

docs
contributor
area/sdk/python

The `lakefs.Client` implementation currently uses keyword arguments (`kwargs`) without providing clear type hints for its methods and parameters. This lack of static typing makes it difficult for developers to understand...

contributor
python-wrapper

Out kv tests using CosmosDB fails on non Windows OS (using the emulator). Tests fails with the following error: ``` 2025/02/16 09:14:19 Waiting up to 5m0s for emulator to start...

area/testing