I'm currently working on a little physics simulation, and had some trouble figuring out how to get the ball to collide with the platforms. Here's my code: var a
I need to SUM in excel, but the range is always difference, need to reference to cell to get the range number. Is there anyway to use the & in excel to poin
An api can give me two types of response in json. Response 1: { "status": "In Progress", "message": "Dataset is not ready yet, try again in XXs" } Response
The tutorial Object Ordering refers to the concept of "natural ordering": If the List consists of String elements, it will be sorted into alphabetical ord
In my project, I have one docker-compose.yml as follows: version: '3.9' services: my-service: build: dockerfile: ./Dockerfile context: ./
I am creating hierarchical endpoints in AWS api gateway and want to loop through my local variable to create endpoints in api-gateway. My local variable looks l
I have been trying to stream some sample data using pyspark from one kafka topic to another (I want to apply some transformations, but, could not get the basic
I'm not sure if this is possible from the conf file but it should be. I don't care what network subscribers come from... .i.e what ip address/network adapter th
How to use lodash (https://lodash.com/) or any other JavaScript package inside Dittofi?
So I'm trying to sort my query: await Content.find({ $text: {$search: `\"${query}\"`}, } It querys in the title, text and author of a document. Basically,