David Stampher

Results 14 comments of David Stampher

@ZiadJ Thanks for the pro-tip, that will make this 50% less annoying for now. But 100% would be great.

> Hi, just wanted to let you know that I do have the Prisma extension added to VS Code. @Jolg42 Good to know about the steps you mentioned to also...

@janpio Let me know if there is any other info I can provide that would be of assistance. I assume you are not having this problem on your end, when...

I am new to TS. I am using typeorm, which requires this library. I cannot set tsconfig module type to esnext, it must be commonjs when I import "reflect-metadata". And...

+1 here as well. CreepJS also detecting puppeteer-extra plugin when using using `puppeteer.use(StealthPlugin());` ![image](https://user-images.githubusercontent.com/12793890/166064729-6ef1a5c7-44af-4f5b-afdb-eb8377d49632.png)

Also having this exact same issue when using CreepJS to test my browser fingerprint. Trying to run the demo. :) I am using Chrome Version 98.0.4758.102 (Official Build) (64-bit) as...

I am having a similar issue. I have followed the docs to create my first request handler list, and I am receiving the expected response to the endpoint with axios....

@weyert Thank you for the response. I have generated the file (after making some requests to example.com, with Chrome Dev Tools open and the Network tab active and recording). I...

I created a new node project, and changed the HAR file extension to json, in addition to enabling the "resolveJsonModule" tsconfig option. The error went away, and I am getting...

Just wanted to +1 this, because I have found this to be true for other chapters as well. I really wish I knew what was being referenced, because it would...