User Portlet User Portlet

Discussions
Henrik, you are correct, I was wrong in pointing out that you were using the mathematical representation of the cylinder, when in fact you are using RegionDistance, which is generic. Let me study this and build my complete example and see if I can...
Thank you Steffen, I will investigate asap.
Christopher, I saw the same behavior. I don't believe it is a benefit of the Association. I suspect it is a benefit of the caching done by one of the computational geometry call. There is a file cache somewhere in Application data for Mathematica,...
I filed a bug .[CASE:4563074] Good luck team! Thank you Luc
If you change the labels = IntegerName[#, "Ordinal"] & /@ Range[Length@groups]; into what should be more properly: labels = IntegerName[#, "Ordinal"] & /@ Range[Length@data]; You will find example that fails, because there are...
Awesome, it works now. I just need to learn how to just get the last manipulate to show up rather than the full notebook!
It appears that to access the Salesforce data, one needs to write a few lines of code, to get the proper token. Has anyone done this already? I want to be able to make graphs showing some of the events tracked there, and I'd rather do it in...
Weird. Today everything works... Maybe someone fixed something in the back end..