Maxim Baz

Results 535 comments of Maxim Baz

I see, makes sense 😞

@belak thanks for starting to merge pull requests! Just a question, there have been a few improvements and bug fixes merged in [zsh-users/prezto](https://github.com/zsh-users/prezto) (94 commits to be precise), are you...

Thanks for the hint. This helps with eating a line (basically due to removal of the `zle redisplay` inside `expand-or-complete-with-indicator`), but it breaks other stuff, for example showing `...` while...

This is because newly generated keys with `ssh-keygen -t rsa -b 2048` start with this string: ``` -----BEGIN OPENSSH PRIVATE KEY----- ``` While previously the same command generated a file...

Thanks for the kind words @as400l 🙂 1. Definitely a good point about documentation! 2. Makes sense. So far I tried to keep the code as small as possible, as...

Great catch, thanks! As for the boot entries, I have just remembered why recovery entries are not automatically added by the script: because they don't have embedded cmdline. With secure...

Thank you for reporting, and wow that's a good catch! By the way, can you tell me the website you used, where the screenshots are from?

Fun report! 😄 It sounds like it's just `nano` that is doing something to the file when it opens it, especially as you say it doesn't reproduce with `vi`. Interestingly...

Nice analysis! Yeah I believe when serving index.html at least, `echoip` should serve all resources with correct Content-Type.

Yeah. Hm it's not nice that we try to parse random files (especially if it causes problems), but it's just how the `html/template` library works (or how it's used here)...