Ulrich-Matthias Schäfer

Results 73 issues of Ulrich-Matthias Schäfer

fix #8281 This PR adds dynamic modifiers for directives ```vue const myModifiers = { mod1: true, mod2: false } ``` It also adds error states for empty modifiers (`v-foo.="5"`) and...

:sparkles: feature request
version: minor
ready for review

Replaced `chalk` with `picocolors` as discussed in #1340. I ended up using picocolors to support the NO_COLOR env (https://no-color.org/) **Checklist**: - [ ] Documentation added to the [docs site](https://github.com/testing-library/testing-library-docs) N/A...

### Describe the feature you'd like: I want to propose to replace the `chalk` dependency with the smaller and faster `picocolors` package. As part of the [e18e](https://e18e.dev/) initiative (ecosystem cleanup),...

### Bug Description When syncing to other clients, I get a MaterializerHashMismatchError when I do certain operations on the other client. I was able to reproduce this reliably with the...

bug

### Bug Description When comiting an event to the store and passing in an instance of a special class + the schema definition is `Schema.any`, livestore will choke and trying...

schema
error-handling

### Environment ------------------------------ - Operating System: Linux - Node Version: v20.19.1 - Nuxt Version: 4.2.1 - CLI Version: 3.30.0 - Nitro Version: 2.12.9 - Package Manager: [email protected] - Builder: -...

documentation

Explain the pros and cons of awaiting useFetch ### 🔗 Linked issue Well, just a discussion: https://github.com/nuxt/nuxt/discussions/33736#discussioncomment-15046385 ### 📚 Description useFetch does not need to be awaited. It sometimes might...

documentation
4.x

## GORM Playground Link https://github.com/go-gorm/playground/pull/834 ## Description I spend multiple hours trying to figure out why a simple `Save()` wasnt working after I set some relation Ids to new values....

type:with reproduction steps

## GORM Playground Link https://github.com/go-gorm/playground/pull/824 ## Description This is a duplicate of #7543 which the github bot keeps marking as stale. The title says it all. So something like this...

type:with reproduction steps

Right now, the only way to achieve whitespace presevation is by using xml:space. According to mdn this is [outdated](https://developer.mozilla.org/de/docs/Web/SVG/Reference/Attribute/xml:space). Nowadays there is the `whitespace` css properly. So `whitespace: pre` should...

enhancement
help wanted