Latest Questions

How do I fix the "The shadow-piercing descendant combinator (>>>) is deprecated" warning on ng build for production

I'm getting ng-build -c production warnings for all my css in styles that have a '>>>' notation. Warning: ▲ [WARNING] Unexpected ">" /Users/m

Why tesseract is not recognising text from this image?

I am trying to get the text from these images. When I run the code is below, in the first picture recognize "Legendary x" but the second picture doesnt recogniz

how to change useState's state without render in functional component

how to change useState's state without render in functional component const [imageId, setimageId] = useState(0); const Slide = () => { re

What's the easiest way to play youtube video in <video>tag in React

I am trying to play youtube video in html5 tag but I am getting some error <div className={classes.VideoContainer}> <video className={classe

How to turn off JetBrains IntelliJ bell sound?

I‘ve tried a lot of solutions on the web but couldn't find any to work for me. My OS: macOS Monterey What I've done already: IntelliJ > Settings > T

How can I do work with a coroutine in a foreground service? Kotlin Android

I am trying to build an app that will run in a foreground service and give feedback to the user only through audio. I have followed this example: https://better

How to configure the DAP debugger under neovim for typescript?

I'm trying to configure the DAP debugger in Neovim for a typescript application. I added the DAP plugin: use "mfussenegger/nvim-dap" I also have a config.l

How to emulate clicking on coordinates on android in the editor on android python

On my device there is a safe from which I forgot the password and I want to sort through all the passwords through auto-clicking on python. The problem is that

Firebase deploy displays welcome screen error message, app link is not working

I'm following all the steps to deploy with Firebase for a React app. Firebase login firebase init (completed all the steps) npm run build Firebase deploy The co

The problem with saving a file through a loop in Apps Script

I really need help. I made a script that inserts values from a table into a Google document. A new document is created for each line. But for some reason, depen

Getting error as "karate.org.apache.http.conn.HttpHostConnectException" while running test cases on Karate

First Case: On Local Eclipse Issue: While running test cases on Karate, I am getting below error where Feature file as below: Background:

compilation error at overload when using replacerFunction callback

I have a function that generates random word: const randomWord = () => { return "obbooobb".replace(/([ob])/g, (match: string) => { if (match =

Can't stop the asynchronous flow

I have the following function: const handleSubmit = async (event: React.FormEvent<HTMLFormElement>) => { event.preventDefault(); const

How can I fix this audit warn usage error of vue

>>>app vue code and addtask code: <template> <div class="container"> <Header title="Task Tracker" /> <AddTask @add-task=

Is there a way to disable href link / links if the user is already on the page the href link / links leads to, without using JQuery?

So I have something like this in my html: <a id="one" href="/index.html"> HOME </a> <a id="two" href="/something.html"> SOMETHING </a> &

Merging excel workbooks into one using xlwings

I am currently trying to merge a number of excel spreadsheets into one workbook to create a monthly master workbook. I have written the following code to try an

AADSTS650052 and AADSTS650051 when requesting consent

Running into these when requesting consent: The app needs access to a service that your organization has not subscribed to or enabled. Please contact your admin

Cache discriminator viable approach in web pages

In the project i have developed till now, i usually add a random number to each request of data or file related to the project. I have to specify that the proje

Button click toggle on mouse release

I am trying to get the same effect as the example below, whereby you click a button the button background changes to red but on release it changes back to the d

Excel OFFSET function with a dynamic row argument

Sorry about my newbieness here. So... I have this table: And I want to collect some data into a different sheet: As example, I am collecting D14, with this f

php increment nested arrray from list array by values

probably can not see something, I got two arrays: $grid = Array ( [0] => 3 [1] => 2 [2] => 3 [3] => 2

how to access to bpf map which was made by user program in the kernel program (kernel context)?

Let's suppose there are two programs (User program and Kernel program). User program made bpf map by api bpf_create_map_name() and it returns fd. With this fd,

Remove invariants from some prolog list?

I am searching some predicate: reduce_2n_invariant(+I, +F, -O) based on: some input list I some input operator F of form fx, which generates some output list O

Images aren't rotating

Alright. I've been looking around for a solution for some time now but I cannot seem to figure out why images aren't rotating on my Debian server using PHP. $co

How to use comman api gateway for customer apps and employee apps?

We are developing mobile app for end users and admin web app for employees . We are planning firebase mobile authentication for customer mobile app and microsof

glm::ortho doesnt display anything

I need an orthographic projection matrix in OpenGL and I use glm for it like this: glm::ortho(0.0f, width, 0.0f, height, zNear, zFar); But this does not produc

how to attach picture to another picture?

I want to do synchronising device, it measures phase shift between phases. It's a measurement device, that have a pointer like a clock. It consists of two imag

Keep k random strings from input file of unknown length in C

Problem I want to get input from a file of unknown length, separating the input to strings at a defined delimiter and saving some of them. After reading the ent

Input value not updating, dynamic input box when user opens popup window react/next js

I have a problem where when a user opens a popup window to change their name, email, password, etc. the input box where they'd add their change won't collect th

How phase lock cosine/sine signal sources in gnuradio?

I would like to generate a properly phase locked cosine and sine signal (float) using 2 Signal Source blocks while being able to adjust their frequency with a G