Neale Ferguson

Results 55 comments of Neale Ferguson

> ~@nealef I'm going to try to get this reproducible locally. But if you can provide the github runner or a vm (which we can remote into..), this would help...

I'll give it a try in my morning (UTC+10). -------- Original message -------- From: Jonathan Cammisuli ***@***.***> Date: 9/8/24 00:36 (GMT+10:00) To: nrwl/nx ***@***.***> Cc: Neale Ferguson ***@***.***>, Mention ***@***.***>...

I can’t find a 22.6 yet. 22.5.1 is “current” according to the nodejs folks. https://nodejs.org/en/blog/release/v22.5.1 When it comes out I’ll give it a go.

Found 22.6.0 and used it to try and do: 1. Build grafana and telling it to use 19.5.6 2. Building nx Attached are the log files (`build.log` for (1) and...

I assume you just removed the separate install of nx and let it happen as part of the grafana build? There was one instance of 19.2.0 in `package.json` and multiple...

I gave 19.7.2 a run and the problem still exists. I have a log of the run. Note I filtered out hundreds of `nx::native::tasks::task_hasher:` debug messages just to reduce the...

> I was able to get this working with selective tweaks to the installed .vscode-server and a wrapper around uname. (main issue is the native executable for node and the...

Is there a tool to unpack/reformat that code (the .js file you referenced)? It's almost unreadable. We have a working dotnet command for s390x working and I rebuilt several of...

Found one and was able to bypass the validation problem but now it complains about a reconnection token.

@DanGritter It appears there's been a lot of changes. There's a node module called `vsda.node` ("VS Code debug handshake module") that does a lot of work that just comes as...