Filippo Valsorda

Results 376 comments of Filippo Valsorda

hterm handles this by bundling a few popular fonts, and then allowing custom CSS to inject web fonts. https://chromium.googlesource.com/apps/libapps/+/master/nassh/doc/FAQ.md#how-do-i-change-the-font-face Since on Chrome OS there is no way to install system-wide...

> would _not_ work if age used the same ephemeral secret across stanzas (as the spec allows) The design document didn't specify it, but the v1 spec spells out that...

> Other encryption tools when called from vim, will ask for password as needed in a separate terminal. What does the configuration to do that look like?

Hmm, this is a valid UX bug, thank you, but it's also trickier than it looks: we want ``` cat disk.img | age -d | dd of=/dev/sda ``` to keep...

I'll think about the least hacky way to make the UX work, but we are not going to do a useless stdin read in case someone pasted malicious input into...

I spent some time getting familiar with terminal handling and cleaning up terminal support in age, and I can see three ways forward here. All these are for when `istty(stdin)`...

@Macil thank you for all the details about the use case, this is really helpful in setting direction. Here is some stuff we are working that will probably help address...

This can also mention that we don't support scripting passphrases and offer alternatives, like a passphrase-encrypted identity file.

This came up before, and as far as I know, this is a fundamental issue of PowerShell pipes and file redirection, and the way to fix it is to use...

IIUC, the behavior changed with PowerShell Core 6.0. Apparently, PowerShell Core is NOT the Windows PowerShell that comes installed with Windows 10, which is still version 5.1. It sounds like...