notramo
notramo
What about allowing scrolling to the length of the longest line always? With your example, if only the many short lines are on the screen, it would allow also to...
Yes.
That's not easy to find, a small note in the formatter docs would be helpful.
I searched for the word "ignore", and I only found the ignore comments, not the configuration. I recommend adding the following: > For ignoring files and directories based on filename...
`sshd_config` cryptography section: ``` HostKey /etc/ssh/ssh_host_ed25519_key Ciphers [email protected] KexAlgorithms [email protected] HostKeyAlgorithms ssh-ed25519 MACs [email protected] ``` output: ``` # general (gen) banner: SSH-2.0-OpenSSH_9.1 (gen) software: OpenSSH 9.1 (gen) compatibility: OpenSSH 8.5+...
@xiaq, is there any progress on this?
Why should they rename it? Their project is more established than this one.
@fiaxh any progress on this? I suggest that until systray support will be added, it could run in the background simply without system tray: - The process is autostarted in...
You can try out Matrix, an open-source, E2EE alternative to XMPP, until it is fixed in Dino. (Matrix also has cross-device signing, which makes verifying devices much easier.) There are...
Upon further investigation, it seems like there are multiple Postgres versions in the repository, e.g. `postgresql13`, `postgresql14`, which can be installed side by side. Because each server version has its...