Güven Değirmenci

Results 16 issues of Güven Değirmenci

### Describe the feature As shown in the image below, the display is overwhelming or it is displaying the icons wrong, I would be more than happy to remove them...

awaiting-response

I have the following code: ```python from label_studio_sdk import ExportCreate, ExportConvert from label_studio_sdk.client import LabelStudio LABEL_STUDIO_URL = '...' API_KEY = '...' PROJECT_ID = 1 ls = LabelStudio(base_url=LABEL_STUDIO_URL, api_key=API_KEY) export_task =...

My code is as follows: ```py from label_studio_sdk import ExportCreate from label_studio_sdk.client import LabelStudio LABEL_STUDIO_URL = '...' API_KEY = '....' PROJECT_ID = 1 ls = LabelStudio(base_url=LABEL_STUDIO_URL, api_key=API_KEY) ls.projects.exports.list_formats(id=PROJECT_ID) ``` The...

### 🐛 Describe the Bug I am trying to log in a user from azure ad but it is giving me this error: ![image](https://github.com/user-attachments/assets/2a990808-58ea-487a-afcf-e7e2aaa0eb45) ```log ztnet | prisma:error ztnet |...

bug

I ran the command like this: ```bash bun x humanifyjs local responsez.js ggml_vulkan: Found 1 Vulkan devices: Vulkan0: NVIDIA GeForce GTX 1070 (NVIDIA) | uma: 0 | fp16: 0 |...

### Describe what's incorrect/missing in the documentation When you browse the main page of react router website this example shows up: ![image](https://github.com/user-attachments/assets/fdba3bd6-ab23-4791-8556-bc86bda7a1a4) But there is no mention or whatsoever that...

docs