Newest Questions
24,187,245 questions
Advice
0
votes
0
replies
5
views
How to add a new collation for NOCASE in SQLitestudio
I' have just installed a new computer and added SQLiteStudio3. Tried to open a database created by a mORMot application and got the error: "no such collation sequence: SYSTEMNOCASE".
I have ...
0
votes
0
answers
13
views
Stale props in client component embedded in ISR-rendered server component
In a NextJS16+ app using app router, assume the following server component:
const getData() = async () => {
"use cache";
cacheTag("data");
return databaseCall();
};
const ...
0
votes
1
answer
11
views
Spring Boot 4.0.0. cannot resolve symbol DataJpaTest
I am new to Java and Spring Boot. I am building a small CRUD app to learn about JPA and the H2 database.
This is my POM file:
<?xml version="1.0" encoding="UTF-8"?>
<...
Best practices
0
votes
0
replies
16
views
How to combine Django server-side rendering with a dynamic JavaScript frontend?
I’ve been working with Django for a while and I’m trying to find an approach that provides fast server-side rendering while still allowing highly interactive, JavaScript-driven behavior on the client ...
0
votes
0
answers
17
views
SwiftUI sheet with TextField using autocorrectionDisabled() prevents view model deinit after editing
I present a view as a sheet that contains a TextField and a viewModel. The sheet uses .autocorrectionDisabled() on the TextField.
If I open the sheet and dismiss it without editing, the viewModel is ...
0
votes
1
answer
18
views
Amazon Q CLI Update Fails with "Directory not empty (os error 66)" on macOS [closed]
I'm trying to update Amazon Q CLI on my Mac and keep hitting this weird error. The update downloads fine but then fails during what looks like a file swap operation:
$ q update
Failed to swap files: ...
0
votes
0
answers
14
views
set ggpattern output to desired motif
I'm working with the following dataset and wish to produce a ggpattern bar plot. I will attach a drawing of what would be my desired output since it might be too complex/wordy to explain.
rpe1_h9 <-...
-2
votes
0
answers
19
views
Local wordpress too slow [closed]
I'm having issues with local development for wordrpess. I'm running it through the "Local" app on a powerful Windows 11 machine, but every reload takes 5-10 seconds. I had the same issues ...
Advice
1
vote
0
replies
15
views
Matter.js for Pong
I've been trying to recreate Pong (1972) using Matter.js for one of my midterms, and I've been stuck on how to get the ball to move around. I've been having a look at the demos on the website, and ...
-3
votes
0
answers
19
views
Microsoft Foundry Agent returning Error too_many_requests: Too Many Requests
I am looking for some help with an AI agent created in Microsoft Foundry.
The Foundry account with the agent is configured to use tavily as tool.
The tool is assigned to the agent.
When using the ...
-2
votes
0
answers
35
views
Why is there a redirect CURL from one domain but not from the other? [duplicate]
<?php
$agent = 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322)';
$ch = curl_init("https://soccer365.ru/games/15688984/");
curl_setopt($ch, ...
0
votes
1
answer
21
views
Reliable Reverse DNS (rDNS) Verification for Meta/Facebook Crawlers (FacebookExternalHit)?
We are implementing a security layer to verify legitimate traffic from Meta's crawlers (e.g., FacebookExternalHit, Meta-WebIndexer) before processing requests.
The industry-standard, high-security ...
-5
votes
1
answer
38
views
I wrote a simple JavaScript function to check whether a number is even or not [closed]
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<script>
function isEven(number){
...
-4
votes
0
answers
25
views
Partition Unavailability Risk in Multi-Node Cluster [closed]
I'm evaluating GridDB Cloud for a production deployment and came across a high-availability concern in the release notes (v2.1+).
According to the documentation, when running a multi-node cluster with ...
-3
votes
0
answers
20
views
Unexpected spam/gambling meta descriptions appearing in Google Search results despite clean server and files [closed]
We recently noticed that when our website appears in Google Search, the meta description and navigation links are replaced with unrelated spam/gambling content. However, the URLs still redirect ...