I hereby claim:
- I am aloknnikhil on github.
- I am aloknnikhil (https://keybase.io/aloknnikhil) on keybase.
- I have a public key whose fingerprint is DA88 D486 65B6 35CB 156E 693E 64F6 1524 BE77 3853
To claim this, I am signing this object:
| defmodule MyApp.AccountLookup.Cache do | |
| @moduledoc """ | |
| Provides a cache that can be used for account lookups. This cache is backed by | |
| Cachex for local storage and pg2 for remote distribution. Keys are set to expire | |
| after 7-10 days (randomly distributed) in order to prevent stale data in our cache | |
| over a long time period. | |
| """ | |
| use Cachex.DistributedCache | |
I hereby claim:
To claim this, I am signing this object:
There are now two ways to approach this:
This Gist explains how to do this using gpg in a step-by-step fashion. Kryptonite is actually wickedly easy to use-but you will still need to follow the instructions
For using a GUI-based GIT tool such as Tower or Github Desktop, follow the steps here for signing with either GPG or Krypt.co.
INFO[0000] Running the operator locally.
INFO[0000] Using namespace default.
{"level":"info","ts":1580766525.451211,"logger":"cmd","msg":"Operator Version: 0.0.1"}
{"level":"info","ts":1580766525.451234,"logger":"cmd","msg":"Go Version: go1.13.4"}
{"level":"info","ts":1580766525.4512398,"logger":"cmd","msg":"Go OS/Arch: linux/amd64"}
{"level":"info","ts":1580766525.451245,"logger":"cmd","msg":"Version of operator-sdk: v0.13.0+git"}
{"level":"info","ts":1580766525.4520059,"logger":"leader","msg":"Trying to become the leader."}
{"level":"info","ts":1580766525.4520166,"logger":"leader","msg":"Skipping leader election; not running in a cluster."}
{"level":"info","ts":1580766525.7552295,"logger":"controller-runtime.metrics","msg":"metrics server is starting to listen","addr":"0.0.0.0:8383"}| package test | |
| import ( | |
| "fmt" | |
| "net" | |
| "os" | |
| "testing" | |
| "time" | |
| ) |
| #!/bin/zsh | |
| # ~/loadnvm.sh | |
| #delete the aliases | |
| unalias nvm | |
| unalias npm | |
| unalias node | |
| #(this is the loader code nvm put in my .bashrc) | |
| export NVM_DIR="$HOME/.nvm" |
https://github.com/SpaceVim/SpaceVim
https://github.com/mutewinter/dot_vim
brew install neovim
git clone git@github.com:mutewinter/dot_vim.git ~/.config/nvim.| {"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://github.com/omnistrate/ows-orchestration/v1/pkg/registration/service/servicebuild/serviceplan/custom-service-plan-spec","$ref":"#/$defs/CustomServicePlanSpec","$defs":{"APIParameterConfiguration":{"properties":{"Key":{"type":"string"},"Description":{"type":"string"},"Name":{"type":"string"},"Type":{"type":"string"},"Modifiable":{"type":"boolean"},"Required":{"type":"boolean"},"Export":{"type":"boolean"},"DefaultValue":{"type":"string"},"Options":{"items":{"type":"string"},"type":"array"},"LabeledOptions":{"additionalProperties":{"type":"string"},"type":"object"},"Limits":{"$ref":"#/$defs/Limits"},"DependentResourceKey":{"type":"string"},"ParameterDependencyMap":{"additionalProperties":{"type":"string"},"type":"object"}},"additionalProperties":false,"type":"object","required":["Key","Description","Name","Type","Modifiable","Required","Export","DefaultValue","Options","LabeledOptions","Limits","DependentResourceKey","ParameterDependencyMap" |
| {"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://github.com/omnistrate/ows-orchestration/v1/pkg/registration/service/servicebuild/serviceplan/custom-service-plan-spec","$ref":"#/$defs/CustomServicePlanSpec","$defs":{"APIParameterConfiguration":{"properties":{"key":{"type":"string"},"description":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"modifiable":{"type":"boolean"},"required":{"type":"boolean"},"export":{"type":"boolean"},"defaultValue":{"type":"string"},"options":{"items":{"type":"string"},"type":"array"},"labeledOptions":{"additionalProperties":{"type":"string"},"type":"object"},"limits":{"$ref":"#/$defs/Limits"},"dependentResourceKey":{"type":"string"},"parameterDependencyMap":{"additionalProperties":{"type":"string"},"type":"object"}},"additionalProperties":false,"type":"object"},"ActionHook":{"properties":{"Type":{"type":"string"},"Scope":{"type":"string"},"CommandTemplate":{"type":"string"}},"additionalProperties":false,"type":"object"},"AutoscalingCo |