Mahmoud Ali

Results 33 issues of Mahmoud Ali

## Sample code ```js import { Component, OnChanges, SimpleChanges, Input, Output, EventEmitter } from '@angular/core' @Component({ selector: 'pm-star', templateUrl: './star.component.html', styleUrls: ['./star.component.css'] }) export class StarComponent implements OnChanges { @Input()...

color-inconsistency

Release 1.21 changed the way notification works, so some work might be necessary. [More info](https://code.visualstudio.com/updates/v1_21#_new-theme-colors-and-removal-of-old-colors).

workbench

VSCode introduced a `Dark+` theme that adds way more colors to many languages (like C#), so `One Dark+` theme could be a "merge", having more token coloring like `Dark+` but...

enhancement

Check #13

color-inconsistency

**Help us make content visible** - Keywords I tried: "minimal testing custom host", "minimal testing override host" - I expected these to contain information on the issue: - https://docs.microsoft.com/en-us/aspnet/core/test/integration-tests?view=aspnetcore-6.0#customize-webapplicationfactory -...

product-question
re-Aditya

I am using a Google Android Emulator (x64) and I'm trying to connect but I always get: "Error Code 1006: The connection was forcefully closed. The other party is not...

I would like to just ignore sorting when an invalid sort option in provided. Today two possible exceptions are thrown [here](https://github.com/enisn/AutoFilterer/blob/develop/src/AutoFilterer/Types/OrderableBase.cs#L38) and [here](https://github.com/enisn/AutoFilterer/blob/develop/src/AutoFilterer/Types/OrderableBase.cs#L49). I would like to have an option...

enhancement
autofilterer

### SpecFlow Version 3.9.22 ### Which test runner are you using? NUnit ### Test Runner Version Number 3.9.22 ### .NET Implementation .NET 6.0 ### Project Format of the SpecFlow project...

Bug
SpecFlow+

Hi, I plan to port this to VS Code that also uses `tmTheme` as a theme definition and I was thinking of using your theme as a starting point. What...

I'm setting `PlotAreaBorderThickness` to `0` on a Xamarin.Forms project, on iOS it renders as expected, with no borders, but on Android it renders the border no matter what I do....

bug
Android