Newest Questions
24,180,102 questions
-1
votes
0
answers
11
views
Save canvas with 1 click
I have a canvas on which I make changes and I save the canvas after each change.
I use the <a method to save the canvas (by programmatically clicking on the link.)
Is it possible to avoid having to ...
-1
votes
0
answers
8
views
Unpredictable Properties - Tricentis Tosca
Need some assitance. I would like to make a reusable Test Step block to verify Title for different screens. However some screens when I scan the Title its a TextBox BusinessType Property and Others ...
0
votes
0
answers
7
views
pip install psycopg2 not working with postgresql 16 on debian 12
In January 2025 I installed Postgres on a Debian 12 machine, server 16.8 (Debian 16.8-1.pgdg120+1). ("old") No problems to speak of.
A year later, in January 2026, I installed Postgres on ...
0
votes
0
answers
6
views
Deploying Yocto to an NVMe SSD attached to a Jetson Xavier NX
I am in the process of trying to deploy a kernel and rootfs built in Yocto scarthgap_l4t_r35, to an NVMe SSD attached to a Jetson Xavier NX, with AB partitioning.
I have successfully deployed an AB ...
0
votes
0
answers
14
views
AWS Query Editor 2 does not show tables when table name entered in 'Filter Resources' box
please and TIA.
In the AWS Query Editor 2, I am unable to search for tables as it can be done in many other database query tools. When I search for something it won't show up.
Is this a bug?
0
votes
0
answers
9
views
Show IAR DDF registers using VS
I'm using the IAR VS Code extension to debug an ARM R5. My configuration matches the official documentation, but I can't find the DDF registers in the UI.
Is there a specific view or command required ...
0
votes
0
answers
13
views
Why is the Client drop down list in my .razor file showing the integer value instead of the text value?
As mentioned in the subject line why is my Client drop down list in my razor .razor.cs file showing the value instead of the text? As you can see from the image below the Site drop down list is ...
0
votes
0
answers
7
views
How to specify the operating system when downloading ChromeDriver using ChromeDriverManager?
if platform.system() == "Windows":
driver_path = ChromeDriverManager(os_system_manager=OperationSystemManager(os_type="win64")).install()
print(f"Driver path: {...
1
vote
0
answers
9
views
Detecting history popstate event without triggering for anchor links
I'm working on an application which uses dynamicly loaded page elements, which use pushState to change the URL hash and add an entry to the browser's history. It will be too much work to refactor this ...
0
votes
0
answers
12
views
Import podman created image to proxmox
I found out that in proxmox 9.1 it is now possible to create LXC containers from OCI images.
I would like to leverage this feature to implement the following workflow:
define an image using a ...
0
votes
0
answers
8
views
how configure codeiginiter for have /blog in subfolder in /public?
My main application is in CodeIgniter, and in /public/blog I placed a WordPress site which correctly opens the blog's homepage. However, when I open a link like /blog/posts/my_post, it doesn't display ...
-2
votes
0
answers
24
views
Git not detecting local changes [duplicate]
I have a folder in my repo. It shows up as empty on GitHub, but it's full of things in my physical hard drive. When I make changes to it, they don't show up either.
I found out some stuff out there ...
-1
votes
0
answers
20
views
How do some applications display overlays on top of lockdown browsers like Safe Exam Browser? [closed]
I’m trying to understand how certain software applications are able to display overlays or UI elements on top of lockdown browsers such as Safe Exam Browser (SEB), which are designed to prevent other ...
0
votes
1
answer
28
views
Building Python Wheel without internet connection
I am trying to setup an air-gapped VM (Win10) to build python wheels.
It works for Python versions < 3.14.
With Python 3.14 I can only build the package when I have access to the internet.
Without ...
0
votes
0
answers
14
views
SSIS Package failing Oracle connection manager on one data flow but passing on another data flow. Visual Studio 2019
I updated an SSIS package to include some code updates and since then, my Oracle Connection manager is failing on one data flow but is not failing on a different data flow within the same message. I ...