I'm reading the documentation for File: //.. let mut file = File::create("foo.txt")?; //.. What is the ? in this line? I do not recall seeing it in the Rust
Im trying to insert the below component (Image Gallery) into my product page and its not reading the word product properly so its unable to find the product inf
I'm getting this error while sending adaptive cards to outlook from my azure bot. I am trying to build an Outlook connector bot as explained herein MS Docs (lin
When I use the "express-fileupload" node-module as middleware, I get the req.files structure like below as object, { userList: { name: 'users-list.csv',
I am creating a database of test questions for teachers to use when creating new tests. For this, I need to store the questions somewhere (in a database or in a
I've been trying to fix this for about two days but I'm getting no where. I'm trying to get the resque-web page to show but I keep running into the error Sprock
I want to run this game with multiple cores but not on different processes so all the cores use the same pygame window rather than make the same screen many tim
I am using aws comprehend for PII redaction, Idea is to detect entities and then redact PII from it. Now the problem is this API has a Input text size limit. Ho
I'm trying to build and run a simple Docker container (using docker-compose to do this) on a GCP Instance (Ubuntu 20.04), and it seems that the container cannot
I see many information on callable functions written using node.js , but none using java. I see callable functions has many features build in, e.g. With callabl