Lars Thorup

Results 18 comments of Lars Thorup

We have a somewhat different use-case where I believe such a `capture-on-miss` feature could be useful. We are using Hoverfly (for Java) to auto-mock requests to other services, in a...

Thank you @tommysitu. I think I might have been unclear in my explanation of the direction of dependencies between the services. Going with your reply, the services would call each...

@tommysitu How big a task do you think this would be? Would you be interested in pull-requests to implement this feature?

I have had the same thought recently, and went ahead and made an implementation a few days ago, of "vitest-fixture" a package "on top of" Vitest, that provides an API...

I saw an example that looks like this issue today: ```Compressing project... 31.3 MB written Uploading project... Deploying project into Node.js runtime... Starting build. Creating directories for build environment. Build...

Hey @btoaelbore , thank you for your question! I want to make sure I understand your need, before I reply, so a few follow-up questions Is it an existing published...

Yes, that would probably be a good starting point!

Yeah, I see how extending Vite config could be a solution to this kind of issue. Do you have small sample repo (with SolidJS or something else) that demonstrates this...

Hey @michaelvogt thank your for creating a repo with reproduction! I have been sick this week, but hope to look into this shortly.

When I create an empty `index.html` (or with any html content really) next to `test.html` in the `my-app` folder of your repo, then `npm test` will run successfully no matter...