Rich Trott

Results 435 comments of Rich Trott

Here's someone at StackOverflow having the same issue: https://stackoverflow.com/q/67222751/436641 Interesting commonality would seem to be the Raspberry Pi.

I just had a very similar issue on Alpine and I'm wondering if the problem is that `nvm` has installed an incompatible binary. I'm not sure which Pi devices/ARM chips...

> The checks `nvm` uses are mainly [`nvm_get_arch`](https://github.com/nvm-sh/nvm/blob/master/nvm.sh#L1786-L1824) and [`nvm_get_os`](https://github.com/nvm-sh/nvm/blob/master/nvm.sh#L1770-L1784). > > https://github.com/nvm-sh/nvm/blob/fc87226b2314f93ea8c38b62b0d2ef26c3055fd7/nvm.sh#L1816 > > may be relevant, as may be > https://github.com/nvm-sh/nvm/blob/fc87226b2314f93ea8c38b62b0d2ef26c3055fd7/nvm.sh#L2054 > > . According to @richardlau in...

> that's `arm6l`, the line of code is `armv6l` - i'm not familiar with the difference tho. I could be wrong, but I doubt they are different. ARM is the...

Over in the StackOVerflow issue mentioned above, the person having this problem says they are using Pi 4. That would be an armv8 device. As far as I know, the...

> @kshetline @OCDpunk can you run `uname -a` and share the output? @ljharb @rvagg Here's the result of `uname -a` from [the StackOverflow question](https://stackoverflow.com/q/67222751/436641) that seems similar or identical to...

@joyeecheung @targos Any chance one of you could give this a quick look?

Are the without-intl and without-ssl failures for wpt-console related?

Still lots of IBM i CI failures. Here's today's daily run: https://ci.nodejs.org/job/node-test-commit-ibmi/849/nodes=ibmi73-ppc64/#showFailuresLink It seems to be the difference between a red daily run and a yellow daily run. Should we...

@panva Is the issue with the timeout set in `tools/test.py` or is this some other timeout? https://github.com/nodejs/node/blob/3aec7da5c6fcbedffdb034a9b7f6b60958b88d93/tools/test.py#L945-L949 If that's the timeout you are referring to, you can perhaps do something...