- https://gist.github.com/christopher-hopper/9755310
- http://dantwining.co.uk/2011/07/18/how-to-shrink-a-dynamically-expanding-guest-virtualbox-image/
Some assumptions
module Main where | |
import Prelude | |
import Effect (Effect) | |
import Data.Foldable (fold) | |
import TryPureScript (h1, text, render) | |
data Nat m n = Nat (m ~> n) | |
data NatR m n = NatR { nat :: (m ~> n) } |
module Main where | |
import Prelude | |
import Effect (Effect) | |
import Data.Foldable (fold) | |
import TryPureScript (h1, text, render) | |
data Nat m n = Nat (m ~> n) |
more /Users/jmatsushita/Library/Developer/CoreSimulator/Devices/D217D90E-9017-43C6-8FA3-E17C1870E7B0/data/tmp/detox.last_launch_app_log.err | |
dyld: loaded: /Users/jmatsushita/Library/Developer/CoreSimulator/Devices/D217D90E-9017-43C6-8FA3-E17C1870E7B0/data/Containers/Bundle/Application/6962C310-5B38-4212-A5F9-012A660636DC/example.app/example | |
dyld: loaded: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libc++.1.dylib | |
dyld: loaded: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Foundation.framework/Foundation | |
dyld: loaded: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libobjc.A.dylib | |
dyld: loaded: /Applications/Xcode. |
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>items</key> | |
<array> | |
<dict> | |
<key>assets</key> | |
<array> | |
<dict> |
# make devstack.provision | |
./provision.sh | |
Creating network "devstack_default" with the default driver | |
Creating volume "devstack_mysql_data" with default driver | |
Creating volume "devstack_mongo_data" with default driver | |
Creating volume "devstack_elasticsearch_data" with default driver | |
Creating edx.devstack.mongo | |
Creating edx.devstack.mysql | |
Waiting for MySQL | |
........MySQL ready |
make devstack.provision | |
./provision.sh | |
Creating network "devstack_default" with the default driver | |
Creating volume "devstack_mysql_data" with default driver | |
Creating volume "devstack_mongo_data" with default driver | |
Creating volume "devstack_elasticsearch_data" with default driver | |
Creating edx.devstack.mysql | |
Creating edx.devstack.mongo | |
Waiting for MySQL | |
........MySQL ready |
npm test 11:47:10 | |
> [email protected] test .../tests | |
> chimp --offline --debug --host=seleniumhub.myhost.org --port=4444 --noSessionReuse | |
[chimp] loaded .../tests/chimp.js | |
[chimp] Chimp options are { watch: false, | |
watchTags: '@watch,@focus', | |
domainSteps: null, | |
e2eSteps: null, |
{ | |
"@context": { | |
"name": "https://openintegrity.org/ns", | |
"entry": "https://openintegrity.org/ns/entry", | |
"platform": "https://openintegrity.org/ns/platform", | |
"score": "https://openintegrity.org/ns/score", | |
"policy": { | |
"@id":"https://openintegrity.org/ns/policy", | |
"@type": "https://openintegrity.org/ns/score/value" | |
}, |
//setup | |
[source,cypher] | |
---- | |
CREATE | |
(_1 {name:"asfd asdf"}), | |
(_2 {name:"Aker Solutions"}) | |
---- | |
//graph |