Kai Schlamp

Results 28 issues of Kai Schlamp

When importing stuff from `celery.contrib` (e.g. `abortable.AbortableTask`) pyright tells me it could not be resolved. It seems to be missing in the stubs.

bug

When a Quill editor is focused and a (non editor) button on the same page is clicked then the `onBlur` event is not fired. Here is an example: https://codepen.io/medihack/pen/KBPEoX Steps...

It would be really nice to have a text area with auto-sizing out of the box (ideally with minRows and maxRows props). Examples from other UI libraries: https://material-ui.com/components/textarea-autosize/ https://ant.design/components/input/#components-input-demo-autosize-textarea

enhancement
help wanted

## Describe the bug When entering a YAML tag without value (e.g. `foo: !!str`) into an editor that is using `yaml-language-server`, the worker throws the error `Cannot create property 'parent'...

### Discussed in https://github.com/bigskysoftware/htmx/discussions/970 When adding `hx-ext="ws"` (as recommended in the [documentation](https://htmx.org/extensions/web-sockets/)) to a surrounding `div` of a form, then buttons in the form won't be tracked, and the value...

**Describe the bug** The controlled mode is not controlled (at least in v0.45.0). If you set the value prop to a fixed value it is not respected when you type...

With the below schema and an empty Monaco editor, I initially get the correct error message `Missing property "title"`. If I then type in a title the error message correctly...

bug
help wanted
language server

My app uses [Mantine](https://v5.mantine.dev/) component library, which uses Emotion under the hood. But it seems React Hook Form DevTools also uses Emotion, but a different version. When I add DevTools...

enhancement

### What is the problem? In v2.0.0-alpha.70 `invalideQuery` does not work anymore without providing the optional `params`. So `invalidateQuery(getUsers)` does not work, but `invalidateQuery(getUsers, {})` does work. ### Paste all...

kind/bug
status/assigned

### What do you want and why? Maybe we should get rid of `blitz db seed` and setup Prisma in a new Blitz app correctly that `blitz prisma db seed`...

status/ready-to-work-on