Costantin
Costantin
When there are too many steps they go on multi lines which is nice, however, they don't respect any padding/margin rules I have. For example, on the screenshot below they...
Most social networks and ad providers add query parameters to links, things like (`fclid, gclid, etc`). On analytics.js there was a way to ignore query parameters, this has been removed...
Hello, I have a use case where the user has several dashboards, like: `example.com/dashboard/_random_dashboard_id` I would like them to be able to install each dashboard separately as a pwa. Is...
Hey there, I own and I'm about to launch my startup called Zero.sh. Why this project uses this domain if you don't own it? Isn't it confusing for both my...
My site is fully SSL secured. Yet when I try to exchange the code I get this: `(insecure_transport) OAuth 2 MUST utilize https.`. Chrome shows me the following message: `The...
Sorry for posting this here, I tried via Twitter but my message is probably sitting in spam. I just wanted to know if you would be cool if I call...
Currently options are fixed. However I need a way to change the body. My code looks like this (with vue.js but I think the idea is the same with react...
I use vercel and when I deploy my site it works perfectly. However while in localhost, images often don't load and the console shows an error 500: ``` [500] [IPX_ERROR]...
### Describe the feature I'm doing something like this: ```js export default defineEventHandler(async (event) => { const body = await readBody(event) const resp = await ai_stream( body ) return sendStream(event,...
### Environment nuxt@latest ### Reproduction https://stackblitz.com/edit/github-fxp3q3?file=middleware%2Fexample.js ### Describe the bug const params = getRouterParams(event) is always empty in nitro middlewares ### Additional context _No response_ ### Logs _No response_