Meir Blachman
Meir Blachman
for example: ```cs public class MyCustomException : Exception { public string MyCustomProperty { get; } public MyCustomException(string myCustomProperty) { MyCustomProperty = MyCustomProperty; } } ``` when hovering over the property...
https://github.com/fluentassertions/fluentassertions/blob/5.2.0/docs/_data/tips/nullables.yml
**Context:** ## System: - OS: Windows 10 10.0.19043 ## Binaries: - Node: 12.13.1 - C:\Program Files\nodejs\node.EXE - Yarn: 1.19.1 - ~\AppData\Roaming\npm\yarn.CMD - npm: 6.14.2 - C:\Program Files\nodejs\npm.CMD ## Languages: -...
similar to https://github.com/microsoft/playwright-dotnet/issues/2247
In some cases the generated selector isn't stable enough for rerunning the code. Having multiple selectors per element could solve this, similar to how testim.io does this - https://help.testim.io/docs/working-with-locators#:~:text=Testim%20Smart%20Locators%20are%20a,application%20to%20write%20the%20tests.
Would it be possible to embed the json editor for the content of the request when specifing `Content-Type: application/json` ? something like this: 
the deno version - https://github.com/TechEmpower/FrameworkBenchmarks/blob/master/frameworks/TypeScript/deno/src/main.ts FYI @Jarred-Sumner
resolves #2363 ## IMPORTANT * [x] If the PR touches the public API, the changes have been approved in a separate issue with the "api-approved" label. * [x] The code...
### Background and motivation Asserting proper subset and proper superset on collections proper subset - a collection is included in a superset collection but not equivalent to the superset collection...