git branch --remote --list
git branch --remote --list | grep C-1114
export function getActionBox(boxes: any[], id: number) { | |
let found = null | |
let i = boxes.length | |
while (i--) { | |
if (boxes[i].id.self === id) { | |
found = boxes[i] | |
return found | |
} | |
let j = boxes[i].children.length | |
while (j--) { |
randomColor() { | |
let letters = '0123456789ABCDEF' | |
let color = '#' | |
let i = 0 | |
while (i < 6) { | |
color += letters[Math.floor(Math.random() * 16)] | |
i++ | |
} | |
return `${color}44` |
docker run \ | |
-e NGROK_TOKEN=1pB7VzgNlpotPqUricmIlUP85v5_2gNWu4ytBU9M43wpqXciT \ | |
-e GI_API_KEY=5667d12329b3ad64b5affd1f4aef714373b42aa5 \ | |
-e GI_SUITE=6035a626fa81e86a715fa014 \ | |
-e APP_PORT=10.0.0.4:3001 \ | |
--network my-bridge-network \ | |
ghostinspector/test-runner-standalone |
{"lastUpload":"2020-10-22T21:42:43.772Z","extensionVersion":"v3.4.3"} |
_, b, _, _ := runtime.Caller(0) | |
basepath := filepath.Dir(b) |
func randStr(len int) string { | |
buff := make([]byte, len) | |
rand.Read(buff) | |
str := base64.StdEncoding.EncodeToString(buff) | |
// Base 64 can be longer than len | |
return strings.ToLower(str[:len]) | |
} |
//template | |
<div class="picWrapper"> | |
<h3>Update Image</h3> | |
<div class="image-flex-wrapper"> | |
<input type="file" @change="previewImage" accept="image/*"> | |
<div class="image-preview" v-if="!!imageData.length"> | |
<img class="preview" :src="imageData" alt=""> | |
</div> | |
<div class="image-preview" v-else> |
git branch --remote --list
git branch --remote --list | grep C-1114
//plugins/api.js | |
import apiLayer from '~/api' | |
import delayResponse from './axios-delay' | |
export default (ctx, inject) => { | |
// inject the api in the context (ctx.app.$api) | |
// ..and can accessed in the Vue instances and store by (this.$api) | |
const errorCheck = status => { | |
return status < 200 && status >= 300 | |
} |
I hereby claim:
To claim this, I am signing this object: