4,887 questions
1
vote
1
answer
45
views
Can I use the LLVM linker (or related tool) to embed the data from a file into an object file?
Using the GNU linker, it is possible to embed the contents of a file into an object file (and eventually, an executable). For example, suppose my input is foo.bin and I want an object file named bar.o;...
1
vote
1
answer
575
views
Error code 153 when trying to use Youtube Embed | HTML
UPDATE:
somehow the embed shows up/works when I'd host the website on neocities but when I am checking the website locally it doesn't show up for some reason
When I try to use a youtube video embed in ...
0
votes
0
answers
38
views
How to hide or disable the search bar in the MarineTraffic iframe embed?
I am embedding the MarineTraffic map using the official <iframe> embed.
The embedded map displays a search bar, but the search does not work and always returns “Nothing to sea here”, which ...
Advice
0
votes
1
replies
168
views
Discord bot embed customization
I wanted to make a custom command that sent an embed with a message that the user writes (I was using $N for that), but I also wanted the users to be able to customize the embed color in their message....
Advice
0
votes
8
replies
167
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
1
answer
183
views
Youtube embed video only loads on a fresh page load in next js
Using the react-youtube package, I'm displaying a series of youtube videos on iframes. It works when the page is navigated from an outside url or on a page refresh. However, the videos don't load when ...
0
votes
0
answers
97
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....
1
vote
0
answers
188
views
TikTok player inside an iOS web view: How to handle cookie consent?
We have a mobile app that uses WkWebView on iOS. We want to embed TikTok videos here.
The issue is that the TikTok player always shows its Cookie consent popup, which won't even go away if the user ...
0
votes
1
answer
59
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 ...
2
votes
1
answer
1k
views
How can I embed a TikTok LIVE in my html?
I'm developing a Flask application designed to manage and initiate live streams to multiple platforms. In my app I'm implementing a "live monitor" where users can paste a stream URL and then ...
0
votes
0
answers
60
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
147
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
1
answer
357
views
discord.py buttons inside rich embed
i've researched far and wide and couldn't find any idea on how to make a discord embed (with buttons INSIDE the embed) like the exmaple below. I used a plugin called "View Raw" and saw that ...
0
votes
0
answers
71
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
44
views
How embed files into PDF in an ios app into an UIGraphicsBeginPDFContext?
As the EU now implements ZUGFERD as a common standard for electronic invoice, I need a way to add an XML-File (formatted as described in EN 16931) to a PDF-File. This PDF is a copy of the to be ...