-
Updated
Oct 2, 2020 - Shell
ssh
Here are 3,125 public repositories matching this topic...
-
Updated
Oct 4, 2020 - HTML
-
Updated
Oct 7, 2020 - Go
-
Updated
Sep 13, 2020 - JavaScript
-
Updated
Oct 7, 2020 - Go
check python 3.9
python 3.9.0 is soon to be released.
check if borg works on py39, try manually and also run our tests.
add it to tox.ini, travis-ci, vagrant boxes, setup.py (metadata).
-
Updated
Sep 25, 2020
-
Updated
Oct 4, 2020 - C#
-
Updated
Oct 6, 2020 - Python
-
Updated
Jun 2, 2020 - Go
-
Updated
Aug 2, 2020 - Java
-
Updated
Sep 16, 2020 - Python
What would you like to be added
Add support for a DynamoDB storage backend. Although MySQL is available, it would require to run a RDS Instance for it. Extra costs, backup considerations, etc. Even with Aurora Serverless.
DynamoDB is just there, scales as needed with OnDemand pricing and has fine backup capabilities.
Why this is needed
We plan to run step-ca in AWS ECS on Farga
Localization
-
Updated
Sep 26, 2020 - Perl
-
Updated
Oct 6, 2020 - Go
-
Updated
Oct 5, 2020 - Shell
-
Updated
Feb 13, 2019 - Go
Improve this page
Add a description, image, and links to the ssh topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ssh topic, visit your repo's landing page and select "manage topics."
Electron has an API to play the shell bell https://www.electronjs.org/docs/api/shell#shellbeep
To support this with xterm.js we would need to allow
bellSoundto take a() => void:https://github.com/xtermjs/xterm.js/blob/ab63b5168161d5a3a93708f4dc274fadee176801/typings/xterm.d.ts#L47-L50