Mahmoud Ali

Results 33 issues of Mahmoud Ali

I needed the same behavior for `FloatingActionButton` that we have for `FloatingActionMenu` so I just made the few changes needed to make this work and updated the sample. It is...

### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) Makes FFImageLoading linker-safe, so people can opt-in on what they want to bring as a...

### Description FFImageLoading uses `Preserve=All` in all classes AFAIK. I understand the reason, but there is no way for a developer to force Linker to remove unused classes that has...

Since VS for Mac 2019 has the new C# Editor that uses the same core from VS 2019 with a lot of improvements, probably everyone will start using the new...

## Sample code ``` Lorem ipsum `inline` ops ``` ## Filename and Language selected `README.md`, Markdown ## VSCode theme Screenshot ![image](https://user-images.githubusercontent.com/954102/50707909-ad708400-1049-11e9-8cf4-f20b1ec4519a.png) ## Versions used * VSCode version: 1.30.1 * Theme...

As described [here](https://code.visualstudio.com/api/extension-guides/color-theme#create-a-new-color-theme), adding `.color-theme.json` enables plenty of new features for theme editing.

A lot of people ask for Italic font support, which is something that I don't want to pack in the theme at the moment. This could be added as a...

The color theme template for VSC Extension Quickstart is much more comprehensive now: https://github.com/Microsoft/vscode-generator-code/blob/master/generators/app/templates/ext-colortheme/vsc-extension-quickstart.md

up-for-grabs

Update theme with newly available colors: https://code.visualstudio.com/updates/v1_26#_new-theme-colors

## Sample code ```ts import { TestBed, inject } from '@angular/core/testing' import { EnvironmentConfigService } from './environment-config.service' describe('EnvironmentConfigService', () => { beforeEach(() => { TestBed.configureTestingModule({ providers: [EnvironmentConfigService] }) }) it(...