Frederick Zhang
Frederick Zhang
> > In Thunderbird: send out emails in the flowed format, but enable mailnews.display.disable_format_flowed_support > > This will display the messages you receive without a reflow, you see the soft...
Just wanna say that I have no plans to do this myself, as all my personal machines run Linux, and I don't want to write personal stuff on my work...
Alternatively someone can backport https://github.com/microsoft/windows-rs/commit/afe32525c22209aa8f632a0f4ad607863b51796a to 0.24.0 and release it as 0.24.1, which is probably more efficient in terms of tackling this particular security issue.
There's also news at https://github.com/hoodie/notify-rust/issues/148
The script internally calls `growpart` from `cloud-guest-utils` and `resize2fs`. So if you are not using LVM etc, to grow main ext4 partition of a boot volume in Ubuntu, simply run:...
@davidkhala If it's what you want ¯\\\_(ツ)\_/¯
I recently also stumbled upon this issue. First of all, I can confirm @zellwk's testing results about `Authorization` header. I was confused by some HTTP server implementations and Firefox/Chrome's behaviour...
By the way I did a quick search in Firefox's code and I was only able to see how request credential mode interacts with cookies [1] at my first glance;...
Ah I think I understand where the MDN wording (and W3C) came from now. 'HTTP Authentication' here, I believe, refers to the (usually) challenge-response form of HTTP native authentication, where...
> having dockerode pass in pingInterval: false `pingInterval` was renamed to `keepaliveInterval` in https://github.com/mscdex/ssh2/commit/992296b4cab5fc84ec48a9886402282965e14c4a, which I already set to 0 in the patch :) (Actually this was unnecessary as the...