Jacob Hummer
Jacob Hummer
Is there anything else I need to do? Anyone I need to ping?
> Hi! Do we think this feature would deprecate `util.styleText`? imo no. At least, I would not like to do that in this PR. util.styleText is useful when you want...
@jasnell (since you helpfully commented earlier a few months ago) I believe I have: - addressed the CI failures from adding a new `inspect_colors.js` file in `test-bootstrap-modules.js` - added docs...
Here's where this came up and my temp solution for it: https://github.com/bindrs/rfd.js/blob/060fac3e750d49020bd5dc7cc94c1c9dff52adad/src/file_handle.rs#L139-L154 ```rs #[napi] pub async unsafe fn read(&self) -> Result { // TODO: https://stackoverflow.com/a/54432441 // https://stackoverflow.com/a/35559417 let hook =...
To solve the original problem/issue would it be in-scope to support globs? Like `https://nightly.link/mamedev/mame/workflows/ci-windows/master/mametiny-windows-clang-*` as the URL or something?
Definitely all LTS versions.  .isTTY is since v0.5.8 Cannot find exact date when process.stdout was instance of tty.WriteStream when it is a tty, but I assume very early on.
Related to #338 ?
I don't necessarily want a publish-ready package.json; all I'm looking for is something that tells Node.js that the .js files in the `--out-dir` folder are ESM JavaScript files instead of...
> Node.js should be defaulting to type detection in the April release 🤩 amazing! that's still 3 months away tho lol. and idk what the nodejs backporting situation is but...
I kinda agree with this. With the prevalence of package-lock.json and the https://snyk.io/blog/why-npm-lockfiles-can-be-a-security-blindspot-for-injecting-malicious-modules/ I think that this would be a good thing to put into a `Global` folder sorta like...