Meir Blachman

Results 121 issues of Meir Blachman

for example: ```cs public class MyCustomException : Exception { public string MyCustomProperty { get; } public MyCustomException(string myCustomProperty) { MyCustomProperty = MyCustomProperty; } } ``` when hovering over the property...

idea

https://github.com/fluentassertions/fluentassertions/blob/5.2.0/docs/_data/tips/nullables.yml

enhancement

**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: -...

browser-webkit
browser-chromium
upstream

similar to https://github.com/microsoft/playwright-dotnet/issues/2247

P3-collecting-feedback

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.

P3-collecting-feedback
feature-codegen

Would it be possible to embed the json editor for the content of the request when specifing `Content-Type: application/json` ? something like this: ![image](https://user-images.githubusercontent.com/9786571/32612859-ffe7bef2-c571-11e7-8c53-e02e3fe8524d.png)

enhancement

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...

enhancement

### 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...

api-approved