Danny
Danny
this repo is a great resource, but imo e2e/string testing can be safely de-scoped. #2 if touching `e2e.md`, would seem prudent to trash the scenario runner bits as its been...
+1 for @fbengrid's workaround (i'm on a mac) Error snippet: ``` /path/to/node_modules/karma/lib/file-list.js:174 var mtime = mg.statCache[path].mtime ^ TypeError: Cannot read property 'mtime' of undefined ... ``` My Env: ``` $sw_vers...
The \[simplest/most-common?\] use-case for public ECR instead of Docker Hub (subject to [rate-limits](https://docs.docker.com/docker-hub/download-rate-limit/#:~:text=Docker%20Hub%20limits%20the%20number,pulls%20per%206%20hour%20period.)): > _...workloads running in AWS will get unlimited data bandwidth from any region when pulling publicly shared...
Sweeeeeeeeet! Thanks a ton @shootaroo!
What is the best workaround in the meantime? [Guessing]: put _another_ task before the oci-build-task to write a 2-line Dockerfile to outputs, and then add to inputs?
I think this would best solved at image build-time by adding following cmd to [Dockerfile(s)](https://github.com/nodejs/docker-node/blob/62c2e3cfb17ba8d9167b0daebbff9ea5ecaef6e4/20/bookworm/Dockerfile): ```bash chgrp 1000 /usr/local/bin && chmod g+w /usr/local/bin ``` I maintain a suite of private...
I agree with @meyfa's PR feedback. The private org-level images i mentioned are ephemeral runtimes to generate statics (fine for my use case) but anyone using `docker.io/_/node` imgs for runtime...
removing `~/.z` solves. +1 for an `option` in tho. ```diff OPTIONS -c restrict matches to subdirectories of the current directory + + -d destroy learned frecency + -e echo the...
`up [-E|--save-exact] [...]` _would_ be helpful. Just had similar experience rev'ing all workspaces to same version of prettier. Should be inclusive of `[-L|--latest]`. reported against `[email protected]`