I hereby claim:
- I am shousper on github.
- I am shousper (https://keybase.io/shousper) on keybase.
- I have a public key ASCvDUKvz0DclA6dRaabvLclGn6EL7PBPl4zFCXejfLKjwo
To claim this, I am signing this object:
import '@pulumi/kubernetes'; | |
import { Namespace } from '@pulumi/kubernetes/core/v1'; | |
import { Release } from '@pulumi/kubernetes/helm/v3'; | |
const name = 'fail-airflow'; | |
const namespace = new Namespace(name, { metadata: { name } }); | |
new Release(name, { |
import { UpDownCounter, ValueRecorder } from '@opentelemetry/api-metrics'; | |
import { hrTime, hrTimeDuration } from '@opentelemetry/core'; | |
type QueryEvent = { | |
sql: string; | |
__knexUid: string; | |
__knexTxId?: string; | |
}; | |
export function install(db: Knex): void { |
I hereby claim:
To claim this, I am signing this object:
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"/> | |
<title>for-in +/- hasOwnProperty vs. Object.keys vs. Сached keys</title> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/benchmark/1.0.0/benchmark.min.js"></script> | |
<script src="./suite.js"></script> | |
</head> | |
<body> | |
<h1>Open the console to view the results</h1> |