I want to understand the purpose of ProducesResponseType. Microsoft defines as a filter that specifies the type of the value and status code returned by the act
I have a two collections: users: [ { name: 'John', children: ["Mary"] }, { name: 'Mary', children: [] } ] token
import numpy import re data1 = [] with open("C:/Users/PycharmProjects/firsttry.txt", 'r') as textfiles: for line in textfiles: data2 = [item.strip() for it
i'm having problems getting config values into my microprofile app. I have created a META-INF/microprofile-config.properties file like this: configEntry=HelloWo
I'm using R's psych package. When I use describe() as below to get descriptive statistics of variables, their names appeared in the console but do not appear i
I am trying to connect Odoo to a Postgres database instance which is running in Docker, but having trouble figuring out how to connect them. I created my instan
I'm trying to emit an array of objects to client side using socket.io with node.js (& express)in a React app. When you console.log the array on server side
I want to check device orientation, where my device is in Portrait mode, and app is in Landscape. But my code sometimes gives Landscape. Here is my code: if UI
I'm trying to launch a query like: (Select * from table1) UNION ALL (Select * from table2) UNION ALL (Select * from table3) UNION ALL (Select * from table4) UNI
I was working with my friend to a project, after we fight he hide the project from me (I did a lot of commit), the problem is in the while I had to change my p