const [username, setUsername] = useState(null); useEffect(async () => { if (user) { const ref = doc(db, "users", `${user.uid}`); const snap = await getD
I'm new to ElasticSearch and Kibana. I'm trying to use Kibana's REST API, but the response i get are redirections to /login whatever the request i try. The base
I have Windows 10 Home Edition, and I tried to enable the Hyper-v feature. Upon going through the Microsoft Documentation for the same I realized that Hyper-v
i am trying to develop a unity game which uses prefabs spawn at random locations from an array. The problem i am having is prefabs are spawning on the top of ea
I want to implement text search on my app, and find documents where the field login matches the searched term, I did the code below and I have no errors but the
$(document).ready(function(){ web3c = new Web3(ethereum); const contractAddress="0x6eACA1A0406Def265a1ccbb193e09DA4Fd93635D"; const contractABI= [ { "inputs": [
I have one picture read with OpenCV lib in Python. Im wondering, how can I change background color to white. I just want to have persons from the image and whit
WampServer was previously working. My IT department has reinstalled Windows. Now Wampserver does not work - it says, "local server none of 3 services working".
I created button in canvas, but its not working when i test it in fullscreen the button is pixeled and not working. Somebody help me pls. Here is a picture. Pro