Gregory Guidero
Gregory Guidero
Could also use a line hinter for what line the issue was detected on.
I have a use case: - I prefer to develop in 64 bit for most of my applications - Although I need to make a nodejs c++ addon that features...
Esbuild does a check for whether the host is "localhost" or not and if it is not it then checks against a list of allowed hosts to see if it...
# Reproduction Instructions ## Files __hosts__ ```hosts 127.0.0.1 test.dev ``` __dockerfile__ ```Dockerfile FROM node:22.17.0-bullseye-slim # Install system deps RUN apt-get update && \ apt-get install -y --no-install-recommends && \ apt-get...