I hereby claim:
- I am another-guy on github.
- I am anotherguy (https://keybase.io/anotherguy) on keybase.
- I have a public key ASD97xo8uefg0JF_pxjenS6VJWczHucJ01OHbO3tWcIj8wo
To claim this, I am signing this object:
| Warning: Unsupported feature "unknown" | |
| pdf.worker.js:235 Warning: Ignoring invalid character "33" in hex string | |
| pdf.worker.js:235 Warning: Ignoring invalid character "111" in hex string | |
| pdf.worker.js:235 Warning: Ignoring invalid character "116" in hex string | |
| pdf.worker.js:235 Warning: Ignoring invalid character "121" in hex string | |
| pdf.worker.js:235 Warning: Ignoring invalid character "112" in hex string | |
| pdf.worker.js:235 Warning: Ignoring invalid character "104" in hex string | |
| pdf.worker.js:235 Warning: Ignoring invalid character "116" in hex string | |
| pdf.worker.js:235 Warning: Ignoring invalid character "109" in hex string | |
| pdf.worker.js:235 Warning: Ignoring invalid character "108" in hex string |
| Test Name: TheNextOne2ServiceUnitTests.Integration.Tasks.LifeIsGood | |
| Test FullName: TheNextOne2ServiceUnitTests.Integration.Tasks.LifeIsGood | |
| Test Source: C:\Users\Igor\documents\visual studio 2015\Projects\TheNextOne2\TheNextOne2ServiceUnitTests\Integration\Tasks.cs : line 29 | |
| Test Outcome: Failed | |
| Test Duration: 0:01:21.225 | |
| Result StackTrace: | |
| at Microsoft.IdentityModel.Protocols.ConfigurationManager`1.<GetConfigurationAsync>d__24.MoveNext() | |
| --- End of stack trace from previous location where exception was thrown --- | |
| at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) |
I hereby claim:
To claim this, I am signing this object:
I use Namecheap.com as a registrar, and they resale SSL Certs from a number of other companies, including Comodo.
These are the steps I went through to set up an SSL cert.
| #!/usr/bin/env node | |
| /** | |
| * Module dependencies. | |
| */ | |
| var app = require('../app'); | |
| var debug = require('debug')('logstash_test:server'); | |
| var http = require('http'); |
| import { DateAdapter } from '@angular/material'; | |
| import { | |
| addDays, | |
| addMonths, | |
| compareAsc, | |
| format, | |
| getDate, | |
| getDay, | |
| getDaysInMonth, | |
| getMonth, |
| export class Mammal { | |
| mammalName: string; | |
| } | |
| export class Dog extends Mammal { | |
| dogName: string; | |
| } | |
| export class Cat extends Mammal { | |
| catName: string; | |
| } |
$ which lerna /c/Program Files/nodejs/lerna
$ lerna --version 3.9.0
$ lerna bootstrap lerna notice cli v3.9.0 lerna info Bootstrapping 3 packages lerna info Symlinking packages and binaries
| # Install Yeoman and VS Code extension generator | |
| npm install -g yo generator-code | |
| # Generate VS Code extension project | |
| yo code |
| interface ITestRunner { | |
| run(testsRoot: string, clb: (error: Error, failures?: number) => void): void; | |
| } |