User Portlet User Portlet

Discussions
Any news on the problem? I'm wondering whether there is workaround now so I can start using 10.4?
In the revision history the OpenGL issues are fixed, but I'm still experiencing the problem described [here][1] with version 10.4.1 on Mac 10.11.4. I'm wondering whether I need to do something else for the fix? [1]:...
The version of Mathematica and the operation system are included in the question. I think the code is too long to put it here, and it may post a distraction. Are you able to reproduce the crash using the .tm file?
According to the documentation, the data sent to Data Drop can have multiple values, with each value indicated by a new line: ![enter image description here][1] However, when I try to send this to Data Drop x=1 y=2 z=3 I get...
It looks like the save as pdf is broken after I update to version 10.0.2 (version 10.0.1 and 10.0.0 have no problem). The labels in the plot become a mess. The copy feature is also broken, for instance when I copy the plot and paste to Keynote. ...
It seems that I can't print correctly with a setting of printing scale. For example, I have some plots in a notebook, Grid@Table[Plot[Sin[x], {x, 0, 2 ?}, ImageSize -> Medium], {4}, {4}] ![enter image description here][1] when I print...
The function `Eigenvectors` seems to generate different results every time, when using the method "FEAST" in version 10. I have a hermitian matrix H={{307.15,-0.185+0. I,-3.11835*10^-17-5.30092*10^-17 I,5.80793*10^-18-8.83487*10^-17...
I think you can just upload the packages to the cloud and then use Needs to load them as normal. It works for me.
Thanks for the answers. I tried to make the example in Sean's answer into a fortran (at the end), and by compile with ifort test.f90or ifort -r8 test.f90 I can set it to use single (fixed precision at 8) or double precision (fixed precision at...
I usually works remotely using kernels on our hpc and front-end on my local laptop. This enable me do relatively large computation within my laptop. But there is a problem when come across packages. Since I manage all the packages on my local...