I hereby claim:
- I am fatalmerlin on github.
- I am fatalmerlin (https://keybase.io/fatalmerlin) on keybase.
- I have a public key ASBCLkIz35blbZ3-XvgnpwPrCK2Dv3g2ew8ez808fx0wxAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
<script type="text/javascript"> | |
SoSciTools.submitButtonsHide(); | |
SoSciTools.attachEvent(window, 'load', function () { | |
let audio = document.getElementsByTagName('audio')[0]; | |
audio.onended = () => { | |
window.setTimeout(SoSciTools.submitButtonsDisplay, 1000); | |
}; | |
}); | |
</script> |
xargs -a packages.txt apt -qq list | grep -v "\[install" | awk '$3 == "amd64" {print $1}' |
ctx.api.config.use((prev, method, payload) => { | |
if (isPayloadOfType(payload, method, 'sendMessage')) { | |
// payload is now of type Payload<'sendMessage', R> | |
payload.reply_markup = { | |
...payload.reply_markup, | |
keyboard: numberKeyboard.build(), | |
}; | |
} | |
return prev(method, payload); |