Fixed bugs:
- LevelDB "Corruption: bad entry in block" on 0.9.1-beta #4263
require 'open-uri' | |
require 'nokogiri' | |
require 'csv' | |
require 'cgi' | |
# BASE_URL = 'http://en.wikipedia.org/w/api.php?format=json&action=query&prop=revisions&rvprop=content&titles=' | |
BASE_URL = 'http://en.wikipedia.org/wiki/' | |
while($input_filename.nil?) | |
puts "Enter input filename (should be a CSV)" |
{ | |
"wp platform": [ | |
"wp-platform" | |
], | |
"mobil": [ | |
"mobile", | |
"Mobile" | |
], | |
"go": [ | |
"go" |
Fixed bugs:
Closed issues:
commands:
00_update_npm:
command: "sh /tmp/install_node_npm.sh"
I hereby claim:
To claim this, I am signing this object:
import { exec as execNonPromise } from 'child_process' | |
import { copyFile, mkdir, readFile, rm, writeFile } from 'fs/promises' | |
import { join } from 'path' | |
import util from 'util' | |
import { | |
BUILD_DIR, | |
DEPLOYABLE_CONTRACT_NAMES, | |
} from './constants' | |
const exec = util.promisify(execNonPromise) |