Newest Questions
24,146,267 questions
Score of 0
0 answers
5 views
Xero does not prevent users from connecting an entity when user doesn't have access to all requested scopes
With the recent authorization updates in the Accounting API from 29 June 2026, connections authorized by Standard users without "Reporting" permission will fail when calling manualjournals ...
Score of -3
0 answers
24 views
Excel to Javascript automatically [closed]
How can I automatically import text from an Excel spreadsheet into Photoshop text layers using a JavaScript/ExtendScript?
I have a translation script in an Excel file. Copy-pasting it line by line ...
Score of 0
1 answer
14 views
How can I preserve tables, images, and nested lists when converting DOCX WORD to Markdown?
I’m developing a browser-based Word-to-Markdown converter.
The converter handles basic paragraphs and headings correctly, but I am having trouble preserving the original document structure when the ...
Score of 0
0 answers
8 views
SSL Handshake Failure (Error 2303) on PAX A910 – Environment & SDK Provisioning Request
Problem
I'm integrating a custom Android application with a PAX A910 terminal using the Pine Labs PoSLib SDK. The goal is to initiate a payment from my app by calling doTransaction(), where the ...
Score of 0
0 answers
27 views
Alert if a draggable div is not dropped into droppable class
I have a function which has an ajax call to populate a div with a further number of divs dynamically.
Then I can drag a div with a class of liveBox into a div with a class of MDTOptionsHostDiv no ...
Score of 0
1 answer
45 views
How to configure an external LLM agent into VS Code "Agents"
Is it possible to use an external subscription (Claude or openAI) in the Agents panel of VS Code?
How do I configure?
I can see it supports natively Claude models but I need to use them as part of an ...
Score of 0
0 answers
25 views
HLSL TraceRay always return no intersection
I am implementing GPU path tracing using RTXGI and NVRHI.
The problem:
Intersection queries always fails when there are obvious occluders.
Here my shader code adapted from the RTXGI sample shader.
#...
Score of 0
1 answer
43 views
Seaborn histplot - custom linestyles?
In seaborn histplot function with (element = "step", fill = True, facecolor = "none") I would like to define linestyles by a dict based on hue. I would expect it to work the very ...
Score of 0
0 answers
50 views
How to chunk mixed text and image content for a multimodal RAG pipeline?
I'm building a RAG pipeline where the source documents (PDFs) contain both text and images (diagrams/figures), and I need a chunking strategy that handles both properly.
What I've done so far:
...
Score of 0
0 answers
39 views
MFC Taskbar Id - where does it come from?
I am confused.
Simple MFC dialog based app, shown on the taskbar at runtime, if I right click I get :-
Taskbar pop up
It says "Flexgen MFC Application" BUT I cannot find that string anywhere ...
Score of 0
1 answer
52 views
Optimised 64 bit constant division on Aarch64
A variant on a theme. Clang trunk compiles the following:
unsigned long div(unsigned long d)
{
return d/7;
}
To this:
div(unsigned long):
mov x8, #9363
movk x8, #37449, lsl #...
Score of -1
0 answers
52 views
Using Facebook in Unity for both Marketing API and Facebook Login/social features
I'm working on a Unity game that already integrates with the Meta Marketing APIs for Facebook Marketing and Ads management. The existing Meta developer app was created with the Business app type.
I've ...
Score of -6
0 answers
39 views
Kiwi TCMS Scalability compared to other testing tools [closed]
Why the scalability of kiwi Tcms is medium compared to other testing tools like Testrail, xpher
How scalable is hosting on local machine and cloud compared with other test tools
Score of -1
0 answers
45 views
How can I vertically align a Plotly chart and a custom HTML card in adjacent Streamlit columns?
I'm building a dashboard in Streamlit where two columns are displayed side by side. The left column contains a Plotly chart, while the right column contains a custom HTML/CSS card rendered using st....
Score of -3
0 answers
72 views
Unknown files are being created automatically on my AWS server [closed]
I'm hosting my application on an AWS Ubuntu server, and I've noticed that the following files keep getting created automatically:
xmirig.tar.gz
failed.log
monitor.log
exploites.log
next-env.d.ts
...