Matthew Rayermann

Results 180 comments of Matthew Rayermann

@cclauss how about this? https://github.com/MRayermannMSFT/node-gyp/actions/runs/3475120714/jobs/5809002444 - 16.x,3.6, windows-latest Things to note: - The `npm install` failure in the "Install Dependencies" step - The `npm install` error of `npm ERR! gyp:...

I decided to go down the route of seeing if this was a bug in `tar`, as suggested [here](https://github.com/nodejs/node-gyp/issues/2751#issue-1415153133). To see if this was the case I created a script...

Spent some time trying to dig into silly logs to verify my thinking but I think that npm logging is making that difficult. I can see what looks like multiple...

@xirzec what's the best way for me to get my hands on the changes so I can provide you feedback? I'm not seeing any differences with the packages I'm using,...

Hey @xirzec , for the getting of initial feedback, regenerating `@azure/arm-resources` would be a good place to start. I've got some existing tests around our usage of it that make...

@xirzec @qiaozha @kazrael2119 First, let me show you the code I ended up with for context: ![image](https://user-images.githubusercontent.com/21112697/201188379-b271e23e-a8eb-49ca-8277-7dee0dcbcbae.png) And here's my feedback: - My existing code (with a bunch of hacky...

> I rewrote your above example slightly in a way that I think shows what is going on a bit better. > One of our struggles with pagination is that...

> To your other point (about top) - it sounds like we need to resolve https://github.com/Azure/autorest.typescript/issues/1347 to fully solve your needs. I took a glance at it, and I think...