`\r\nthe \"default\" configuration is applied as well (`bottom-0 end-0 `) this happens also if defining the position using the app.config.ts.. I'm assuming i'm doing it wrong.. please advice.. \r\n",[2970,2973],{"name":2971,"color":2972},"duplicate","cfd3d7",{"name":2974,"color":2975},"question","d876e3",2180,"Notification position","2024-09-11T14:08:24Z","https://github.com/nuxt/ui/issues/2180",0.6858967,{"description":2982,"labels":2983,"number":2990,"owner":2911,"repository":2991,"state":2950,"title":2992,"updated_at":2993,"url":2994,"score":2995},"Base image is this one\n\n```\nFROM --platform=linux/amd64 oven/bun:alpine as builder\n```\n\nI'm getting this during build time. Anyone run into this?\n\n```\n#13 6.697 ERROR Error while requiring module @nuxt/fonts: RangeError [ERR_ENCODING_NOT_SUPPORTED]: The \"windows-1252\" encoding is not supported\n#13 6.697 \n#13 6.702 \n#13 6.702 ERROR The \"windows-1252\" encoding is not supported\n```\n",[2984,2987],{"name":2985,"color":2986},"needs reproduction","C94E53",{"name":2988,"color":2989},"closed-by-bot","ededed",311,"fonts","Github actions on Docker resulting in windows-1252 encoding not supported","2024-10-13T02:04:20Z","https://github.com/nuxt/fonts/issues/311",0.6919395,{"description":2997,"labels":2998,"number":2990,"owner":2911,"repository":2937,"state":2950,"title":3002,"updated_at":3003,"url":3004,"score":2995},"I am having the same issue as https://github.com/nuxt/icon/issues/252.\n\nThis could be easily resolved if we were able to extend the `iconMatchRegex` variable. Then you just need to set `scan: true` and all the icons would be bundled with the client when `ssr: false`, without the hassle of having a custom iconify endpoint etc.\n\nAnd since the app gets wrapped via capacitor and is installed on the users device anyways, I do not want to make any calls to some server to fetch icons.\n\nI manually added my custom collection name (`cis`) in the installed module and built my app for capacitor (`ssr: false`) and it worked perfectly.\n\nImportant line from my package.lock\n```json\n{\n \"dependencies\": {\n ...\n },\n \"devDependencies\": {\n \"@iconify-json/cis\": \"file:./assets/icon-sets/cis\",\n \"@iconify-json/wi\": \"^1.2.0\",\n ....\n }\n}\n\n```",[2999],{"name":3000,"color":3001},"pr welcome","0BC059","Allow extension of iconMatchRegex to support custom packages","2024-12-11T07:28:14Z","https://github.com/nuxt/icon/issues/311",{"description":3006,"labels":3007,"number":3009,"owner":2911,"repository":2928,"state":2950,"title":3010,"updated_at":3011,"url":3012,"score":3013},"### Environment\n\n------------------------------\n- Operating System: Linux\n- Node Version: v18.20.3\n- Nuxt Version: 3.16.0\n- CLI Version: 3.22.5\n- Nitro Version: 2.11.5\n- Package Manager: npm@10.2.3\n- Builder: -\n- User Config: devtools, modules\n- Runtime Modules: @nuxt/ui@2.21.0\n- Build Modules: -\n------------------------------\n\n### Version\n\nv2.21.0\n\n### Reproduction\n\nhttps://stackblitz.com/github/nuxt/starter/tree/ui?file=package.json\n\n### Description\n\n`npm run build` on the latest nuxt v3.16 on UI v2.21.0 throws the following error:\n\n`[17:41:35] ERROR .nuxt/dist/server/node_modules/_nuxt/ui/dist/runtime/components/elements/Link.vue.mjs (2:18): \"diff\" is not exported by \"node_modules/ohash/dist/index.mjs\", imported by \".nuxt/dist/server/node_modules/_nuxt/ui/dist/runtime/components/elements/Link.vue.mjs\".`",[3008],{"name":2922,"color":2923},3486,"Generating a production build with nuxt `3.16` throws `ohash` error","2025-03-12T09:19:23Z","https://github.com/nuxt/ui/issues/3486",0.6967224,{"description":3015,"labels":3016,"number":3018,"owner":2911,"repository":2912,"state":2950,"title":3019,"updated_at":3020,"url":3021,"score":3022},"### Environment\n\n- Operating System: Windows_NT\r\n- Node Version: v18.19.0\r\n- Nuxt Version: 3.11.1\r\n- CLI Version: 3.11.1\r\n- Nitro Version: 2.9.4\r\n- Package Manager: npm@10.2.3\r\n- Builder: -\r\n- User Config: devtools, modules\r\n- Runtime Modules: @nuxt/test-utils/module\n\n### Reproduction\n\nhttps://github.com/chronicadventure/nuxt-bug\r\n\r\njust run `npm test` and the console will error out. *Note* you don't even need an actual test, just the import causes the entire file to fail.\n\n### Describe the bug\n\nImporting `import { mockNuxtImport } from '@nuxt/test-utils/runtime'` as stated in the docs causes the entire test file to fail.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\nDEV v1.4.0 C:/Users/AdrianCampos/BugRepo/repro\r\n\r\n ❯ tests/random.nuxt.test.js (0)\r\n\r\n⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Failed Suites 1 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯\r\n\r\n FAIL tests/random.nuxt.test.js [ tests/random.nuxt.test.js ]\r\nError: Failed to load url #imports (resolved id: #imports) in C:/Users/AdrianCampos/BugRepo/node_modules/@nuxt/test-utils/dist/runtime-utils/index.mjs. Does the file exist?\r\n ❯ loadAndTransform ../node_modules/vite/dist/node/chunks/dep-B-u6xNiR.js:53832:21\r\n\r\n⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯\r\n\r\n Test Files 1 failed (1)\r\n Tests no tests\r\n Start at 21:58:52\r\n Duration 2.22s (transform 69ms, setup 0ms, collect 0ms, tests 0ms, environment 0ms, prepare 846ms)\r\n\r\n\r\n FAIL Tests failed. Watching for file changes...\r\n press h to show help, press q to quit\n```\n",[3017],{"name":2947,"color":2948},800,"Failed to load url #imports after importing mockNuxtImport","2024-05-26T19:14:39Z","https://github.com/nuxt/test-utils/issues/800",0.69882286,["Reactive",3024],{},["Set"],["ShallowReactive",3027],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$ff-1B4f7DPDx5xxlKVKl4vk7xBqJY7Rq2Mn_9hFIK1i8":-1},"/nuxt/ui/3053"]