Bradley Farias
Bradley Farias
CITGM smoker running https://ci.nodejs.org/job/citgm-smoker/2863/
Have a newborn, won't be doing PR work for a few weeks On Wed, Apr 6, 2022, 9:43 AM Antoine du Hamel ***@***.***> wrote: > The last CITGM run reports...
This is an ENOMEM, so presumably a memory leak is happening, do you have stats around when this occurs of memory usage?
It isn't called a manifest anywhere in Node.js core to my knowledge. We generally call it a config.
looks like we have some naming ideas floating around, perhaps we should try and identify the components and what they bring: * `package`, the flag relates to a package (the...
> So, to be clear, the intention is that this flag accepts "package.json contents", and only works when no other package.json contents would be available? Yup, that is what the...
@ljharb > --package-json I think this would be the first flag that declares its format in its name, not directly opposed since it likely will never ever change but it...
How do people feel about allowing this to be a URL (not talking HTTP support) so that `data:` works? This would be the first path parameter that takes a URL...
@ljharb the discussion around the need for this feature is for testing purposes, it has static configuration of those `package.json` contents so I presumed the ability to pass files would...
@aduh95 I rather like that vs having 2 flags that take 2 different types which is why I think it could be useful to use here. Did you have an...