I hereby claim:
- I am muhsinfatih on github.
- I am muhsinfatih (https://keybase.io/muhsinfatih) on keybase.
- I have a public key ASDygIUV6dgEgI6FmakEWTnzybYnx4Q7_c6JucyNepV5Two
To claim this, I am signing this object:
| <?xml version="1.0"?> | |
| <root> | |
| <appdef> | |
| <appname>PARALLELS</appname> | |
| <equal>com.parallels.desktop.console</equal> | |
| </appdef> | |
| <item> | |
| <name>Swap Command and Option (Parallels)</name> | |
| <identifier>private.app_parallels_swap_command_and_option</identifier> |
| <-- I have also created a diff for this against the default csproj file generated when a new application is created. | |
| Here it is: https://www.diffchecker.com/4Hs0Ltle | |
| Note that this also solved the Material UI crash problem for me --> | |
| <?xml version="1.0" encoding="utf-8"?> | |
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
| <PropertyGroup> | |
| <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
| <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |
| <ProjectGuid>{F93EB74C-EEA9-4789-9DAB-5974B229E707}</ProjectGuid> |
I hereby claim:
To claim this, I am signing this object:
| /* | |
| (.c extension doesn't mean anything. This is not a configuration file, you are supposed to apply settings below yourself) | |
| To use these settigns you need the 'text sharp' extension available at: | |
| https://marketplace.visualstudio.com/items?itemName=SergeyVlasov.TextSharp | |
| If this doesn't work for you, I suggest you upgrade to visual studio 2017 (after preview). | |
| After this version and following configuration the text is rendered like the rest of the OS, | |
| with proper thickness and beautiful rendering. imo it is just like xcode now | |
| */ |
| # Easily readable, pretty, packs the most important information, shows git status, and shows a "wireless" symbol when connected via ssh | |
| BOLD_GREEN="%{$fg_bold[green]%}" | |
| BOLD_YELLOW="%{$fg_bold[yellow]%}" | |
| BOLD_CYAN="%{$fg_bold[cyan]%}" | |
| BOLD_RED="%{$fg_bold[red]%}" | |
| GREEN="%{$fg[green]%}" | |
| YELLOW="%{$fg[yellow]%}" | |
| CYAN="%{$fg[cyan]%}" | |
| RED="%{$fg[red]%}" |
| var fs = require('fs') | |
| var colors = require('colors') | |
| var moment = require('moment') | |
| var sortKeys = require('sort-keys') | |
| var cryptoJS = require('crypto-js') | |
| var csv | |
| var https = require('https') | |
| var request = require('request') | |
| var parseString = require('xml2js').parseString; |
I am assuming you are here because like me, you installed a bazillion different python interpreters on mac and the whole thing is a spagetti. Today, I finally fixed my python installation. Whatever I install for python2 or python3 using pip JUST.WORKS.. My god! finally.
Here is what I had messed up, which you also probably did: