I hereby claim:
- I am duncanmak on github.
- I am duncanmak (https://keybase.io/duncanmak) on keybase.
- I have a public key ASA9QehaGx_2bpGaqcNAZq4KJAaOs1vc_vt9BotnRYjL8go
To claim this, I am signing this object:
| This file contains any messages produced by compilers while | |
| running configure, to aid debugging if configure makes a mistake. | |
| It was created by MIT/GNU Scheme configure 11.0.90, which was | |
| generated by GNU Autoconf 2.69. Invocation command line was | |
| $ src/configure --prefix=/tmp/prefix | |
| ## --------- ## | |
| ## Platform. ## |
| package mill.define | |
| import scala.language.higherKinds | |
| import mill.define.Task | |
| import mill.util.Ctx | |
| trait TargetGenerated { | |
| def zip[A, B, C](a: Task[A], b: Task[B], c: Task[C]) = new Task[(A, B, C)] { | |
| val inputs = Seq(a, b, c) | |
| def evaluate(args: Ctx) = (args[A](0), args[B](1), args[C](2)) | |
| } | |
| def zip[A, B, C, D](a: Task[A], b: Task[B], c: Task[C], d: Task[D]) = new Task[(A, B, C, D)] { |
I hereby claim:
To claim this, I am signing this object:
| @MonkeyWrench:SetSummary: | |
| === 11:05:50 - Running "C:\Program Files (x86)/MSBuild/14.0/Bin/MSBuild.exe" /t:build /consoleloggerparameters:PerformanceSummary;ShowTimestamp /p:target=build /p:Configuration=Release /v:minimal /p:Out="C:/data/lanes/3822/49000813/source/package" /fl1 /fl2 /fl3 /fl4 /flp1:logfile="C:/data/lanes/3822/49000813/source/logs/build_normal.txt;verbosity=normal" /flp2:logfile="C:/data/lanes/3822/49000813/source/logs/build_detailed.txt;verbosity=detailed" /flp3:logfile="C:/data/lanes/3822/49000813/source/logs/build_diagnostic.txt;verbosity=diagnostic" /flp4:logfile="C:/data/lanes/3822/49000813/source/logs/build_errors.txt;errorsonly" in C:/data/lanes/3822/49000813/source/xamarinvs === | |
| Microsoft (R) Build Engine version 14.0.25123.0 | |
| Copyright (C) Microsoft Corporation. All rights reserved. | |
| Feeds used: | |
| C:\Users\builder\AppData\Local\NuGet\Cache | |
| C:\Users\builder\.nuget\packages\ | |
| https://api.nuget.org/v3/index.json | |
| C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\ |
| @MonkeyWrench:SetSummary: | |
| === 06:43:35 - Running "C:\Program Files (x86)/MSBuild/14.0/Bin/MSBuild.exe" /t:build /consoleloggerparameters:PerformanceSummary;ShowTimestamp /p:target=build /p:Configuration=Release /v:minimal /p:Out="c:/Users/builder/data/lanes/3822/3b7df6f5/source/package" /fl1 /fl2 /fl3 /fl4 /flp1:logfile="c:/Users/builder/data/lanes/3822/3b7df6f5/source/logs/build_normal.txt;verbosity=normal" /flp2:logfile="c:/Users/builder/data/lanes/3822/3b7df6f5/source/logs/build_detailed.txt;verbosity=detailed" /flp3:logfile="c:/Users/builder/data/lanes/3822/3b7df6f5/source/logs/build_diagnostic.txt;verbosity=diagnostic" /flp4:logfile="c:/Users/builder/data/lanes/3822/3b7df6f5/source/logs/build_errors.txt;errorsonly" in c:/Users/builder/data/lanes/3822/3b7df6f5/source/xamarinvs === | |
| Microsoft (R) Build Engine version 14.0.25123.0 | |
| Copyright (C) Microsoft Corporation. All rights reserved. | |
| Feeds used: | |
| C:\Users\builder\AppData\Local\NuGet\Cache | |
| C:\Users\builder\.nuget\packages\ | |
| https://api.nuget.o |
| { | |
| "name": "download-build-times", | |
| "version": "1.0.0", | |
| "description": "", | |
| "main": "index.js", | |
| "scripts": { | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "author": "", | |
| "license": "ISC", |
| var gulp = require('gulp'); | |
| var ts = require('gulp-typescript'); | |
| var sources = [ | |
| 'src/*.ts' | |
| ]; | |
| var typings = [ | |
| 'typings/byline/byline.d.ts', | |
| 'typings/request/request.d.ts', |
| BOT FILESYSTEM SIZE USED AVAIL CAPACITY | |
| felix-2-lion: /dev/disk0s2 465Gi 56Gi 409Gi 12% | |
| tom-1-lion: /dev/disk0s2 465Gi 56Gi 408Gi 13% | |
| felix-1-lion: /dev/disk0s2 465Gi 83Gi 381Gi 18% | |
| jerry-2-lion: /dev/disk0s2 233Gi 70Gi 162Gi 31% | |
| pinky-2-mavericks: /dev/disk0s2 233Gi 98Gi 135Gi 43% | |
| jerry-1-lion: /dev/disk0s2 233Gi 105Gi 127Gi 46% | |
| pinky-1-mavericks: /dev/disk0s2 233Gi 106Gi 126Gi 46% | |
| jerry-16-yosemite: /dev/disk0s2 186Gi 77Gi 109Gi 42% | |
| pinky-6: /dev/disk0s2 186Gi 104Gi 82Gi 56% |
| scala> class Foo | |
| defined class Foo | |
| scala> val l = List(1,2,3) | |
| l: List[Int] = List(1, 2, 3) | |
| scala> def f(i: Int): Option[Int] = if (i % 2 == 0) Some(i) else None | |
| f: (i: Int)Option[Int] | |
| scala> l.map(f) |
| # Initially, the focus is on row 0, cell 0. | |
| Focusing <input data-reactid=".0.3.1.0.1.$row0.1:$cell0.0"> | |
| activeElement <input data-reactid=".0.3.1.0.1.$row0.1:$cell0.0"> | |
| # Press Tab, and now focus moves to row 0, cell 1, | |
| Focusing <input data-reactid=".0.3.1.0.1.$row0.1:$cell1.0"> | |
| activeElement <input data-reactid=".0.3.1.0.1.$row0.1:$cell1.0"> | |
| # Ask for document.activeElement in Console, and it's row 0, cell 2. | |
| document.activeElement <input type="checkbox" data-reactid=".0.3.1.0.1.$row0.2.0"> |