I want to make a component that can either have JSX or a function that returns JSX as children. when I log the typeof the children prop for the function or JSX,
I want to show current week's data. In databse I have some perticular date data I have fill the missing dates and in view page I am showing that by foreach loop
I am using .NET Core 3.1.2 and Entity Framework Core 3.1.2. Approach is code first, but I have one column in my SQL Server table that already exists (Country),
Uncaught TypeError: _firebase__WEBPACK_IMPORTED_MODULE_1__.default.auth.RecaptchaVerifier is not a constructor This is the error I am getting when I am trying
Im not sure if my function actually works correctly. Im trying to open a txt file and read its contents into a struct with an array of questions and for the arr
I'm trying to make an automemes command, and I can get the interval starting and working properly, but when I try to stop it, the commands gets executed again,
I am starting with PA and I am following several tutorials and the docs. Currently I get this error in my OnStart event of the app: The requested operation is
I am using VSCode to connect to connect my AWS EC2 instance. I've been using since months without any issues. I am also using conda environments. I am on Window