User Portlet User Portlet

Rodrigo Murta
Discussions
As far as I understand, LLMFunction utilizes LLMSynthesize in the background. I conducted a test and discovered that LLMFunction is ignoring $LLMEvaluator parameter. Looking forward to a patch in version 13.3.1. LLMSynthesize works fine with...
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]:...
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'm working with a Mailgun API update for Mathematica, based [this post][1]. After config the API account, emails works so far so good, but I discovered that when I send an attached file, the diacritics get broked. Here is the code: ...
I'm playing with Salesforce in Mathematica trying to automate some PDF upload. I would like to know how can I execute the `HTTPRequest` as described by the curl below: ![enter image description here][1] Here is the [link][2] for Salesforce website...
I'm trying to use FormFunction to Upload data to a MySQL Database. After some debug, I believe the problem is that JDBC is not working with external database in Wolfram Cloud as can be checked in the print bellow. ![testing JDBC Connections][1]...