Newest Questions
24,160,050 questions
-1
votes
1
answer
20
views
How to fetch highest quality YouTube thumbnail using JavaScript from video URL?
I’m working on a small web tool where users can enter a YouTube video URL and get the video thumbnail in the best possible quality.
Right now I’m extracting the video ID and using the standard YouTube ...
-1
votes
0
answers
15
views
Javamelody and Spring cloud
I'm currently using Javamelody with Spring boot 4.0.3
I wanted to add a refresh feature of my configuration properties (loaded from file and database).
Using PropertySourceLocator, I'm fine but when ...
0
votes
0
answers
12
views
Why does a string of my machine name vs [Environment]::MachineName.ToString() produce different outputs in my function?
Why do I have two different output values when I pass a string of my machine name vs using [Environment]::MachineName.ToString()? Somehow the SHA256 sees them differently and I need them to be seen ...
1
vote
0
answers
17
views
Special case `border-collapse: collapse` hides bottom border after rowspan='2' cell
On my machine (Windows 10 in Zen browser, Zen is fork of Firefox), the following code SHOULD show three bordered cells, but the third is missing a bottom, like so (including image in case it renders ...
0
votes
0
answers
13
views
Saving  character before pound sign in SQL Server
I have a comment textbox and someone saved a text value with £ symbol in it and it shows correctly on page (page has charset-iso-8859-1), howevere doesn't saved correctly in database.
Page is reading ...
Advice
0
votes
0
replies
8
views
Pictures in signature don't show
I'm not sure this is the right place to ask, but here goes:
I "build" my email signature by editing the htm-file in the folder C:\%appdata%\Microsoft\Signatures. This folder also contains a ...
Advice
0
votes
0
replies
14
views
Moving Average in python
I am working with the Marmousi velocity model and I would like to apply a moving average filter to smooth the velocity variations. My goal is to reduce high-frequency noise and create a smoother ...
0
votes
0
answers
6
views
JupyterLab Extension: get absolute path of file selected in file browser
I found this JupyterLab extension that allows you to open a terminal in the same directory of a given script or notebook.
The idea is for the extension to add a "Open Location in Terminal" ...
0
votes
0
answers
15
views
How can I open a terminal in the same directory of the script in Jupyterlab?
How can I open a terminal in the same directory as a script in JupyterLab?
If I click on File -> New Terminal, it seems to open on the directory where JupyterLab was started, not the current ...
0
votes
0
answers
34
views
base64 to hex conversion with spacer in the result
Let me edit this question to make the problem clearer:
I have a sensor which creates raw hex data that is looking like this:
DD 9 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2FE 0 0 0 1F4 1FA 123 141 ...
-2
votes
1
answer
34
views
Next.js API Returning 500 Error When Sending multipart/form-data With Image Upload in POST Request
I am working on a Next.js project and testing a POST API endpoint in Apidog.
Endpoint:
POST http://localhost:3000/api/blog
Request body:
I am sending these fields using multipart/form-data:
title
...
1
vote
0
answers
26
views
AutoCAD 2026.1.1: IAcSmEvents.OnChanged fires event code 30 instead of ACSM_DATABASE_OPENED (16)
I have an AutoCAD extension that subscribes to IAcSmEvents so it knows when the user opens a .dst sheet set. On AutoCAD 2026.0 it worked fine: the handler got ACSM_DATABASE_OPENED (enum value 16) ...
0
votes
0
answers
19
views
How to use Better Auth server-side methods when the instance is created inside a Cloudflare Worker handler?
I’m using Better Auth in an Express.js / Node.js application deployed with a Cloudflare D1 binding.
My authentication setup works through a Cloudflare Worker-style fetch() handler because the D1 ...
0
votes
0
answers
12
views
Linking FFmpeg 8.1 CLI into an Android NDK Shared Library: Header Resolution and Symbol Errors
I am attempting to build a custom video processing engine for Android using FFmpeg 8.1. Instead of re-implementing the muxing logic using libavformat/libavcodec APIs, I want to "library-ify" ...
0
votes
0
answers
19
views
Spring boot: flyway: Schema validation: missing table [products]
I was trying to integrate flyway to do migrations and now I am stuck at an error. I think it basically says Schema validation: missing table [products]. I have 2 .sql files under resources/db. I kept ...