Results 14 comments of Raj

To clarify, is this PR for the ability to use the "zoom-in" and "zoom-out" commands in qutebrowser to zoom a PDF opened in the browser using pdf.js? Right now, the...

I think Firefox's model of per-tab containers + making all daughter tabs belong to the same container is optimal. With colored tab indicators for each container and maybe integration with...

> Switching the profile of an already open tab isn't going to be possible. I don't think it's possible in Firefox either (as far as I know), and I don't...

Looking forward to the updates! I noticed you'd mentioned potentially using age as a backend in this comment: https://github.com/android-password-store/Android-Password-Store/issues/1195#issuecomment-808940598. Is this still planned/in the works?

FWIW, `closing_balance` and `opening_balance` seem great as directives, where `closing_balance` is evaluated at end-of-day (after all transactions of that day) and `opening_balance` is evaluated at start-of-day (after all transactions of...

Here is a script that shows the conditions under which `scipy.linalg.lstsq` doesn't match `numpy.linalg.lstsq` and `torch.linalg.lstsq`. For some reason, the discrepancies only show up when my input matrices are centered...

A link to the discussion on PyTorch's choice of `rcond`: https://github.com/pytorch/pytorch/pull/49093#discussion_r574466884_

I've added the recommended test to the class [`TestLstsq`](https://github.com/raj-magesh/scipy/blob/757832669f75f05e496e8f616497945485419734/scipy/linalg/tests/test_basic.py#L984). Let me know if I should do anything else!

Not sure if I should be doing anything else, please let me know if so!

Curious if this is still planned! Is it possible to set the border color to be transparent (or default to the terminal's background)?