Newest Questions
24,187,271 questions
0
votes
0
answers
3
views
Even Loop is closed while running streamlit code
In code,I am trying to build the catbot using my own MCP server with streamlit. but while executing code, i am getting exception as "Event loop is closed". I tried multiple solution but no ...
0
votes
0
answers
7
views
Visual Studio Performance Profiler reports memory leaks on one system but not another with same code base
Details: I’m profiling a C++ application using Visual Studio Performance Profiler (Memory Usage tool). The code base is identical across two systems, but memory leaks persist on one machine while the ...
0
votes
0
answers
4
views
The caption of a photo is partially hidden
I've used Google Site to build my website. I know it is quick but dirty, so probably the answer to my question is just "you know It's dirty".
If I write a long caption for a picture, the ...
0
votes
0
answers
5
views
how to add digital signature in tally prime?
There are many ways to add a digital signature in Tally Prime, depending on whether you want to use a standard DSC token or an online e-sign solution. Below are the most commonly used methods ...
Advice
0
votes
2
replies
11
views
useNavigate vs window.location.href( or window.open)
Title
React Router navigate does not work with external URLs
Body
I am working on a project where clicking a lecture card should redirect the user to an external website such as Udemy or Inflearn.
At ...
-4
votes
0
answers
16
views
Capacity tab is missing in DevOps Sprint view [closed]
We have Capacity as a tab in Sprint view in DevOps in one DevOps site, but it is missing on another BU's site (different URL). Is there a way I can quickly add it?
Advice
0
votes
0
replies
11
views
How to upgrade files with MSI installer that can have higher version of the assemblies
I have a .NET desktop application that is installed using MSI installer. I'm using Wix 5.0.2 toolset to generate it with the simple directive to include all files:
<Files Include="my-app\**&...
0
votes
0
answers
11
views
Azure az vm run-command invoke silently fails when script includes runuser with arguments (works manually on VM)
I am invoking Azure Run Command from Python using:
az vm run-command invoke --command-id RunShellScript --scripts "<script...>"
When I run the same script manually via SSH on the ...
0
votes
0
answers
9
views
Closing balance doesn’t match next month’s opening balance (running account movement model)
I’m building a monthly account movement model in Power BI.
The logic is:
Opening(t)
NewAccounts(t)
SwitchesIn(t)
SwitchesOut(t)
AccountsClosed(t)
= Closing(t)
Then the next month’s Opening(t+1) ...
Advice
0
votes
5
replies
38
views
Stuck on this implementation — need a hint to understand the next step
There is an integer array nums sorted in ascending order (with distinct values). Prior to being passed to your function, nums is possibly rotated at an unknown pivot index k (1 <= k < nums....
-1
votes
0
answers
8
views
WooCommerce – Custom discount based on Pickup/Delivery not working properly
enter image description here
Hi everyone,
I’m working on a WooCommerce website, and I’ve added custom functionality in the checkout page.
What I’m trying to do:
If the user selects Pickup, they should ...
0
votes
0
answers
10
views
Gesture recognition in Maui for Android
I have two CollectionViews in which I want to support gestures on the contained items.
In one CollectionView, SelectionMode is None, and I want to support Tap (to view details), Drag/Drop (moves), and ...
0
votes
0
answers
10
views
docker builds failing “Unable to locate” - bad bridge?
I have just installed a fresh docker on an up-to-date build of Ubuntu 24.04, and all my docker builds are failing - first theres a bunch of "Temporary failure resolving ‘<archive name>’”, ...
-3
votes
0
answers
14
views
What is the purpose and intended use of "AI Assist" on Stack Overflow? [closed]
What problems is AI Assist designed to solve for users?
Which types of tasks are appropriate to use AI Assist for, and which should be avoided?
How does AI Assist interact with existing community ...
1
vote
0
answers
13
views
GridDB TimeSeries rejects high-precision TIMESTAMP as primary key
I'm trying to create a TimeSeries container in GridDB with microsecond precision for my timestamp column, but I'm getting schema validation errors.
Problem
When I define a TIMESTAMP with fractional ...