Rob Erdmann
Rob Erdmann
As a follow-up, the value of @rpath can be embedded inside the dynamic library, either during compilation or post facto with the `install_name_tool` command [1,2], so as an alternate to...
Hi John, I think I understand the general principle, but what I think I don't understand is how this interacts with the OSX ability to have a .dylib that hard-links...
Your loop also reaches the end for me too. I think that at least in my case that's because the issue shows up as a warning rather than a full...
Note that the segfault.txt link above is actually a .py file with the test program since github doesn't allow attaching .py files.
Note that `!cd /some/directory` and `cd /some/directory` are not semantically equivalent in Jupyter since the former doesn't change the `cwd` and the latter does. I think the more correct semantic...
Yes, that makes sense. Thanks. As a long-time user of pytorch, I have always enjoyed the simplicity of `torch.load` and `torch.save` (pickles with some extra sauce, I believe) and have...
Thanks for the quick response! The Euler identity equation renders fine for me, but the second example seems to be off, both in Colab and my local Jupyter installation (missing...
As a follow-up in support of the observation that bounding boxes seem off, here is how the Euler identity looks in colab: Whereas if I use text instead, it's properly...
Great! Thanks very much. As to Inkscape rendering, I lived my life up to this point without this great tool, so it's not pressing per se (I've been using TikZ...