Renato Bellotti
Renato Bellotti
Yes, it doesn't work for me.
I've tried again. It gas just worked once, but now it doesn't. It seems like the long press is not registered.
I figured it out in the meantime: You need to move your finger while "pressing". A slight upward movement does the job for me. I hope this helps you, too.
Basically, it is currently not possible to run Mitsuba on Fedora. Is there any chance that this will be fixed in, say, the next week? I need Mitsuba for a...
The issue only appears if `fig.text()` is called, not with `ax.text()`
I experienced the same issue. In other words, the software is not installable. That's a pity, it looks so promising...
I have tried again and found several issues. **This package is broken and seems to be unmaintained. DO NOT USE IT!** Why? - The package uploaded to PyPi is from...
I have a similar small code example (*): ```julia using Zygote my_dict = Dict( "name1" => 1., "name2" => 2., ) function my_func(x) result = 0 for (xᵢ, (name, value))...
Interestingly, the code works correctly with named tuples (i. e. removing the ``Dict`` in the code above). Perhaps this simplifies the bug fix?
No, sorry. I could circumvent the problem by leaving the ``Dict`` away.