Roman
Roman
@johannes-lindgren What was the use case for exports?
Just tried `aws/codebuild/standard:6.0` and `aws/codebuild/amazonlinux2-x86_64-standard:5.0` and it's the same behaviour across all images.
``` root@b247bddeaf6a:/tmp# npm -v --verbose npm verb cli /usr/local/bin/node /usr/local/bin/npm npm info using [email protected] npm info using [email protected] npm verb title npm npm verb argv "--version" "--loglevel" "verbose" npm verb...
Also, a weird scenario, simply running apt installs, will somehow magically speed up npm run. Is it a filesystem warm up? Is it some background job that does some optimization?...
> I'd recommend deleting the types but skipping the deprecation. Could you explain why this is the recommended approach? I am not questioning your suggestion, just trying to learn, as...
> However, loads of packages use `*` deps But isn't it _their_ problem? 😁 > but that won't help anyone that actually upgrades to `tough-cookie` v5 That's the problem I...
Love the idea, was actually thinking this exact same thing yesterday 😁 Note to whoever would be working on this, is to watch out for deprecated type packages. Sometimes types...
This happens with `Buffer` too, which is a built in.
Thank you 🙏
Hi @BohdanPetryshyn, thank you for the quick response. Almost perfect 😀 Ideally, it should have a "read only" mode and not even mutate the tags. That way a very tight...