I hereby claim:
- I am andrewconnell on github.
- I am andrewconnell (https://keybase.io/andrewconnell) on keybase.
- I have a public key ASAlriAsYajy03CnnWK6uHxrsJ0Ly246_UxCvDV2OqE2hQo
To claim this, I am signing this object:
| import { RateKeeperServer } from './RateKeeperServer'; | |
| let grpcServer: RateKeeperServer = new RateKeeperServer(); | |
| grpcServer.start(); |
| import * as path from 'path'; | |
| let grpc: any = require('grpc'); | |
| import { | |
| IPublicCloudMeter, IProtobufTimestamp, IRateKeeperClient, IRateKeeperGetMeterResponse | |
| } from 'voyager-shared'; | |
| class RateKeeperClient { | |
| public static createGrpcClient(host: string, port: number): IRateKeeperClient { | |
| let protoPath: string = path.join('[relative-path-to]/ratekeeper.proto'); |
I hereby claim:
To claim this, I am signing this object:
| <!-- drip auto-tagger --> | |
| <!-- | |
| this script does four things: | |
| 1) finds all tags for a blog post & converts to tags in the format: interest-[pascalCasePostTag] | |
| 2) converts blog post title to drip tag in the format: read-[pascalCaseBlogPostTitle] | |
| 3) sends the tags to drip for the current user | |
| 4) registers "Read blog post" drip event on current user | |
| --> | |
| <p> | |
| <script type="text/javascript"> |
| { | |
| "$schema": "./node_modules/@angular/cli/lib/config/schema.json", | |
| "project": { | |
| "name": "apollo" | |
| }, | |
| "apps": [ | |
| { | |
| "root": "src", | |
| "outDir": "dist", | |
| "assets": [ |
$ node -vyou want to see the results of v6.. or higher...
if not, install the latest LTS / Current version from https://nodejs.org
| [ req ] | |
| default_bits = 2048 | |
| default_keyfile = server-key.pem | |
| distinguished_name = subject | |
| req_extensions = req_ext | |
| x509_extensions = x509_ext | |
| string_mask = utf8only | |
| # The Subject DN can be formed using X501 or RFC 4514 (see RFC 4519 for a description). | |
| # Its sort of a mashup. For example, RFC 4514 does not provide emailAddress. |
| version: '2' | |
| services: | |
| minicrm-addin-ng: | |
| build: ./minicrm-addin-ng | |
| image: andrewconnell/minicrm-addin-ng:latest | |
| ports: | |
| - "4200:4200" | |
| minicrm-api: | |
| build: ./minicrm-api | |
| image: andrewconnell/minicrm-api:latest |
| [ | |
| { | |
| "id": "AS-201", | |
| "name": "", | |
| "launch_date": "02/26/1966", | |
| "end_date": "", | |
| "image": "as-201.png", | |
| "wiki_href": "https://en.wikipedia.org/wiki/AS-201", | |
| "summary": "First flight of Saturn IB and Block I CSM; suborbital to Atlantic Ocean; qualified heat shield to orbital reentry speed", | |
| "crew": [] |