{ "main": "index.ts", "devDependencies": {`enter code here` "@types/express": "^4.17.13", "@types/node": "^17.0.24", "nodemon": "^2.0.15", "
As the title states, I get the error 'Request body must be present.' when trying to call the Cognitive Services API on Azure for text summarization. I have most
I usually use Powershell and have parsed JSONs from HTTP requests, successfully, before. I am now using Python and using the 'Requests' library. I have succes
With C# 8 we got ranges to get "sub lists". While this works: var array = new string[] { "abc", "def", "ghi" }; var subArray = array[0..1]; // works This does
The D3v3 graph below contains multiple forces, to be able to place nodes inside other nodes. Now I struggle to position the links for the orange nodes proper. T
I created a small demo project with 4 activities on focused on persistence and Action Center (see YouTube example https://www.youtube.com/watch?v=xJcpLTXHUWE).
I used JVectorMap (http://jvectormap.com/maps/world/europe/) to create a map of europe. But I don't want that you can drag or move the map. The map is based on
Sample data: Week Client Amount 1 A 20 1 B 20 2 A 20 2 B 10 3 C 40 I want a query where if the total for the week is 40 or more, include those rows in the res