This folder contains patches for the library ams89/stack-cors that can't be applied due to some particular cirmcumstance.
- Patch created on:
- November 29 2017 06:22:06 PM (1511979726)
- Original source:
#!/usr/bin/env bash | |
# Deploy to Pantheon | |
# Variables needed for this script | |
# | |
# Project Variables | |
# $PROJECT_BASE_PATH: Base path for the D8 project | |
# | |
# Terminus Variables |
<?php | |
// By Carlos Gratacos | |
// Input: 1 interger number | |
// Output: false-> if not possible, else return return the smaller or greater input by switching adjacent digit | |
// Biggest closest to the original one | |
// 123 -> 132 | |
// | |
// 254 -> 524 |
"patches":{ | |
"asm89/stack-cors": { | |
"(November 29 2017 06:22:06 PM: See issue #223 on contentacms/contenta_jsonapi) Add origin matcher for wildcard matching": "https://raw.githubusercontent.com/cjgratacos/patches/master/asm89_stack-cors/pull_request_42.patch" | |
} | |
} |
{"lastUpload":"2018-01-29T04:28:49.678Z","extensionVersion":"v2.8.7"} |
if !exists('g:vscode') | |
set nocompatible | |
let mapleader = "\<Space>" | |
lua require('plugins') | |
lua require('themes') | |
lua require('servers') | |
lua require('debugger') |