Robert
Robert
**Description:** Using the following short snippet raises a ModuleNotFoundError: No module named 'jwt.algorthms' ``` oauth = { 'access_token': token, 'access_token_secret': token_secret, 'consumer_key': consumer_key, 'key_cert': key_cert_data } JIRA(server_url, oauth=oauth) ``` Instead...
Automatically starts an ssh-agent, when you open your shell. The ssh-agent is kept alive. If ssh-agent can't be connected to, all running ssh-agents, that your shell sees (checked via `ps...
When trying to copy lines im getting the following error: `error: Unable to copy to clipboard. Make sure xclip or pbcopy is installed.` It is installed though. ``` ➜ apt...
I reworked the base borb :) had to change it to make the creation of new borbs easier for me, so i thought why not share it, too. :D