4,897 questions
Advice
0
votes
8
replies
143
views
Is it possible to package binary data inside the binary without having it in memory?
I recently learned about C23's implementation for #embed, so I was wondering if I can use that with extern in a c++23 program/game to have all 3d models and assets baked into the exe but not in memory ...
0
votes
0
answers
63
views
Autoplay embedded video and/or slideshow
I'm trying to automatically play and loop a slideshow on a website using a file hosted on OneDrive. I first tried embedding the PowerPoint file directly:
<iframe src="source.pptx?wdAr=1....
0
votes
1
answer
43
views
Viewing problems Html page with image, small form and embedded calendar on mobile
I am learning and am trying to do an html page with an image on the left, an embedded calendar (outside site) on the right, and a short inquiry form below.
It looks ok on a desktop but won't size ...
0
votes
0
answers
42
views
How to embed dremio (community version) application into my application?
For my learning, I attempted to integrate the Dremio (community version) into my application using an iframe.
However, I am unable to bypass the login for Dremio, so I first need to log in to my ...
0
votes
3
answers
106
views
Converting a 16 bit audio file to 24 bit for I2S
I am trying to convert a 16 bit audio samples to 24 bit audio samples file for replaying and mixing purposes. I am shifting it to the left by 8 bytes and then send it to the i2s_channel but the sound ...
0
votes
0
answers
43
views
Trouble removing side padding from Vimeo embed
I'm trying to embed a Vimeo player as a background, and for it to fill the container, but it keeps showing with gaps on either side.
The only way I can kind of fix it is by setting the width and ...
0
votes
0
answers
66
views
Automatic Refresh token mechanism for Power Bi Embed in App Owns data approach
I am using App Owns Data with Service Principal approach to generate a access Token and in the UI i am using powerbi-client-react library to embed the report and set the token and accessTokenProvider ...
0
votes
0
answers
30
views
Integrate HERE MAPS in powerBi as a custom visuals
I want to integrate HERE MAPS inside the Microsoft Fabric PowerBI as custom visuals so that I can pass lat and lng stored in the dataframe
3
votes
1
answer
129
views
Cannot display image in email template created with pug which is sent with nodemailer
My server.js contains following code to serve the image on server
app.use(express.static('public'));
app.use('/images', express.static('images'));
All the images are stored in '/public/images/' dir ...
0
votes
2
answers
162
views
Unauthorized to retrieve PowerBI embed token
I already have found other similar issues on Stack Overflow, but still have issue to retrieving the embed token in Node.js, with the message:
2025-03-07T08:31:35.098660921Z Error: Failed to get embed ...
-1
votes
1
answer
239
views
How to Embed Twitter Links in CKEditor (Strapi) After TwitFrame Shutdown?
I’m using CKEditor5 in Strapi to embed Twitter links. Previously, I used TwitFrame to automatically embed tweets, but now that TwitFrame is down, I’m getting an error. Here’s a section of the code I ...
0
votes
0
answers
43
views
Loading static html inside a private page in Wordpress
I have a wordpress site where I have created a private page for admins (change page's visibility to private). Now, every day I generate a report .html file using goaccess and save that report inside ...
0
votes
0
answers
57
views
How to display the Vimeo's thumbnail in the background of Vimeo embedded password videos?
I would like to know, for password protected videos from Vimeo, embedded on a website of mine, if there is any way to display the thumbnail of the video in the background of the password request ...
0
votes
1
answer
135
views
How to embed Power BI dashboards for external users without purchasing Power BI Embedded?
I am working on a B2B platform where customers (external users) need to access Power BI dashboards integrated into the platform. Here's the current setup:
The data is stored in Azure SQL Database.
...
1
vote
0
answers
149
views
How to embed Google Tasks in Google Chrome Sidepanel
Goal: I'm trying to create a Google Chrome Extension with the sole purpose of interacting with Google Tasks in the Google Chrome sidebar. Similar to the sidebar available within Gmail (https://mail....
1
vote
1
answer
44
views
STM8L152R8 board LED not turning on
I have been working with the STM8L152R8 development board, but it does not seem to let me blink LD2 (which should be mapped to PB5) or really change any value at all. Here is my code. Thanks!
#include ...
0
votes
1
answer
35
views
Fullscreen mode for embedded video in iframe which is embedded in another iframe
Is it possible to enable fullscreen mode for a video embedded in an iframe that is also part of another iframe?
As an example:
...
<body>
...
<iframe id="video1" src="...&...
0
votes
0
answers
94
views
How to create a PayPal donation form or webpage (not a button)?
All I find seems to be how to make a button that opens a new browser window on PayPal’s website. How do I create a form for an embed or iframe to place into a webpage on my own website?
0
votes
2
answers
88
views
Scraping PDF or pdf text when the file is embedded in html [closed]
Using R, I am trying to get the text (ideally, with some formatting) of a pdf embedded in html. THe url, as an example, is
"https://www.nycourts.gov/courts/ad2/Handdowns/2024/10-October/10-02-...
0
votes
1
answer
136
views
Cant type inside an iframe
When I code I like to put iframes but the problem is when I view the finished project and I try to type in the link it doesn't work
here is the code:
<!DOCTYPE html>
<html>
<head>
...
0
votes
0
answers
54
views
Adjust embedded page height based on its content without changing the parent page setting
I am trying to embed my webpage (let's say it is like: https://juacrg.github.io/) in a different webpage (like: https://www.juniv.edu/research/10905). Having no administrative access to this parent ...
-1
votes
1
answer
106
views
Simple HTML5 Player with only Play & Volume
Any idea on how to make Simple HTML5 Player with only play & Volume? This will control a stream that I do not want anyone to be able to rewind. Only stop/start to play from where the stream is now,...
0
votes
1
answer
35
views
Open Graph Embeds dont work over traefik proxy
Ive been trying to fully migrate my personal website to use traefik, instead of just forwarding the ports directly so i can have subdomains,for some reason discord and tumblr; tumblr error ss
just ...
0
votes
1
answer
544
views
ESP32-S3 does not print out to the serial monitor?
I am using PlatformIO and ESP32-S3 with ESP-IDF framework to code in my projects. I recently switched from Arduino framework to get better at this. I have found some examples from the documentation ...
0
votes
1
answer
162
views
Embedding a HTML table in R Markdown
I need your help with my R Markdown file, let me first show you a screenshot:
Embedded HTML Table
As you can see there are two identical table, the first is displayed using the image link:
![]("...