{16/7}
{16/7}
I just tried setting both `WEECHAT_HOME` and `OBJC_DISABLE_INITIALIZE_FORK_SAFETY`, both exported and not (i.e., issuing `OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES weechat` to the shell). The latter does the trick for me. I have 2 Macs,...
As an example, here is a snippet of code that computes the Arden Buck equation: ``` def vapor_pressure(self, T): Tprime = T.to(self.ureg.degC) p_s = self.Q_(257.14, self.ureg.delta_degC) + Tprime p_s =...
I should have been more explicit. I am requesting that the [documentation that I linked to](https://pint.readthedocs.io/en/latest/nonmult.html) be updated to mention that there are actually 3 ways to perform arithmetic on...
If that's true, then why is it that some equations in Physics (such as the one I mentioned) requires the magnitude of temperature? I agree with your perspective where the...
I would urge you to consider this one carefully. Temperature is a tricky thing to work with in my experience. Vapor pressure in particular requires approximations such as Arden-Buck because...
> What is not clear to me is why you are singling out temperature. Numerical-value equations (like the Arden-Buck equation) are present in all disciplines, including different dimensionality. I wouldn't...
@gnomon- 's solution does not seem to work for the `shout` output plugin, presumably because it just streams and doesn't go through `ffmpeg` at all. Any thoughts? I discovered [Liquidsoap](https://www.liquidsoap.info/)...
> > The latter does the trick for me. I have 2 Macs, both on intel, both running 12.3.1. On both machines, I am able to install, contrary to what...
I am using `use-package` with the `emacs-app` MacPorts package. I just upgraded to Ventura 13.4 yesterday and I just had to upgrade MacPorts (and all its packages), `rm -fR ~/.emacs.d/elpy`,...
I am also experiencing this issue and it does seem to be a conflict between `whitespace-mode` and `highlight-indent-guides-mode`. The example given in the introductory post for this issue doesn't seem...