Alexander

Results 8 issues of Alexander

### Describe the feature The `RadioGroupItem` component is missing more event emits. It can be very useful when `RadioGroupRoot` and `RadioGroupItem` placed in different components. And component what contains `RadioGroupItem`...

v2

### Describe the feature `Combobox/ComboboxItem.vue` component contains logic based on `JSON.stringify` function ([example](https://github.com/radix-vue/radix-vue/blob/main/packages/radix-vue/src/Combobox/ComboboxItem.vue#L59)). This is very worst for performance (I have a performance problem on real project now). `JSON.stringify` is...

v2

### Environment "nuxt": "^3.8.2" "@nuxtjs/i18n": "^8.0.0-rc.6" "node": "20.7.0" ### Reproduction https://github.com/alexbidenko/i18n-problem Just `pnpm i`, `pnpm build` and `pnpm preview`. In network tab of dev tools you can see, that both...

upstream issue
v8
locale

### Reporting a bug? Forwared from https://github.com/nuxt-modules/i18n/issues/2588 `onlyLocales` feature is very usefull, but not working for Single File Component locales in different blocks. If I use `` blocks in component,...

Status: Review Needed

## Background When we use nuxt assets file import, in production mode nuxt appending file hash to files name. It is very useful because browser can understand when file has...

enhancement

## Problem By default, `nuxt/image` does not work with images imported from the `assets` directory, neither locally nor in production. However, image imports are crucial for building a quality website....

### 🔗 Linked issue ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking change that...

### Describe the feature Currently, `pinia-orm` does not provide a way to store values in model fields that should avoid deep reactivity. Most field definitions either assume primitive types or...

question