Weyert de Boer

Results 330 comments of Weyert de Boer

The end to end tests are funning for me locally. Not sure what's up with the CI ``` Spec Tests Passing Failing Pending Skipped ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ ✔ api.cy.ts 00:04 10...

Hmm, bummer, wondering if it's incorrect management of the `isStale`-variable?

Don't want to sound rude but I would prefer Stoplight's resources would be spend on my other PR https://github.com/stoplightio/elements/pull/2545 which would allow me to stop using my fork of Elements....

I have been extracting it from the cookie for my next.js api routes. I have been thinking of somehow generating the distinct id on the server-side and pass it to...

In my unit tests, I ended up, intercepting the endpoint call using `msw` and storing all the outgoing events in a global variable, so I could assert against it in...

You need fork the repo and then push the branch to your repo and then after you pushed it should be able to make a PR. See also: https://makeapullrequest.com

In a different project I have been working on a PNPM lock file parsing, you can find it here: https://gitlab.com/weyert-tapico/gemnasium/-/commit/4fa4879e1fd5f3f8c26e7e3bfd64e5ecb9bf69dc Feel free to use it

Totally agree with this, probably worth doing a spec update for this?

Yeah, it works best with Node v16 and Yarn 1.22.x