Newest Questions
24,146,137 questions
Best practices
0
votes
0
replies
2
views
What are the easiest ways to add superfoods to a busy daily routine?
I have a busy schedule and often don't have time to prepare elaborate healthy meals, but I still want to improve my nutrition naturally. I've been reading about superfoods like Amla, Moringa, ...
Best practices
0
votes
0
replies
3
views
How do we stay up to date for a number of websites' newsroom/insights/news- using generic coding?
Here is a thing, I want to make a generic code for my client with which I can be up to date about a company's newsroom/news/insights of a website.
Now for the code to be generic, there should be only ...
Score of -3
0 answers
19 views
How to calculate zodiac sign from date of birth using JavaScript? [closed]
I am trying to build a simple astrology feature for a website where users enter their date of birth, and the system should return their zodiac sign.
I want to implement this using JavaScript. I ...
Advice
0
votes
0
replies
13
views
How can I search a Patient resource by phone number using the FHIR REST API?
I'm building a healthcare application that integrates with a FHIR server. I need to retrieve a patient record using the patient's phone number instead of their ID.
I've tried sending a GET request ...
Advice
1
vote
0
replies
14
views
Why does Claude only see my React SPA's raw HTML when auditing a URL? Does this mean React SPAs are ineffective for AI crawlers?
I'm confused about how AI crawlers and AI chatbots handle React SPAs.
One of my websites is built with Vite + React as a Single Page Application. According to my analytics, it receives around 30 to 35 ...
Score of 0
0 answers
11 views
Zooming with mouse wheel in an HTML document, but need to stop vertical scroll
I am creating a very large flow chart document that is significantly larger than my view port size. I have some JavaScript that allows me to drag the document around using the mouse pointer instead of ...
Score of 0
0 answers
6 views
How and where mnemonic/private keys are generated/stored in IOS for mobile non-custodial wallet
I am trying to understand how and where non-custodial wallets store private keys.
By reading the following secure enclaves article, it says:
Software wallets on mobile or desktop keep keys encrypted ...
Score of 0
0 answers
12 views
Vivado 2019 - HW Target shutdown a few seconds after successful programming, then "No devices detected" until Vivado is restarted
I'm experiencing a strange JTAG issue with Vivado 2019 and I'm running out of ideas.
Hardware
Vivado 2019.1 and 2022.1
Windows 11
FPGA board: Antminer S9j control board
External 12V power supply ...
Score of 0
0 answers
23 views
ESP32 as Access Point: TCP connection drops after 1–2 minutes on Windows 10/11, but only on first connection
I have an ESP32 running a program that opens both a TCP and UDP server on a specific port.
In Station mode (connecting to a modem/router): both connections work reliably with no drops.
In Access ...
Score of 0
0 answers
11 views
Popover not programatically closing in NavigationStack
Typically, you can programatically close and open a popover with popover(isPresented: Binding<Bool>), like so:
struct AContent: View {
@State private var showFilter = false
var body: some ...
Score of 0
1 answer
33 views
IIS keeps spiking in memory and stopping my WEB APP
I have a .NET web application hosted on my server with IIS. Usually the IIS process will run for days on end with memory at around 400-500mb. But sometimes which seems totally random to me this memory ...
Score of 0
0 answers
31 views
Oracle job scheduler. preserving non-ascii parameters
I should create a DBMS job, which call a .sh script on a remote server
dbms_scheduler.create_job(job_name => my_job,
job_type => 'executable',
...
Score of -1
0 answers
27 views
Autodesk Transmittal Module API access deny despite no issue on running RFI Module
I'm using an account with the client id and client secret to call the Transmittal API and it returns error 403 forbidden with "access deny" error.
https://developer.api.autodesk.com/...
Score of -1
1 answer
99 views
Can you dereference a pointer to a destroyed object?
The particular example that made me ask this question was the third one, the placement new, but I'm wondering about all of them.
struct MyNonTrivialType
{
MyNonTrivialType() = default;...
Score of -3
0 answers
28 views
How does one create a single input with multiple segments in tailwind?
I was looking thru all of the sites in the internet, and apparently, no one bothered to show an example where there would be a single text-box, but I can input on different segments in that same text-...