I'm using the DateRangePicker component from @mui/lab (v5.0.0-alpha.62) and I want to add a border around the calendar to make it stand out more from the backgr
I am trying to retrieve the resultant array of collections that has documents mapping to their respective collections in firebase v9. For example, I have this w
I was trying using SystemJS to load React but it didn't loaded instead throwing an error message in Console > 'React is not defined' I've read their documen
I'm using the last version of MSAL.js (@azure/msal-browser": "^2.23.0"),I can successfully authnenticat but the access token is empty I dont know why. I'm posti
Hello I am working with php and I have this drop down menu list code: <form method="POST" > <select name="users" id="users"> <option
I have a HtmlUnit test on the attached code. When I run the code I get the following error:
How do i add a payload to createAction from the now function? convert from this: import { ADD_ARTICLE } from "../constants/actions-type" import { createAction }
my main.js file contains :- import './style.css'; import * as THREE from 'three'; //create scene const scene = new THREE.Scene(); //arguments - field of view
I am having an issue where I am trying to query a subquery by a field, and I have tried the emulator as well as firebase support (still on going, but not soluti
I have a question about creating JavaScript arrays. Here's what I want to do. I have two arrays. Each array has object(s) in them. The first array has exactly 5
I have recently inherited a web app using the EXTjs framework. I'm not really that familiar with it, but I have been learning it the best I can over the last f
Is there any known way of getting the input tag type by checking the default value set for that input? i.e. if the input default value is set to true or false t
i am using Firebase but when I try to make a reset pass word link this error ocour's . What is the reason behind it and how can I solve this error. I have tried
function absent() { const absent_date = new Date(); const absent_days = absent_date.getDay(); console.log("days", absent_days); let absent_remo
Here is a minimal extension for chrome in v3: manifest.json { "manifest_version": 3, "name": "Test", "version": "1.0", "description": "Test extension",
I have a problem with a mousedown event that is so weird for me. I'm at intermediate level but I have a beginner problem. I'm making a game in which a player ca
I have a NodeJS application and I'm trying to write some tests. Currently, I'm trying to stub Firebase. Current code: sinon.stub(firebase, 'initializeApp'); con
Unrecognized option 'stimeout', is popping up when i'm using the command: ffmpeg -re -rtsp_transport tcp -y -stimeout 1000000 -i "rtsp://admin:[email protected]
I want to use firebase but i want that i will get realtime users on the app. But not getting how to get it as i found this is the firestore DB
i am trying to create a sidebar with drop down like this example in react js https://www.w3schools.com/howto/howto_js_dropdown_sidenav.asp i was able to design