Kai Schlamp

Results 50 issues of Kai Schlamp

### What do you want and why? As [discussed on Discord](https://discord.com/channels/802917734999523368/1018452312311730287/1019238651403714702) evaluate if [Vitest ](https://vitest.dev/) instead of Jest is a better fit for a new Blitz app. Especially as the...

status/ready-to-work-on
kind/integration

### What is the problem? When enabling React strict mode a brand-new Blitz app renders 4 times on a page load (and 2 times without strict mode). Normally it should...

kind/bug
status/triage

# Bug report ## What's wrong When using the below snippet ... ```python from django.http import HttpResponse from django.urls import path def sync_view() -> HttpResponse: return HttpResponse(status=200) async def async_view():...

bug
stubs

When `batisteo.vscode-django` is enabled and a Django template is edited, the extension tries to read from the clipboard. This is impossible with a clould IDE like Gitpod and Firefox (tested...

I want to use react-codemirror in an editor that auto-resizes, but I still want to use a minimum height. Unfortunately, react-codemirror does set `height: '100% !important'` on the `.cm-scroller` element....

**Describe the bug** Setting `defaultValue` and thereby uncontrolled mode is currently broken. **To Reproduce** It is even broken in the provided example. Take a look at the `Another editor (uncontrolled...

According to [DICOM PS3.18 2023e - Web Services Section 8.5](https://dicom.nema.org/medical/dicom/current/output/chtml/part18/sect_8.5.html) the server can respond with a 206 status code when for example not all images could be retrieved during a...

Currently `dcmread` is used without the[ `force`](https://pydicom.github.io/pydicom/dev/reference/generated/pydicom.filereader.dcmread.html#pydicom-filereader-dcmread) option in [dicomweb-client](https://github.com/ImagingDataCommons/dicomweb-client/blob/e83fe98b7c0b3438222bd8a95592ab1d9e0e52d7/src/dicomweb_client/web.py#L1018). It would be nice to make this configurable to read also maybe not so valid DICOM files.

It would be nice to have a better to read highlighting color when some text is selected in a ruby file. The selection is nearly not visible on all of...

I am using django-test-migrations with pytest. My project depends on some initial data migration. After a migration test runs (using the `migrator` fixture) it seems my initial data is gone....