Alex Caston
Alex Caston
If I need to connect to different hosts, it's better to use a separated agent instance for each of this hosts, or use the same agent for all the connections?
### Steps to reproduce Initialize a new project using `npm init solid@next` Select the following options: Vitest, SSR enabled, Typescript enabled. Install deps: `npm install` Run the dev server: `npm...
Hi! I didn't see any documentation for the socket.unix module. How should it be used? I assume that by default it create a TCP Unix socket, but how can I...
When trying to use this module on a Nextjs application it fails with the following error: ``` error - ./node_modules/.pnpm/[email protected]_09fd6390c35d3a8fd7ec9f7f97366738/node_modules/tailwind-animatecss/plugin.js:2:0 Module not found: Can't resolve 'fs' Import trace for requested...
I've got recently a warning about unused_code when the code was in fact being used. This warning was reported both by my IDE and by the cargo run / build...