Skip to content

Instantly share code, notes, and snippets.

View tuanh118's full-sized avatar

Tuan Anh Pham tuanh118

View GitHub Profile
- Major differences
○ GlobalSuppressions.cs
○ New WellKnownAppIds
○ RefreshCacheForResourceMessagingHostCloudCommandRequest.cs
§ TargetAppId = WellKnownAppIds.System instead of WellKnownAppIds.CortanaSDK
○ SetResourceMessagingHostCloudCommandRequest.cs
- Nameof
○ Example: nameof(packageId) instead of "packageId"
- Limited setters
○ Example: CallAppServiceCloudCommandsRequest
import React, { Component } from 'react';
// import AdaptiveCardView, { CustomButtonStyles, CustomTextStyles, CustomViewStyles, Types as ACT } from 'reactxp-adaptivecards';
import AdaptiveCardView from 'reactxp-adaptivecards';
import logo from './logo.svg';
import './App.css';
class App extends Component {
render() {
const card = {
@tuanh118
tuanh118 / keybindings.sublime-keymap
Last active July 7, 2017 03:49
Sublime personal Keybinding settings to support Emacs Pro keybindings
[
// Utilities
{ "keys": ["ctrl+u"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} },
{ "keys": ["ctrl+\\"], "command": "toggle_side_bar" },
// Search panel
{ "keys": ["ctrl+s"], "command": "show_panel", "args": {"panel": "find", "reverse": false} },
{ "keys": ["alt+c"], "command": "toggle_case_sensitive", "context":
[
{ "key": "setting.is_widget", "operator": "equal", "operand": true }