Christian Butcher

Results 26 comments of Christian Butcher

As a related comment, being able to directly click outside to close and reset changes is quite useful... it's only the dragging and accidentally closing that's a pain...

@vietanhtran16 I'm curious about this, which version of msw did you use for the 'not working' version? (I see 0.41.1 for working). Do you also know if you're using different...

[v0.47.0](https://github.com/mswjs/msw/releases/tag/v0.47.0) was probably the latest as of 5th September when you reported this - it was released the previous day - did you just update?

Sorry, I wasn't saying I _did_ have multiple processes - only wondering if the `serverSetup(...handlers)` calls I'm seeing are not related to the msw server that's actually handling requests. I...

@vietanhtran16 Not in a useful way - if you do that then you can see the functions being executed again by the hot-reload (e.g. if you put some `console.log('Loading handlers')`...

What are the maximum path lengths on different platforms? Is this only a Windows problem? I found this link [What is LabVIEW File Path Control/Constant Length Limit?](https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000015AHaSAM) which gives values...

@valendres - although it's not really a "real-world" case yet, this library (at v3.0.1) worked well for me with Playwright and handlers created using MSW's `http.get` function to test a...

So I think this is a fairly niche issue, and perhaps unlikely to affect many others (and it is a one-time problem if you can fix it via the workaround...

I'd also like to be able to "lose focus" in a tab/page, for reasons similar to @mattsenior - I have an auth call that refreshes when the page gains focus,...

I'm not sure if retargeting this to main rather than feat/ws-sync-handlers will clear up a lot of the commits (most are from merging v2.2.0).