Newest Questions
24,187,277 questions
Tooling
0
votes
0
replies
7
views
where do i download shareware program EaseUS with recovery files function for free?
where do we download shareware program EaseUS with recovery files function for free?
we need recover corrupted seagate hdd data
0
votes
0
answers
6
views
Metal shader fails to compile on macOS 26.1
I’m working on a SwiftUI / Metal project that implements a dynamic multicolor artwork background gradient (similar to Apple Music). The shader is a [[ stitchable ]] Metal function used inside a ...
-1
votes
0
answers
16
views
How do I make my Wix page full screen and remove the dashed layout boundaries?
I’m building a page in Wix and I want it to be full-screen (100% width and height).
Right now, there are dashed lines on both sides of the page — these look like layout boundaries that restrict the ...
-2
votes
1
answer
13
views
How can I make a right sidebar stop scrolling once its content ends while the left section continues scrolling?
I have a layout where:
Top section contains a job card
Below it, the page is split into two columns
Left column has long job list content (taller)
Right column has employer details (shorter)
I ...
Best practices
0
votes
0
replies
9
views
REST API pagination specification
Is there a specification defining pagination in the REST API (I'm particularly interested in cursor base pagination)?
For example, such a specification exists for GraphQL, but I haven't found one for ...
0
votes
0
answers
17
views
I have problem where i have an .exe application and i am trying to open it but it is giving me the error as shown below. I am attaching the code below
import subprocess
import os
from selenium import webdriver
from time import sleep
import getpass
username = getpass.getuser()
sleep(5)
port = str(_AD_.Port)
##print(port)
cmdurl = 'http://localhost:{}'...
0
votes
0
answers
20
views
I followed quick start guide for apache paimon with flink engine. I am getting this error while I perform insertion
Caused by: java.lang.UnsatisfiedLinkError: /tmp/libzstd-jni-1.5.5-1117439554534971912268.so: /tmp/libzstd-jni-1.5.5-1117439554534971912268.so: failed to map segment from shared object
no zstd-jni-1.5....
-1
votes
0
answers
14
views
Getting an error when trying to install the "Management Service" on our test server [closed]
As mentioned in the subject line, I'm getting an error when trying to install the "Management Service" on our test server. Below are the installation steps I've taken & the error message ...
0
votes
0
answers
12
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
15
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
7
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 ...
-3
votes
0
answers
8
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
18
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
20
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
13
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\**&...