Roberto Cestari

Results 11 comments of Roberto Cestari

Same here. It seems that ssh-disable-host-key-checking is making no difference!

My solution: 1. make sure that you copy the whole line at your known_hosts file (`~/.ssh/known_hosts`). 2. make sure your ssh key is a PEM key and not an OPENSSH...

Notei também que o formato do XML não está compatível e o simple xml load string não funciona como deveria por conta dos caracteres especiais. Consegue saber se é quando...

Estou com esse mesmo erro... On Qui, 31 de ago de 2017 22:49 Murilo Boareto Delefrate < [email protected]> wrote: > Olha o erro que acabou de aparecer: > > [2017-08-31...

I ran the code now with `edgeVM`, and works as expected. The only place where is not working is in production code, deployed at vercel edge. if you want to...

Hello @Kikobeats, When i have a _catch all_ route, NextJS injects the segments into `req.url` as query params when using _edge runtime_, so we can access it on API routes....

Hello @Kikobeats any chance reopening this? When we run this in node: `new URL('https://og.codante.io/api/test?name=first-segment&name=second-segment').searchParams.getAll('name')` we get the expected output. But when we run the same code in edge-runtime (production nextjs...

Guys, can we merge this? This is preventing me migrating my Remix app to Vite as this plugin won't work because of ESM compatibility. thanks!