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
wyndhamhotels.wyndham-orlando-resort-and-conference-center-celebration-area@in.autoinvite.io |
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
wyndhamhotels.wyndham-garden-tallahassee-capitol@in.autoinvite.io |
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
wyndhamhotels.wyndham-garden-ft-lauderdale-airport-cruise-port@in.autoinvite.io |
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"?> | |
<!-- Stop Sign VR Copyright (c) 2019-2020 Reality Inside Ltd. (s.r.o.). All rights reserved. --> | |
<!-- Contact: Raivr on Reddit --> | |
<Settings app="Stop Sign VR" savedatetime="2020-12-20T23:14:56" runtimeversion="1.15.15" trackingsystemname="lighthouse" hmdmanufacturer="valve" hmdmodel="index" hmdserial="lhr-cba01ca8"> | |
<Parameters> | |
<Param name="SettingsFileVersion" type="string" readonly="true" info="This value is Read Only." value="a00010000"/> | |
<Param name="NumBackupConfigFilesToKeep" type="int" info="When saving changes or when changing the boxes in VR, a backup is made." value="10" minvalue="1" maxvalue="50" defaultvalue="10"/> | |
<Param name="AutoLaunchWithSteamVR" type="bool" info="Start the StopSignVR runtime automatically when starting SteamVR?" value="true" defaultvalue="true"/> | |
<Param name="AlertMode" type="bool" info="When 'No' is selected, StopSignVR is in Edit Mode and you can move and resize the boxes." value="false" defaultvalue="false"/> | |
<Param name= |
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"?> | |
<!-- Stop Sign VR Copyright (c) 2019-2020 Reality Inside Ltd. (s.r.o.). All rights reserved. --> | |
<!-- Contact: Raivr on Reddit --> | |
<Settings savedatetime="2020-11-24T00:00:00" app="Stop Sign VR"> | |
<Parameters> | |
<Param name="SettingsFileVersion" type="string" readonly="true" info="This value is Read Only." value="0" /> | |
<Param name="NumBackupConfigFilesToKeep" type="int" info="When saving changes or when changing the boxes in VR, a backup is made." value="10" minvalue="1" maxvalue="50" defaultvalue="10" /> | |
<Param name="AutoLaunchWithSteamVR" type="bool" info="Start the StopSignVR runtime automatically when starting SteamVR?" value="true" defaultvalue="true" /> | |
<Param name="AlertMode" type="bool" info="When 'No' is selected, StopSignVR is in Edit Mode and you can move and resize the boxes." value="false" defaultvalue="false" /> | |
<Param name="UseBoxes" type="bool" info="Use boxes to warn against hitting valuable real equipment." value="true" defaultvalue="true" /> |
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"?> | |
<!-- Stop Sign VR Copyright (c) 2019-2020 Reality Inside Ltd. (s.r.o.). All rights reserved. --> | |
<!-- Contact: Raivr on Reddit --> | |
<Settings app="Stop Sign VR" savedatetime="2020-12-20T23:14:56" runtimeversion="1.15.15" trackingsystemname="lighthouse" hmdmanufacturer="valve" hmdmodel="index" hmdserial="lhr-cba01ca8"> | |
<Parameters> | |
<Param name="SettingsFileVersion" type="string" readonly="true" info="This value is Read Only." value="a00010000"/> | |
<Param name="NumBackupConfigFilesToKeep" type="int" info="When saving changes or when changing the boxes in VR, a backup is made." value="10" minvalue="1" maxvalue="50" defaultvalue="10"/> | |
<Param name="AutoLaunchWithSteamVR" type="bool" info="Start the StopSignVR runtime automatically when starting SteamVR?" value="true" defaultvalue="true"/> | |
<Param name="AlertMode" type="bool" info="When 'No' is selected, StopSignVR is in Edit Mode and you can move and resize the boxes." value="false" defaultvalue="false"/> | |
<Param name= |
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
test('sample test', () => { | |
const a = 5 | |
try { | |
expect(a).toBe(4) | |
console.log('test passed') | |
} catch (error) { | |
console.log('test failed') | |
} | |
}) |
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
beforeAll(async () => { | |
driver = new webdriver.Builder() | |
.usingServer(gridUrl) | |
.withCapabilities(androidCapabilities) | |
.build() | |
await driver.manage().setTimeouts({ implicit: 5000 }) | |
}, 50000) | |
test('test A', async done => { |
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
"import React": { | |
"prefix": "imr", | |
"body": [ | |
"import React from 'react' \n \n" | |
] | |
}, | |
"functional component": { | |
"prefix": "sfc", | |
"body": [ | |
"import React from 'react' \n", |
NewerOlder