I'm working on a project where I'm unable to run npm install as I'm getting the following error. npm WARN deprecated [email protected]: Critical security vulnerabili
I have created custom alert with Modal in react native but it renders only once. This is my component import {Text, View, Modal, TouchableOpacity} from 'react-n
firstly, I google'd a lot but nothing I found related to my case, I have an ELF executable file I'm trying to run it in my Ubuntu WSL, I've changed the permissi
After a long search and unsuccessful attempts, I ask you to help me here. I need a python script that in maya will switch wireframe to shaded (key 5:smooth shad
Suppose that you have two data frames which can be created using code below: df1 = pd.DataFrame(data={'start_date': ['2021-07-02', '2021-07-09',
I have a Collection allRecords as {'name':'tom', 'subjects':'Physics'} {'name':'jerry', 'subjects':'Maths'} I have one json file is testData.json as {names:",t
Goal: For a point a and a rectangle B, I would like to calculate the shortest distance between these two objects. Motivation Because this calculation is part of
What's the correct syntax for the onChange es6 function? function myEvent(e){ console.log(e.target) } <select onChange=(event)=>{console.log(event.ta
I have to do this:- If an attendee has registered to parallel sessions (Sessions happening at the same time/overlapping sessions), then a checkbox (Registered_T
I'm currently working on an university research related software which uses statistical models in it in order to process some calculations around Item Response
I'm trying to install TkFontAwesome using python -m pip install tkfontawesome, but always get the following error: Collecting tkfontawesome Using cached tkfon
you are given a stream of integers represented by an array[ ] of size N. Whenever you encounter an element arr[i] , you need to increment its first occurrence (
Started working on a new application and decided to write tests from very early stage to avoid any future mistakes. However, little bit struggling I guess with
i have been given a code to sort a linked list that contains links (we call them maillons in french, sorry i don't really know how it's called in english) of Op
I am developing an automated calendar for a school on AirTable, but I am struggling to add if there is a bank holiday between the start date and end date. If th
Currently, i am working on a task where we are scraping pages from web and trying to generate labels for each webpage. For that, we have extracted the text data
I use redigo to use redis in golang I have tried to use group with reducerTOLIST but I got the following error: Error parsing Aggregate Reply: redigo: unexpect
I need an array with chart values, I obtained one but after exiting from the function it became blank, here's what happens: Example function AddvotoTec(voto
I am trying to make an https request in my backend node.js web app. I have the following code: const express = require('express'); const https = require('https'
I have the following two datasets: df1 <- data.frame( "group" = c(1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 5), "numbers" = c(55, 75, 60, 55, 75, 60, 5
I want to remove the appData after my app was uninstalled. The deleteAppDataOnUninstall: true option was useful when i run the uninstaller.exe,but not work when
I am trying to move a turtle towards it's offspring based on a shared variable. In my initial code I ask a male (breed) that has a display, but not a bower, to
Working on a random question picker from a codechef webpage but the problem is even when i am using random value of i, it always clicks the first question. Code
We are facing an issue with the Prometheus due to compaction in an OKD cluster 3.11. We have observed that Prometheus is not able to delete the .tmp files. The
I'm building a Slack bot that handles slash commands. I'm following the Slack documentation https://api.slack.com/interactivity/handling#message_responses and m
I currently have this example array: array = [1.2%, 16%, 9.0%, 8%] I want to get the highest number so I did this: Math.max.apply(null, array); But it shows a
File "C:\Users\ASHU\AppData\Roaming\Python\Python310\site-packages\pipx\main.py", line 779, in cli return run_pipx_command(parsed_pipx_args) File "C:\Users\ASHU
I have a folder named windows in my Flutter app. It's also causing some C++ and other files to show up in source control changes. Is it safe to delete this fold
I created : A reusable react component package, and A react app for testing the component Both of them are inside a monorepo (lerna). The problem is the "react"
I am coming to the forum because I have a big problem with the replication of my domain controllers. I explain the situation: Context : I have 2 local sites con