Skip to content

Instantly share code, notes, and snippets.

View patrickarlt's full-sized avatar

Patrick Arlt patrickarlt

View GitHub Profile
var request = require("request");
var options = {
method: "POST",
url:
"https://geoenrich.arcgis.com/arcgis/rest/services/World/geoenrichmentserver/Geoenrichment/Enrich",
headers: {
"cache-control": "no-cache",
"content-type":
"multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW"
const EventEmitter = require('events');
const mix = (superclass) => new MixinBuilder(superclass);
class MixinBuilder {
constructor(superclass) {
this.superclass = superclass || class {};
}
with(...mixins) {
open: 17
line: title: 'foo'
line: ---
closed: null

Keybase proof

I hereby claim:

  • I am patrickarlt on github.
  • I am patrickarlt (https://keybase.io/patrickarlt) on keybase.
  • I have a public key ASBh2nGU13pjSOrOQ-eE757H0OFO0Dtuq3pRyw2vVkcsMgo

To claim this, I am signing this object:

{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"moduleResolution": "node",
"sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"removeComments": false,
"noImplicitAny": true,
mapboxgl.accessToken = 'ezree';
var map = new mapboxgl.Map({
container: 'map',
zoom: 12.5,
center: [-77.01866, 38.888],
style: {
"sources":{
esri: {
{
"name": "nyc-ava-test",
"version": "1.0.0",
"description": "",
"main": "say.js",
"scripts": {
"test": "npm run test:node-tap && npm run test:ava && npm run test:node-tap:coverage && npm run test:ava:coverage",
"test:node-tap": "tap test-node-tap.js",
"test:ava": "ava ava-test.js",
"test:node-tap:coverage": "tap test-node-tap.js --coverage-report=text",
ERROR in /Users/patricklocal/code/maquette-redux/typings/main/ambient/redux-thunk/index.d.ts
(10,36): error TS2503: Cannot find namespace 'Redux'.
ERROR in /Users/patricklocal/code/maquette-redux/typings/main/ambient/redux-thunk/index.d.ts
(12,21): error TS2503: Cannot find namespace 'Redux'.
ERROR in /Users/patricklocal/code/maquette-redux/typings/main/definitions/redux-thunk/index.d.ts
(87,1): error TS2309: An export assignment cannot be used in a module with other exported elements.
ERROR in /Users/patricklocal/code/maquette-redux/src/store.ts
.box-group {
width: calc(100% + 1.5rem);
box-sizing: border-box;
margin-left: -1.5rem;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('leaflet')) :
typeof define === 'function' && define.amd ? define(['leaflet'], factory) :
(global.L = global.L || {}, global.L.esri = factory(global.L));
}(this, function (L) { 'use strict';
L = 'default' in L ? L['default'] : L;
var cors = ((window.XMLHttpRequest && 'withCredentials' in new window.XMLHttpRequest()));
var pointerEvents = document.documentElement.style.pointerEvents === '';