-
Updated
May 4, 2021 - Shell
ssh
Here are 3,687 public repositories matching this topic...
-
Updated
Jul 13, 2021 - Go
-
Updated
Jul 22, 2021 - HTML
-
Updated
May 9, 2021 - JavaScript
-
Updated
Jul 25, 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
Jul 5, 2021
-
Updated
Jul 24, 2021 - C#
-
Updated
Jul 24, 2021 - Python
hashicorp/vault#8690
Original Vault Issue Comment: hashicorp/vault#8690 (comment)
Old Issue that tracked the completion of the RA API which enables a plugin like architecture for new backends: smallstep/certificates#343
Localization
-
Updated
Apr 6, 2021 - Go
-
Updated
Jul 7, 2021 - Java
-
Updated
Jun 22, 2021 - Python
-
Updated
Mar 13, 2021 - Shell
-
Updated
Jul 23, 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."
ANSI codes to hide (
\x1b[?25l
) and show (\x1b[?25h
) the cursor are not retained during the serialization. I understand that this concerns more the current state of the terminal, but since the cursor position is preserved, I find it natural to also save the cursor visibility.If this is a wontfix, is there at least a reliable way to detect the cursor visibility? Other than the undocumente