Error: error using credentials to get account ID: error calling sts:GetCallerIdentity: SignatureDoesNotMatch: Signature expired: 20191211T15
1610Z is now earlier than 20191211T160159Z (20191211T161659Z - 15 min.)
status code: 403, request id: a86a37c9-1c31-11ea-a958-0d2bb1a6cbbd
https://serverfault.com/a/842343 tldr: it happened due to my system clock being "wrong" (i manually disabled auto sync since brazil lack of daylight saving in 2019 seems to not have been pushed to my OS [lack investigation])
// ==UserScript== | |
// @name Wanikani Self-Study Mobile | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description improve mobile support for wanikani self-study | |
// @author eh-am | |
// @match *://*.wanikani.com/* | |
// @grant GM_addStyle | |
// @downloadURL https://gist.githubusercontent.com/eh-am/4335ebaabe925821f61d63932f4b7e72/raw/a3dac61e8850b9f076827ac6e125b14fcb878d07/wanikani-self-study-mobile.js | |
// @updateURL https://gist.githubusercontent.com/eh-am/4335ebaabe925821f61d63932f4b7e72/raw/a3dac61e8850b9f076827ac6e125b14fcb878d07/wanikani-self-study-mobile.js |
padrão do bitbucket é colocar no clipboard git clone $repo
e do github é só $repo
qntas vezes já não escrevi git clone git clone $repo
https://github.com/ElmCast/elm-vim
The debugger sidebar has a character limit, so you can't really see the entire thing. A way to circumvent that is to log the message
case Debug.log "msg" msg of
https://discourse.elm-lang.org/t/display-full-msg-in-elm-debugger-sidebar/1578/4
use want
and got
and maybe arg
for variables
use TestMain to setup/teardown
kubectl get pods webapp -o json | jq '.["spec"]["containers"]' | jq length
kubectl get pods webapp -o json | jq '.["spec"]["containers"][]["image"]'
pipelineJob('my_project') {
triggers{
scm('H/5 * * * *')
}
definition {
cpsScm {
scm {
git {
- use named ports in services
- templating in values.yaml helm/helm#2492 (comment)
multi tenant spinnaker spinnaker/spinnaker#3613 https://community.spinnaker.io/t/limiting-user-access-at-a-namespace-level/375
não consigo usar setas no terminal do spacevim wsdjeg/SpaceVim#2234