Radek Ježek

Results 5 issues of Radek Ježek

Hey, I added a way to install the wallpapers as the light and dark variants in gnome settings: ![image](https://user-images.githubusercontent.com/43778522/192141851-64a57731-ff36-40f2-b1a9-0152d72ee6a4.png) Usage: ```bash ./install_gnome_42_light_dark.py [-h] bundle_name path_to_wallpapers install_dir ``` For example ```bash...

The code below will call a full-dataset metric computation for each row - i.e. the work is duplicated num_row times. This is a big issue for huggingface metrics, such as...

`Artifact.from_dict` will try to convert any dictionary to artifact even when the dictionary is a mapping of columns from datasets. **There cannot be a column named `type`:** ```python import tempfile...

When otel collector is not running, framework is spamming the console with errors (python version): ``` The above exception was the direct cause of the following exception: Traceback (most recent...

bug
help wanted
python

If you log the `event` to console, it will contain the `creator` property which contains `llm` instance with `client` and its credentials. This is a problem if logs from the...

enhancement
typescript