Phil

Results 15 comments of Phil

@LinusBorg Is there any progress on this issue?

I still have this issue. The coolify container is using something between 60 and 80% of cpu. ![image](https://github.com/coollabsio/coolify/assets/17291660/3cc7b5b9-9dbf-4462-b326-274c3e0097da) ![image](https://github.com/coollabsio/coolify/assets/17291660/609d18fb-517e-4c14-907f-77e7516c9aee) After running `docker restart coolify` everything works fine again as you...

@ruslandoga I have not updated to `v1.5` yet. But it is on my bucket list and will give feedback on this after the update.

I have created a simple package based on busboy to handle very large files memory efficient with hono: https://github.com/ps73/hono-upload > [!WARNING] > Keep in mind that this is an early...

I am doing it by having a trpc mutation handler called `authenticate` and setting a parameter `ws` inside context when the response is an instance of `WebSocket`: ```javascript export const...

Hi @troch, that sounds good. [My provided solution here](https://github.com/trpc/trpc/issues/3955#issuecomment-1714498890) is mostly a similar solution. We are also using messages for authentication, since headers needs a reconnect every time the token...

**I think it is working for us because we are using the WebSocket for mutations and query as well.** For subscription only WebSocket my implementation cannot work. It comes from...

I think a babel plugin is needed to get v2 working correctly. https://github.com/preactjs/signals/tree/main/packages/react#babel-transform

It didn't work for me. For example `{field.error.value}` didn't rerender on validation error.

Yeah added babel plugin to vite config inside the react plugin and couldn't make it work fastly. But I had not that much time to debug it.