oli

Results 61 comments of oli

Yes I understand doing it in a **major release** but not everyone is going to read the release notes or understand the ramifications.

@alexander-akait have you considered the suggestions in https://github.com/webpack/webpack-dev-server/issues/2454#issuecomment-597044551 ?

Okay. Just to be clear, do you mean deprecating use of `*` and trailing `/*`, or deprecating the `'context': 'target'` style altogether?

> Ideally we should as close as possible to `http-proxy-middleware` package, I think we should support this: > > ```ts > { > proxy: [ > { > context: Filter...

Hi. It looks like you're using Visual Studio. I don't use Visual Studio very much anymore, but back in the day I used to use [adamchester/expecto-adapter](https://github.com/adamchester/expecto-adapter). It looks like it's...

How does the VSCode feature discover and execute tests then (and where is it implemented?) if it's not with the yolodev adapter? I thought it runs something like `dotnet test...

I like it, but definitely agree that it should just be the helper methods. Could we also optionally pass in a config and then instead of throwing if they take...

@haf Equality comparers would make a lot of sense, since it moves control over what is considered almost equal to the tests (where it probably should be) rather than the...

@ayv8er Please re-open. Even if it's low priority because there are workarounds, it's should still be an open issue to make it easier to find and to make it clear...