Mick Lawitzke

Results 226 comments of Mick Lawitzke

What do you mean by restore? Net just forwards the TCP connection to the child process and socket.io picks it up and has a direct tcp connection to the user...

Im pretty sure the code here just forwards the tcp connection and socket.io gets it as normal. What do you want to archive?

I also just randomly got the error: > `error: type "smallserial" does not exist` The exact same code was working before already. I commented all uses of `smallserial`, run migration...

Sounds very good! Would it be possible to enforce that ALL variables that are defined in the store also need to be exported by the store?

Hey @lisilinhart this sounds amazing! Unfortunately I am currently focusing on backend work but next week I will be back at Nuxt and try it out!

`contenful.js` should not use Axios and instead use fetch directly or another library to support Edge Workers like Vercel Edge Functions or Cloudflare Workers

It is not working for Nitro as well, issue: https://github.com/unjs/nitro/issues/2340

1.5 years later, still not working :( I tried to open Sketch (v99) with Rosetta but when I click import icons the plugin crashes. @AMoreaux is this project still maintained?

Does this also work with `bun add`? It is very annoying that I always need to go in the directory. pnpn has `pnp add --filter workspace`

@pi0 Is it intentional that `/routes` returns an html page and `/api` a json response? If yes, can this be unified so both act the same? And at the same...