14,505 questions
0
votes
0
answers
19
views
Why does my resetChallenge() function not completely reset the progress and badges in my JS web app?
I'm building a small web-based challenge tracker using JavaScript and localStorage. Everything works fine, except for the resetChallenge() functionality.
When I reach 100% progress on a task, I call ...
0
votes
0
answers
16
views
Different Maestro CLI output on Windows vs WSL
I'm using Maestro on Windows, and I followed the official installation and setup guide from the official documentation page: official guide to install Maestro on Windows
I also installed Maestro on ...
-1
votes
0
answers
57
views
How can i make block like this? [closed]
Hi all,
I'm trying to recreate a visual layout similar to the one in the attached screenshot. It consists of several concentric ellipses with logos (images) placed neatly inside each ellipse. Here's a ...
0
votes
0
answers
17
views
AWS IoT Core Topic to frontend
I'd like to send my data from my iot core topic exceeded_temp to my frontend (react) for example to see the temps.
So what I'm trying is to send the data from my topic to my frontend.
My frontend code:...
1
vote
0
answers
54
views
Unable to set cookies in chrome in application tab
When I try to manually add cookies in google chrome in application tab I just can't add more than one, I doubt if this one is even added. There is no extra empty row below for adding a new cookie.
...
1
vote
1
answer
110
views
Map does not load properly using React Leaflet
I tried using React Leaflet example and but it does not render map correctly. My code is as it follows:
import './App.css';
import { MapContainer, TileLayer, Marker, Popup } from 'react-leaflet';
...
-3
votes
0
answers
41
views
How to make the setter function in react asynchronous [closed]
I have a situation, where I am rendering Rows inside another row, where the first row is an accordion. On click of the row, the API call happens and the resultant data is showed in the row inside
So ...
-2
votes
0
answers
19
views
On vicidial 11 calls are being dial but answer calls are not being forward to agents [closed]
I have installed vicidial version 11, calls are being dial and being connected with carrier but the answered calls are not being forward to agents.
I have try reconfigure conf.sip and reconfirm the ...
1
vote
1
answer
27
views
How to Add Gap Between Button Dropdown and Card in Vue Quasar
So I am trying to create a personal automation app that has some action blocks that I add using an Action Dropdown button. Here's this element:
<div class="row justify-center">
<q-...
0
votes
0
answers
22
views
Highchart Export Menu Bug
When I select the download csv, download xls or view data table, the mouse cannot select the export menu again unless the mouse is on the very top or right pixels of menu button. The chart think the ...
2
votes
1
answer
60
views
Drag and Drop Elements Independently in Vanilla JS
I'm new to Javascript, but getting close to finishing the vanilla JS for a mock desktop UI project: opening asides as "windows" that can be reordered, selected, and moved independently ...
1
vote
1
answer
45
views
Zoom Integration "Invalid Signature"
Invalid Signature issue
What I’m Trying to Achieve
Register/login users via my custom backend.
Create a Zoom meeting using the Zoom API.
Start or join the meeting using the Zoom Meeting SDK in the ...
-2
votes
0
answers
70
views
How can I accurately position and maintain alignment of absolutely positioned SVG elements over a full-screen background image
Background image without SVG elements
The SVG elements are absolutely positioned within the layout, but there is no structural or programmatic link between them and the background image. This means ...
0
votes
0
answers
45
views
Angular Compound Dropdown Component Loses Selection on Subsequent Choices
I'm creating a compound dropdown component in Angular where items can contain custom components. The initial selection works, but subsequent selections clear the previous choice. Here's my ...
0
votes
0
answers
26
views
Package does not exist in the module-info declaration in Java
My current Java project is designed using a multi-module structure, consisting of a backend and a frontend module. Each of these modules has its own pom.xml and module-info.java. The POM files are ...