s4m13337
s4m13337
Here is simple example of what I am doing: ``` APIFunction[ {}, If[HTTPRequestData["Method"] === "GET", "400 Bad Request", ExportForm[HTTPRequestData["Body"], "JSON"] ]& ] ``` I pass the following JSON object to...
I got 1 warning and 4 errors when trying to compile on macOS: ``` warning: creating a shared reference to mutable static is discouraged --> src/lib.rs:284:24 | 284 | match...
It would be interesting to have support for neural network structure/graph output. Currently it just displays a tiny blank box. Also when training the network with, no helpful information is...
On Wolfram Engine version 14.0, when trying to return an Image or its Base64 encoded version using ExportString/ExportForm, the kernel keeps evaluating the request forever. For example, this one keeps...