This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Diff Match and Patch | |
* Copyright 2018 The diff-match-patch Authors. | |
* https://github.com/google/diff-match-patch | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"title": "microsoft_remote_desktop", | |
"rules": [ | |
{ | |
"description": "eisuu and kana to page_down and page_up for microsoft_remote_desktop", | |
"manipulators": [ | |
{ | |
"type": "basic", | |
"from": { | |
"key_code": "japanese_eisuu" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(async () => { | |
const pti = require('puppeteer-to-istanbul') | |
const puppeteer = require('puppeteer') | |
const browser = await puppeteer.launch() | |
const page = await browser.newPage() | |
// Enable both JavaScript and CSS coverage | |
await Promise.all([ | |
page.coverage.startJSCoverage(), | |
page.coverage.startCSSCoverage(), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"provider_name": "23HQ", | |
"provider_url": "http://www.23hq.com", | |
"endpoints": [ | |
{ | |
"schemes": [ | |
"http://www.23hq.com/*/photo/*" | |
], | |
"url": "http://www.23hq.com/23/oembed" |