-
Updated
May 4, 2021 - Shell
ssh
Here are 3,604 public repositories matching this topic...
-
Updated
May 22, 2021 - Go
-
Updated
Jun 1, 2021 - HTML
-
Updated
May 9, 2021 - JavaScript
-
Updated
Jun 3, 2021 - Go
the borg files cache can be rather large, because it keeps some information about all files that have been processed recently.
lz4 is a very fast compression / decompression algorithm, so we could try to use it to lower the in-memory footprint of the files cache entries.
before implementing this, we should check how big the savings typically are - to determine whether it is worthwhile doing
-
Updated
May 31, 2021
-
Updated
May 14, 2021 - C#
-
Updated
May 30, 2021 - 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
-
Updated
Apr 6, 2021 - Go
-
Updated
May 25, 2021 - Java
Localization
-
Updated
Jun 1, 2021 - Python
-
Updated
Mar 13, 2021 - Shell
-
Updated
Jun 1, 2021 - Go
-
Updated
Feb 8, 2021 - Perl
-
Updated
Apr 14, 2021
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."
Powerlines chars were trimmed to only fill a single cell in xtermjs/xterm.js#3279, we need to look at the character codes in nerd fonts and make sure wide ones are trimmed to 2 cells.
Actual:
Expected (Terminal.app):
![image](https://user-images.githubu