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:
| 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); |
| xargs -a packages.txt apt -qq list | grep -v "\[install" | awk '$3 == "amd64" {print $1}' |
| <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> |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env bash | |
| # Based on https://stuartleeks.com/posts/wsl-ssh-key-forward-to-windows/ with fixes & improvements | |
| # Load / run this file during startup of your shell, e.g. in your `.zshrc` or `.bashrc` | |
| # You can use this snippet to only run it in WSL: | |
| # | |
| # # only run in WSL | |
| # if [[ $(grep -i Microsoft /proc/version) ]]; then | |
| # export IS_WSL=1 | |
| # $HOME/.agent-bridge.sh |