User Portlet User Portlet

Rodrigo Murta
Discussions
Thanks for you reply Bob.
Map & Lambda in Google Sheets ---------------------- Google launched today some very cool function that reminded me of Mathematica notation. As you can check here in [Google Sheets Docs][1], I believe this could be great to help people get used to...
After install V13.1 one of my scripts get broke in my Mac. Below is the core of the bug: Module[{}, Return[1]; 2] > Return[1] In the Wolfram Cloud we get the expected result. [Cross post in Stack Exchange][1] [1]:...
Kuba, do you have any update on this to share with us? This is a nice topic to WTC2021. Reading the docs, maybe the `IncludeDefinitions` option can help. I’m studying CloudAPI deeply.
7 years have passed! I still miss this functionality in Dataset. https://mathematica.stackexchange.com/q/52414/2266
I'm using version 12.3. The Dataset Alignment is not working for the `Center` option, neither for the entire Dataset nor for a specific column. Dataset[{ 1, "colB" -> 2, "colC" -> 3|> , 4, "colB" -> 5, "colC" -> 6 |> ...
Well, the title is self explanatory. It can be tested with: Internal`StringToDouble["1"] > Internal`StringToDouble["1"] As long as it's broken other options than (the slow) ToExpression? Stack Exchange cross-post [link][1] [1]:...
Working in the creations of APIs with Mathematica 12.2, I got this problem with diacritics when sending JSON data. Here is a toy code using [httpbin][1]. HTTPRequest["https://httpbin.org/anything", "POST" ,"Body" -> (...
As stated in Wikipedia: "BigQuery is a fully-managed, serverless data warehouse that enables scalable analysis over petabytes of data." I'm a big fan of the technology, and have used it a lot in many projects for my company. Mathematica hasn't a...
I really appreciate your attention Jesse. Unfortunately, if I specify the type as you describe, I get de msg below: "{ \"message\": \"'text' parameter is not a string\" }" What is very strange if MIMEType is:...