Frank Fiegel

Results 17 comments of Frank Fiegel

Note that in the above, setting `nodeArguments: ['--loader=tsx'],` does not work as a replacement for `NODE_OPTIONS`. You must start `ava` using `NODE_OPTIONS` just how @LangLangBart demonstrated.

What's the reason this was marked as "wontfix"? CC @mofeiZ

This issue appears to be a duplicate of https://github.com/facebook/relay/issues/91 (91! 🤯)

There appears to be undocumented behaviour with `handleNodeRequest`. ```ts const response = await yoga.handleNodeRequest(request, { foo: request, request, }); ``` both inputs come out as different objects: ```ts context: async...

What are the odds: I came to post the _exact request_ for the _exact same_ scenario and this is the first issue!

I have mixed feelings. I like that Playwright is faster, but I do like that Cypress runs tests in the browser itself, i.e. I can use any JavaScript library to...

You can, just means that you are now building tools specific to Playwright, as opposed to using browser APIs.