richardbann
richardbann
@samwaterbury, feel free to fork it, let me know if I can help in any way.
@samwaterbury, atom-beautify (https://atom.io/packages/atom-beautify) works for us. What do you think?
Having the same issue here. Will try to put together a minimal example. At the moment it seems like the issue is with web-fetch as simple node:http.request works fine.
Manually setting the `http.request` option `agent` to `false` (in web-fetch) resolves this issue. So it has to do someting with the socket pool... (https://github.com/remix-run/web-std-io/blob/f715b354c8c5b8edc550c5442dec5712705e25e7/packages/fetch/src/request.js#L326)
Ok, this is probably a node 19 thing (https://github.com/nodejs/node/pull/43522). @IgnisDa , @zifahm , can you confirm you are using >= node 19? The default http agent now uses KeepAlive by...
Hi, I was lookin into this, it seems to be too many variables in the equation (at least for me). I think the Remix team could give you explanation on...
Hi, see my comment under #6074. I think the root cause is the same.
This seems to be the same as #6181. The virtualizer wants to render an item (based on the layout, which is computed from the actual collection), but the internal collection...