Tobias Bora
Tobias Bora
Note also that if the error message contains a long line like `robustExternalize/robExt-ABC41082ADB6EF46AFE4D61D09630D7A.pdf` here: ``` ! Package robExt Error: On line 16: the pdf file (robExt) robustExternalize/robExt-ABC41082ADB6EF46AFE4D61D09630D7A.pdf (robExt) is not...
I'm building it with Nixpkgs release 20.03, more precisely I use this commit [https://github.com/NixOS/nixpkgs/archive/14006b724f3.tar.gz](https://github.com/NixOS/nixpkgs/archive/14006b724f3.tar.gz). I put both `disnix` and `disnixos` in my `environment.systemPackages`. Here are some versions: ``` $ readlink...
I can't find how to type the function: ``` async function handleFilesSelect(e: any) { … } ``` in ` ` as I would get errors if I remove the `any`,...
Who, awesome, thanks a lot! Would it be possible to document it?
I just filled a bug also on glaxnimate as they don't seem to provide a way to install the library here https://gitlab.com/mattbas/glaxnimate/-/issues/545, let me know if it's actually stopping you...
For the rotation/scale can't we simply add an invisible cube of size 1x1x1 (resetable at any time to "apply" the scale) in the mobject, to recover the applied transformations?
Well, if we can somehow add a special invisible mobject/set of points (let's say a cube where one vertex O is initially located at (0,0,0), vertex A is at (1,0,0)...
Oh sorry, I got confused since my internet connection was bad I just answered the email without checking the actual issue, thinking that it was something else ^^ So it...
@bf the simplest (but unperfect) workaround is to add `\tikzsetfigurename{nameprefix}` from time to time (changing the `nameprefix` to random values) so that when you add a picture before, it only...
@bf because I was tired of this, I ended up creating my own library (in the meantime I realized today that there is also [this project](https://github.com/sasozivanovic/memoize), that seems to try...