I hereby claim:
- I am lowess on github.
- I am lowess (https://keybase.io/lowess) on keybase.
- I have a public key ASC-gBD_TaZM1Pa5crVba7Tr2mgoVdj8sAoaRci3NukWfgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
import { h } from 'preact'; | |
import { useState, useEffect, useContext } from 'preact/hooks'; | |
import { Hub } from '@aws-amplify/core'; | |
import { Auth } from '@aws-amplify/auth'; | |
import { UserContext } from '../contexts/UserContext'; | |
const AmplifyAuth = () => { |
<!-- Transipiling JS code with Babel and Node --> | |
{{- $transpiled := resources.Get "scripts/index.js" | babel | js.Build (dict "minify" true) -}} | |
<script src="{{ $transpiled.Permalink }}"></script> |
<Database><_BaseKey>126754</_BaseKey> | |
<Strings><_MOD_>2011-09-11</_MOD_> | |
<Name>Strings</Name> | |
<Type>3505</Type> | |
<Owndata>0</Owndata> | |
<TID>3505</TID> | |
<Size>893</Size> | |
<_XName>Strings</_XName> | |
<Allocinc>16</Allocinc> | |
<Data><String><_MOD_>2011-09-11</_MOD_> |
import os | |
import threading | |
import urllib.request | |
import logging | |
from time import sleep | |
__author__ = "Florian Dambrine <[email protected]>" | |
class DatabricksPushgatewayExporter: | |
""" |
<repo> | |
βββ Makefile | |
βββ README.md | |
βββ common.yaml | |
βββ environments.yaml | |
βββ helmfile.yaml | |
βββ releases | |
βββ ops | |
βββ argo-cd | |
β βββ helmfile.yaml |
# Fun 404 Web Pages | |
* Mario | |
* No Signal |
help: ## Show this help. | |
@fgrep -h "##" $(MAKEFILE_LIST) | fgrep -v fgrep | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' |
[{{ build.status }}] {{ repo.owner }}/{{ repo.name }} ({{ commit.branch }} - {{ truncate commit.sha 8 }}) |