`\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",[2935,2938],{"name":2936,"color":2937},"duplicate","cfd3d7",{"name":2939,"color":2940},"question","d876e3",2180,"Notification position","2024-09-11T14:08:24Z","https://github.com/nuxt/ui/issues/2180",0.6858967,{"description":2947,"labels":2948,"number":2955,"owner":2874,"repository":2956,"state":2917,"title":2957,"updated_at":2958,"url":2959,"score":2960},"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",[2949,2952],{"name":2950,"color":2951},"needs reproduction","C94E53",{"name":2953,"color":2954},"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":2962,"labels":2963,"number":2955,"owner":2874,"repository":2967,"state":2917,"title":2968,"updated_at":2969,"url":2970,"score":2960},"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```",[2964],{"name":2965,"color":2966},"pr welcome","0BC059","icon","Allow extension of iconMatchRegex to support custom packages","2024-12-11T07:28:14Z","https://github.com/nuxt/icon/issues/311",{"description":2972,"labels":2973,"number":2975,"owner":2874,"repository":2894,"state":2917,"title":2976,"updated_at":2977,"url":2978,"score":2979},"### 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\".`",[2974],{"name":2885,"color":2886},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":2981,"labels":2982,"number":2984,"owner":2874,"repository":2875,"state":2917,"title":2985,"updated_at":2986,"url":2987,"score":2988},"### 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",[2983],{"name":2914,"color":2915},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",2990],{},["Set"],["ShallowReactive",2993],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$ff-1B4f7DPDx5xxlKVKl4vk7xBqJY7Rq2Mn_9hFIK1i8":-1},"/nuxt/ui/3053"]