Newest Questions
24,186,385 questions
0
votes
0
answers
3
views
Why does the reduce latency metric look incorrect for binding pull requests in Milvus?
Reduce latency metric looks incorrect for binding pull requests in Milvus
While monitoring Milvus performance metrics, I noticed something unexpected related to binding pull requests.
Specifically, ...
0
votes
0
answers
7
views
Best practice for deterministic packaging and verification of C++ project artifacts?
I’m working on a C++ tooling project and I’m trying to design a deterministic packaging and verification workflow for native C++ projects.
The main goals are:
reproducible artifacts
verifiable file ...
0
votes
0
answers
5
views
Nuxt3/4 useRoute unupdated at pinia store when the page jumped
test demo: https://codesandbox.io/p/devbox/2p7rln
when i want to jump id 1 page,i noticed that useRoute at location.store does not updated.Is there something wrong i write it?
Advice
0
votes
0
replies
6
views
Do I need atomic transactions or is eventual consistency enough?
I'm currently working on a system that's very similar to a traditional bank system. It supports APIs like the following:
class Bank {
public:
std::expected<void, BankError> add(string ...
0
votes
0
answers
17
views
Does std::unordered_map::begin point to the item inserted last, or is it random, or is it undefined? [duplicate]
I am using std::unordered_map, and I am not sure how exactly does its ::begin behave.
According to the CPP reference, I don't see anything about order; which makes sense; it says "unordered" ...
0
votes
0
answers
12
views
asyncio signal handler task is terminated before completing await during shutdown
I am writing a Python consumer for RabbitMQ Streams using an asynchronous library. I want to save the message offset to the stream server when the script is stopped (via SIGINT/Ctrl+C).
However, the ...
0
votes
0
answers
11
views
iPadOS 26 how to set different orientations in different view controllers
I have a home VC which should be portrait, then it can push a game VC which is landscape. I wonder how I can force interface to rotate to landscape when push the game VC, and then rotate back to ...
-1
votes
0
answers
25
views
Can I get some explanation on how Python load dependency?
New to Python, writing some practical programs to handle personal excel file processing. Get confused on how Python load the dependency files.
Have some log functionalities writing in a separate file:
...
0
votes
0
answers
20
views
How to unpack archives with Node.js and the 7-Zip CLI (using the “spawn()” method)?
I need to complete the following task (with only two tools: Node.js and the 7-Zip CLI):
Read a directory recursively;
For each file whose extension is .zip, unpack it with the 7-Zip CLI in the ...
0
votes
0
answers
9
views
HarfBuzz + FreeType on bare-metal: GSUB shaping causes hard fault
I’m trying to use HarfBuzz 8.3.0 with FreeType 2.13.2 and lvgl on NXP i.MX RT1064 with bare-metal and I'm encountering hard faults during Indic (GSUB) shaping [which you can see in the image]. I ...
1
vote
2
answers
34
views
Math CAPTCHA don't work with dividing - how to fix?
I’m writing a Selenium script to auto-fill a contact form, like this one, and yeah, obviously the main site is different — cornerstonesalina.com/elements/contact-form/, there’s a math captcha like &...
0
votes
0
answers
12
views
Asynchronous thread is not able to obtain updated repository information
Application.properties
custom.async.executor.corePoolSize=3
custom.async.executor.maxPoolSize=5
custom.async.executor.queueCapacity=2
custom.async.executor.threadNamePrefix=serverAsyncThread-
custom....
0
votes
0
answers
7
views
Weird crash with keyboardLayoutGuide in ios 26
I have this feature which was working just fine until one day, it crashes when I push another VC or pop to previous VC. the crash log says:
Assertion failure in void _engineVar_rawRemove(NSISEngineVar)...
0
votes
0
answers
8
views
Why do read requests fail during collection load and alias switch after bulk insert in Milvus?
Read requests fail or experience latency spikes when loading a bulk-inserted collection and switching alias in Milvus
I’m running a Milvus cluster (v2.5.x) on Kubernetes (EKS) using milvus-operator, ...
-3
votes
0
answers
18
views
How do I mount the conflicting UUID of duplicate LUKS encrypted external drive? [closed]
I used the dd command to make an exact duplicate of my internal drive to an external usb drive (sdc). Verified I can boot from it. Now I am trying to figure out how to manually mount the sdc3 drive. ...