-
Updated
Oct 14, 2020 - Shell
ssh
Here are 3,169 public repositories matching this topic...
-
Updated
Oct 21, 2020 - HTML
-
Updated
Oct 7, 2020 - Go
-
Updated
Oct 22, 2020 - JavaScript
-
Updated
Oct 23, 2020 - Go
1.1.15b1 testing
I made a new release 1.1.15b1 for testing, see there:
https://github.com/borgbackup/borg/releases/tag/1.1.15b1
As you see, the borg code is pretty much the same as in 1.1.14, but especially the binary building got some updates. Thus, primarily the binaries should get some testing, to find issues before I make the final 1.1.15 release later this year.
As they were made on debian stretch wi
-
Updated
Sep 25, 2020
-
Updated
Oct 9, 2020 - C#
-
Updated
Oct 23, 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 22, 2020 - Go
-
Updated
Oct 5, 2020 - Shell
-
Updated
Oct 22, 2020 - 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