I have React component : import { Hotels } from "./Hotels"; import WelcomePage from "./WelcomePage"; import { initializeApp } from "https://www.gstatic.com/fir
I have created a custom facebook connector inherited from the facebook connector provided by Rasa. I want to send the users audio message for their queries, so
We are developing custom packages and each package is maintained under the scope. For example: @nest/common @nest/core @nest/microservice How to get the list
I don't understand why the following syntax are not the same if (j%3 != 0 && j%4 != 0) if (!((j%3 == 0) && (j%4 == 0))) Yet, the followings are
Did this example to activate task and this example to create task.While enumerating the tasks using this, it doesn't print the task created , but when opening t
I would like to model continous data ranging from 0 to 0.96 (the data is reflects the proportion of leaf damage on individual leaves). I was thinking of using a
I have a script that uses pandas to query a microsoft sql database and enter the results in an excel workbook. import pyodbc import pandas as pd from sqlalc
I can't find a solution to change my background color view, I tried a lot of options and nothing works. I'm trying solutions but the isn't changing There is my
This is the api I want to use and I want to get data on Only India. I am not getting how to get the data by country name. https://api.covid19api.com/summary Tha