AbdulHamid Merii

Results 10 issues of AbdulHamid Merii

I recently updated to the newest version of ClearML Server `1.6.0` to try out the new Datasets panel feature. **Expected Behaviour:** Subfolders work as expected when creating them inside of...

Feature Request

Added a requirements.txt file with the required modules for ease of installation.

### Description When executing tasks using the clearml-agent within a Docker container, we encounter a failure during operations that attempt to write to the `.gitconfig` file. Specifically, the command `git...

Fix syntax error/typo in `overview.md`.

## Prob Description This PR addresses the issue with type checking tools (like `mypy`/`pyright`/`basedpyright`) reporting `Stub file not found` errors. The [type coverage analysis using mypy](https://github.com/user-attachments/files/20164431/mypy-report.txt) shows that ClearML's code...

## Proposal Summary Add support for ClearML browser login functionality to work with [marimo](https://marimo.io) notebooks. Currently, the browser login only works with Jupyter notebooks (detected via the `JPY_PARENT_PID` environment variable)....

## Summary This PR initiates the migration of clearml's build system from using `setup.py`/`setup.cfg` to using `pyproject.toml`, aligning with [PEP 621](https://peps.python.org/pep-0621/). This modernizes the package build configuration while maintaining backward...

## Proposal Summary Move build and metadata configuration from `setup.py` / `setup.cfg` to a [PEP 621](https://peps.python.org/pep-0621/) style `pyproject.toml`. This will modernize packaging, simplify potential CI setup, and unlock new workflows...

Hi ClearML team, I'd like to propose considering [`narwhals`](https://narwhals-dev.github.io/narwhals/)as a unified DataFrame interface for extending cross-library support (e.g., `pandas`, `polars`, `cudf`) within ClearML. This idea builds on the work initiated...