Christian Butcher

Results 26 comments of Christian Butcher

I'm not quite sure how to fix the CI checks here - it seems to be complaining about indentation in a file that I guess was changed in `main` between...

#2041 is a much cleaner (although arguably more fake) set of commits to the same destination, and may be easier to review/merge if desired.

I think one of the tests fails because the test wasn't updated to pass the port value to the `listen` call. Separately, the very long repeated logs can be solved...

@Phoenixmatrix I'm unsure if you're willing to try unpublished versions, but if you wanted to try out my PR at https://github.com/mswjs/msw/pull/2041 I'd be grateful for any advance feedback (@kettanaito is...

In some testing I'm doing (using this branch) I see from the 'initial state' commit 08010c9 log lines like ``` [msw] RemoteRequestHandler GET https://jsonplaceholder.typicode.com/posts/1 2024-02-19T09:42:58.790Z [msw] regular request, continue... [msw]...

@marval2 - I agree, but just to check, did you try this branch on some code and did it work for you? (I'd be good to know that it works...

In the spirit of your X posts regarding opening PRs and your comment on Discord with a mid-April timeline, how's this looking? :)

Thanks for the update. Looking forward to feedback in the future :)

@petejodo - I'm not sure this is the best way, but you can clone this repo/branch, then run `pnpm build` followed by `npm link`, and in the project where you...

@SebastianSedzik thanks for the feedback! Good catch with the error response, if I get some feedback that this might be merged then I'll take a look at that, and probably...