\n\nThis is the code that crashes the runner\n\n\u003Cimg width=\"743\" height=\"433\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/1cc2321d-05e5-4e0a-9e2f-f0846ea8042a\" />\n\n\n### Desired behavior\n\n_No response_\n\n### Reproduction\n\n_No response_\n\n### Steps to reproduce\n\nInstall latest version of vitepress-openapi\nTry to build it with Gitlab Runner\n\n### Logs and Error Messages\n\n_No response_\n\n### Other Information\n\n_No response_",[3205],{"name":3206,"color":3207},"bug","d73a4a",303,"Newest release breaks Gitlab runner","2025-09-15T09:29:46Z","https://github.com/enzonotario/vitepress-openapi/issues/303",0.80193806,{"description":3214,"labels":3215,"number":1408,"owner":3172,"repository":3219,"state":3197,"title":3220,"updated_at":3221,"url":3222,"score":3223},"# Agregar Aplicación a la lista de aplicaciones que consumen ArgentinaDatos.com\r\n\r\n## Información de la Aplicación\r\n\r\n- **Nombre de la Aplicación:**\r\n MERC's Harvey Bot\r\n\r\n- **URL de la Aplicación:**\r\n https://t.me/mercsharvey_bot\r\n\r\n- **Descripción de la Aplicación:**\r\n Bot de Telegram para consultar datos del mercado de valores en Argentina.\r\n",[3216],{"name":3217,"color":3218},"documentation","0075ca","esjs-argentina-datos-api","Listar Aplicación","2024-03-15T02:07:47Z","https://github.com/enzonotario/esjs-argentina-datos-api/issues/4",0.8041228,{"description":3225,"labels":3226,"number":1234,"owner":3172,"repository":3227,"state":3197,"title":3228,"updated_at":3229,"url":3230,"score":3231},"Hi @enzonotario \r\n\r\nFirst of all, thank you for this repo! It is very helpful.\r\nI followed exactly the steps you wrote, but i get a strange error, and i ran out of ideas what could be wrong. I receive an error message from Pusher in the console saying: json returned from auth endpoint was invalid, yet status code was 200.\r\nIn the DevTools i see that it hits the authEndpoint with status code 200, but as a response i get back the content of my app.blade.php. It is really strange. Do you have any idea what could cause this?\r\n\r\nIt's not just my app. I downloaded and installed this repo of yours, and i get the same error.",[],"lighthouse-laravel-websockets","json returned from auth endpoint was invalid, yet status code was 200.","2020-04-16T18:51:33Z","https://github.com/enzonotario/lighthouse-laravel-websockets/issues/6",0.8228044,{"description":3233,"labels":3234,"number":3236,"owner":3172,"repository":3173,"state":3197,"title":3237,"updated_at":3238,"url":3239,"score":3240},"### What would you like?\n\nProvide and display multiple query param examples for endpoints\n\n### Why is this needed?\n\nOAPIspec allows it, but only the first is displayed by this component\n\n### How could it be implemented?\n\nRather than display one line with one value\r\n\r\nMultiple lines could be displayed.\n\n### Other information\n\n_No response_",[3235],{"name":3191,"color":3192},130,"Allow multiple query param examples","2024-12-12T14:37:35Z","https://github.com/enzonotario/vitepress-openapi/issues/130",0.8257559,{"description":3242,"labels":3243,"number":3245,"owner":3172,"repository":3173,"state":3197,"title":3246,"updated_at":3247,"url":3248,"score":3249},"The generated example code looks like this...\n\n```\ncurl 'https://api.foo/v2/devices/%7Bid%7D/tags' \\\n --header 'Authorization: xxx'\n```\n\nHowever really in the UI it would be nicer to look like\n\n```\ncurl 'https://api.foo/v2/devices/{id}/tags' \\\n --header 'Authorization: xxx'\n```",[3244],{"name":3191,"color":3192},223,"Ugly display of { and } in example code","2025-05-18T01:28:54Z","https://github.com/enzonotario/vitepress-openapi/issues/223",0.8286395,{"description":3251,"labels":3252,"number":3253,"owner":3172,"repository":3173,"state":3197,"title":3254,"updated_at":3255,"url":3256,"score":3257},"### Current behavior\n\nHello,guys\n\nWhen i use that example about the Pages By operation\n\n```md\n---\naside: false\noutline: false\ntitle: vitepress-openapi\n---\n\n\u003Cscript setup lang=\"ts\">\nimport { useRoute } from 'vitepress'\n\nconst route = useRoute()\n\nconst operationId = route.data.params.operationId\n\u003C/script>\n\n\u003COAOperation :operationId=\"operationId\" />\n\n```\n\n```js\nimport { usePaths } from 'vitepress-openapi'\nimport spec from '../../public/test.json' with {type: 'json'}\n\nexport default {\n paths() {\n return usePaths({ spec })\n .getPathsByVerbs()\n .map(({ operationId, summary }) => {\n return {\n params: {\n operationId,\n pageTitle: `${summary} - vitepress-openapi`,\n },\n }\n })\n },\n}\n```\n\nThe terminal show this error,but i dont understand what it mean\n\n\n\nThe terminal guide me the links https://cn.vite.dev/guide/troubleshooting which is show The CJS build of Vite's Node API is deprecated and will be removed in Vite 6. \n\nHope u give the answer thank u so much\n\n\n### Desired behavior\n\n_No response_\n\n### Reproduction\n\n_No response_\n\n### Steps to reproduce\n\n\n\n### Logs and Error Messages\n\n\n\n### Other Information\n\n_No response_",[],212,"Pages by Operation Example dose not work","2025-04-30T22:18:57Z","https://github.com/enzonotario/vitepress-openapi/issues/212",0.8293326,{"description":3259,"labels":3260,"number":3262,"owner":3172,"repository":3173,"state":3197,"title":3263,"updated_at":3264,"url":3265,"score":3266},"### What would you like?\n\nI'd love it if there was an easy to use component that allowed displaying a link that looked like the nice fancy sidebars\n\nThis should be documented\n\n\n\nI'd like to be able to use this anywhere in text\n\n### Why is this needed?\n\n_No response_\n\n### How could it be implemented?\n\n_No response_\n\n### Other information\n\n_No response_",[3261],{"name":3191,"color":3192},222,"Reusable component for linking to specs / api pages","2025-06-30T01:23:53Z","https://github.com/enzonotario/vitepress-openapi/issues/222",0.83587843,["Reactive",3268],{},["Set"],["ShallowReactive",3271],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fBKXtfb5rR8Mt1hpMnzCwiSkMKTtM_JQDvnxXzwNLLP4":-1},"/enzonotario/lighthouse-laravel-websockets/4"]