Skip to main content

All Questions

Tagged with
-1 votes
0 answers
14 views

Bars for a Sorting Algorithm Visualizer [closed]

I am currently trying to figure out how to create x bars, with heights based on values in array. Anyone know a way to do this? I currently have a function for making objects for the bars: function bar(...
STM's user avatar
  • 1
0 votes
0 answers
3 views

Why am I getting a frame-ancestor error when trying to use Amazon Connect Streams

The Error: The page’s settings blocked the loading of a resource (frame-ancestors) at because it violates the following directive: “frame-ancestors 'self'” Background: When I attempt to load the page ...
user26384446's user avatar
-1 votes
0 answers
12 views

Profile header not showing ( user not found ) error

so i have created a instagram clone in which i go to the profile section its saying user not found but in my code when i remove the "finally" block its showing only the skeleton but it ...
Kaushik shaw's user avatar
0 votes
0 answers
16 views

Is it possible to set <embed> PDF content from a fetch request?

I have a fetch request that returns a PDF stream: // from the php code: public function getPdfContent() { return response($pdf, 200) ->header('Content-Type', 'application/pdf'); } And the ...
pileup's user avatar
  • 3,048
-3 votes
0 answers
23 views

How do svg Images stretch and fill? [closed]

I'm writing an html with a temperature indicator here. I've tried a lot of things. I'm using an svg graph with a size of 500px by 20px. I allow it to stretch because it's just a gradient color, but I ...
Wi-Fi's user avatar
  • 1
0 votes
0 answers
11 views

Save a file from selector to CPanel storage for VueJS

I am trying to save a file from html file input to my cloudPanel storage so i can retrieve it later if needed via html . I have tried searching for answers but they don't work, as in, the console ...
Omer Khan's user avatar
0 votes
0 answers
34 views

How to implement zooming a canvas centered on the mouse

Thanks to the Zoom/scale at mouse position question, I implement my zoom/scale canvas. However when handling zooming in and out, this code was used: offset.x = e.offsetX - (e.offsetX - offset.x) * ...
chengfengwang's user avatar
-1 votes
0 answers
20 views

Bootstrap 5 multiple card slider affiche une seule card au lieu de 4 [duplicate]

I am working on an angular 17 web app and using bootstrap 5 to create multiple cards in a carousel. Unfortunately it's just showing 1 card instead of 4. The result i am expecting will look like this : ...
Adebayo Lakatan's user avatar
-3 votes
1 answer
19 views

Downloading eBook from Webviewer [closed]

I want to download the book from the folowing link of web viewer. next page of book is available after clicking the flip arrow. Can I download the whole book in Pdf or any other format? https://www....
user26377018's user avatar
-3 votes
0 answers
19 views

Save dynamically loading page as a whole in html? [closed]

I have the following question: Is there a way (function in javascript, extra add on or similar) to save a dynamically loading page? Specifically, I mean e.g. with Telegram-Web it is the case that ...
Justin Teller's user avatar
0 votes
0 answers
13 views

Difficulty adding page numbers to printed table using Paged.js without content overflow

I have a table with numerous elements in its , and I'm attempting to add page numbers to each printed page using Paged.js. However, I'm encountering issues where the table content overflows the page ...
Huzaifa Ashfaque's user avatar
1 vote
1 answer
29 views

How do I change the "Select Language" text in drop-down list of Google translate element to the desired text I want

I have written necessary snippets for Google translate element on my website and I intend to change the "Select Language" text on the drop-down list to "Language". i.e, a desired ...
Ezego Daniel's user avatar
-3 votes
0 answers
18 views

Can users customize their profiles and preferences on Stack Overflow, and if so, how extensive are these customization options? [closed]

understand the degree to which users have control over personalizing their experience on Stack Overflow. It aims to explore the range of options available for users to adjust their profile information,...
Rizwan322's user avatar
0 votes
1 answer
36 views

Unable to type texts to chatbot user input

Description I am trying to add a chatbot for the backtesting platform built with Flask and there is a button on the right side that toggles the sidebar. If the user clicks the button, it shows the ...
loupdaniel's user avatar
0 votes
0 answers
14 views

"The buffer passed to decodeAudioData contains an unknown content type." Error React

Started working on a project last night, woke up to work on it today, and I'm randomly getting the error: "The buffer passed to decodeAudioData contains an unknown content type.". Nothing ...
koren69's user avatar
  • 21

15 30 50 per page
1
2 3 4 5
33473