Ulrich-Matthias Schäfer
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...
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 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...
### 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: -...
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...
## 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....
## 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...
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...