This file contains hidden or 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
<?xml version="1.0" encoding="UTF-8"?> | |
<scxml xmlns="http://www.w3.org/2005/07/scxml" name="device" datamodel="ecmascript" version="1.0"> | |
<state id="OK"> | |
<state id="on"> | |
<transition target="off" event="device.turnOff"/> | |
</state> | |
<state id="off"> | |
<transition target="on" event="device.turnOn"/> | |
</state> | |
<transition target="error" event="device.error"/> |
This file contains hidden or 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
const fs = require('fs') | |
const { exec } = require('child_process'); | |
const eachSeries = require('async/eachSeries'); | |
const x = fs.readFileSync('issues.tsv','utf8') | |
const arrs = x.split('\r\n').map(row => {const arr = row.split('\t'); const o = {priority: arr[0], date_reported: arr[1], reporter: arr[2], status: arr[3], description: arr[4], steps_to_reproduce: arr[5], screenshot: arr[6], dev_assigned: arr[7], dev_notes: arr[8], status: arr[9]}; return o}) | |
let i = 0; | |
eachSeries(arrs, (o, cb) => { |
This file contains hidden or 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
Description Resource Path Location Type | |
AbstractText cannot be resolved to a type GraphElementIndicator.java /org.eclipse.elk.conn.graphiti/src/org/eclipse/elk/alg/graphiti line 67 Java Problem | |
AbstractText cannot be resolved to a type GraphElementIndicator.java /org.eclipse.elk.conn.graphiti/src/org/eclipse/elk/alg/graphiti line 68 Java Problem | |
AbstractText cannot be resolved to a type GraphElementIndicator.java /org.eclipse.elk.conn.graphiti/src/org/eclipse/elk/alg/graphiti line 68 Java Problem | |
AbstractText cannot be resolved to a type GraphElementIndicator.java /org.eclipse.elk.conn.graphiti/src/org/eclipse/elk/alg/graphiti line 81 Java Problem | |
AbstractText cannot be resolved to a type GraphElementIndicator.java /org.eclipse.elk.conn.graphiti/src/org/eclipse/elk/alg/graphiti line 82 Java Problem | |
AbstractText cannot be resolved to a type GraphElementIndicator.java /org.eclipse.elk.conn.graphiti/src/org/eclipse/elk/alg/graphiti line 82 Java Problem | |
Anchor cannot be resolved to a type GraphElementIndicator.ja |
This file contains hidden or 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
a1cb3bd501b74977a4ae12c0db67fc63 http://dapps.bridge.academy # |
This file contains hidden or 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
# | |
# Automatically generated file; DO NOT EDIT. | |
# Buildroot 2017.02 Configuration | |
# | |
BR2_HAVE_DOT_CONFIG=y | |
BR2_HOST_GCC_AT_LEAST_4_5=y | |
BR2_HOST_GCC_AT_LEAST_4_6=y | |
BR2_HOST_GCC_AT_LEAST_4_7=y | |
BR2_HOST_GCC_AT_LEAST_4_8=y | |
BR2_HOST_GCC_AT_LEAST_4_9=y |
OlderNewer