

GitHub: Show others your new feature with GIF’s in issues/PR
It’s common to showcase your changes when opening a PR. For android projects, it’s easy to use IntelliJ / Android Studio to record your emulators screen, so let’s use it! IntelliJ record video Android Settings > Developer Options > Show touches...Lesen Sie mehrDesign isn’t how it looks, it’s how it works.
![Open Chrome with extensions disabled from Terminal [Mac OSX]](https://www.maxi-muth.de/wordpress/wp-content/uploads/2015/08/unnamed.png)
Open Chrome with extensions disabled from Terminal [Mac OSX]
This is how you can open Chrome from a terminal: Open a Terminal and type open -e ~/.bashrc (or ~/.zshrc if you’re using Oh-My-Zsh) Add this to the end of the file: alias chrome=’open „/Applications/Google Chrome.app“‚ This adds an...