Newest Questions
24,169,546 questions
0
votes
0
answers
3
views
X Ads API Sandbox domain (ads-api-sandbox.x.com) fails to resolve
I am trying to implement the X (formerly Twitter) Ads API and want to test my integration using the Sandbox environment.
According to the official X Ads API Sandbox documentation, the hostname to use ...
0
votes
0
answers
10
views
How to implement multi-tab sticky headers?
Multi-Tab Sticky Header Scroll Sync
Here is a demo.
Requirements
When switching to tab one, the header position remains unchanged
When switching to tab one, the scroll position restores to item 10
...
0
votes
0
answers
9
views
macOS app icon shows as square instead of rounded squircle in Xcode 26
I need to create my app icon for a desktop Mac app. I am using Xcode 26. So, I go to Assets.xcassets > AppIcon, and insert my 1024x1024 image in the App Store -2x. It’s a flat PNG with a white ...
0
votes
0
answers
6
views
cordova‑ios 8.0.0 cannot lock orientation on iPadOS 26 (UIScene vs AppDelegate behaviour)
After upgrading to iPadOS 26, I found that my previously landscape-locked iPad apps stopped respecting orientation when rebuilt with cordova-ios 8.0.0, even though the same apps built earlier still ...
-1
votes
0
answers
8
views
Chrome built-in Translate, Why the translated HMTL texts has a messy structure?
Environtment:
- Windows 11
- Chrome Version 145.0.7632.160 (Official Build) (64-bit)
- Translate English to Chinese
html source text:
<!DOCTYPE html>
<html lang="en">
<html&...
0
votes
0
answers
10
views
Remove href value from anchor
I've tried:
jQuery('.gutentor-post-title a').removeAttr('href');
jQuery('.author.vcard a').removeAttr('href');
jQuery('.posted-on a').removeAttr('href');
on https://omega.dev.eggdesign....
0
votes
0
answers
14
views
How to properly style buttons in Avalonia C#?
Ok, so this is my first question on this website, how do you style Avalonia buttons correctly?
I've been fighting with Avalonia and MS copilot on how to style custom buttons using axaml.
But it's ...
Advice
0
votes
0
replies
18
views
Is it possible to cancel a command via `DEBUG` trap WITHOUT enabling `extdebug`?
In bash, the execution of any command can conditionally be cancelled via a DEBUG trap if shopt -s extdebug is enabled ( Cancel command in bash DEBUG trap ).
However, extdebug has many unwanted side ...
0
votes
0
answers
12
views
JasperReports: Recompiled JRXML template causes errors with existing code using old library (jasperreports-2.0.4.jar)
I'm facing an issue with JasperReports after recompiling a template. Here's the situation:
In 2022, I created a PDF template using JasperReports Studio (I believe it was version 6.20) and compiled it ...
0
votes
0
answers
13
views
Calling C++ DLL API is not success - how to resolve the issue
I have a C++ DLL and using dumpbin tool to get one of the APIs names in it:
ordinal hint RVA name
56 3D 00005BB0 GetUserPass
I have access to code header file and the I am in need to ...
Advice
0
votes
1
replies
15
views
Guidance on implementing Read Receipts (XMPP Chat Markers) in ejabberd
I’m looking to implement WhatsApp-style "Read Receipts" (Sent/Delivered/Read states) in my ejabberd deployment.
While I am aware of XEP-0184 (Message Delivery Receipts), that typically only ...
0
votes
0
answers
33
views
I am stuck at this error - Error Loading the Langachain pipeline 'field set'
I am stuck at this error - Error Loading the Langachain pipeline 'field set'.
How can i resolve this error?
Below i have mention my code ,
import os
from langchain_community.vectorstores import FAISS
...
1
vote
0
answers
31
views
Wired issue in safari keep flickering (flash whites fo ever)
I have been facing a very wired issue with my customer who uses safari in their phones :
drive.google.com/file/d/1x9IvLvuyIAycaIW5JQEdZEc8Y9EFlQFp/view?usp=sharing
screen keep flashing/flickering for ...
-5
votes
0
answers
27
views
Caddy Reverse Proxy
I have try setup a simple reverse proxy server using CAddy for my basic laravel + apache2 app
it seems whenever there is 302 ( example, login >> home ), the browser will hang and i will get 504 (...
-1
votes
0
answers
17
views
How to use `sysret` to switch to ring 3 in NASM with full example
The one on OSDev wiki is not complete/working and I do not know much asm so if you could help me out that would be perfect :)