Newest Questions
24,234,687 questions
-1
votes
0
answers
10
views
Android image view zoom feature
I have an activity that is something like Instagram reels page. But only for images.
I wanna know how to add zoom feature for imageviews. Something like Instagram posts.
With java and xml in android ...
-3
votes
0
answers
10
views
Fatal error: Class ‘mysqli’ not found in OpenCart after PHP update? can advise? [duplicate]
Fatal error: Uncaught Error: Class 'mysqli' not found in /home/u963972343/domains/upgraded.co.in/public_html/system/library/db/mysqli.php:7 Stack trace: #0 /home/u963972343/domains/upgraded.co.in/...
0
votes
0
answers
9
views
VSIX extension works in Community edition but not in Pro/Enterprise (even though manifest includes them)
I'm working on my first Visual Studio extension (VSIX). I have the first version published.
It is working as expected in local debug (Visual Studio Pro) and deployed for Visual Studio community.
For ...
0
votes
0
answers
6
views
Chrome extension needing to be clicked several times to remove CSS
I have a Chrome extension which adds a CSS to a website, and I want to have that CSS be able to be removed when the extension icon is clicked.
I was able to get the CSS to inject successfully but I ...
0
votes
1
answer
23
views
JavaScript string includes with UTF-16 characters
I have a search string and a source string. I want to test if the search string is included in the source string.
Search
Source
C
Сon
str.codePointAt(0)
67
1057
You can see that the source string's ...
-1
votes
0
answers
9
views
Get Appirater to work with Storekit2 and 2025 versions of IOS such as 18?
I am updating an app that used Appirater to prompt the user for reviews. Appirater was introducted before SKStoreReviewController but according to the documentation from six years ago, it ...
0
votes
0
answers
16
views
Add the "Open Image In New Tab" behavior of img right click context menu to a div with background-image
I have two .gif files that I'd like to show next to each other that absolutely must animate in sync.
From what I understand, this is not possible with a simple image tag and the best way to achieve ...
0
votes
0
answers
5
views
Swiper.js Marquee/Ticker effect is not moving
I'm trying to build a Swiper Marquee/Ticker for a logo garden, but the I'm experiencing some issues, I cannot get the Swiper to actually start moving on its with AutoPlay. When I interact with the ...
0
votes
0
answers
8
views
Android Emulator is running but window not showing (icon in taskbar, invisible window) VS Code
I'm facing an issue when running Android Emulator from Visual Studio Code on Windows.
The emulator starts normally (I can see its icon in the Windows taskbar), but the emulator window does not appear ...
0
votes
0
answers
9
views
How to load CSV data from a Data Lake into a Nessie table
I’m currently using the following stack: MinIO + Apache Iceberg + Project Nessie + Dremio. In My MinIO I have two buckets one is datalake bucket and another is warehouse.
Here is image:
In MinIO, I ...
0
votes
0
answers
4
views
@nowarn is not working in Scala. Intellij Idea
I'm new to Scala and the @nowarn system seems a little bit confusing.
I've tryed to remove lint errors on Function1 and Function2 with nowarn, but it didn't work.
So, here's this programm:
import ...
0
votes
0
answers
33
views
Is there a way to compute the operations to get from one list to another?
I have a linked list of windows in the X window system. I locally store the stacking order of these windows and manipulate only this intenal linked list. Windows may also be hidden and shown or ...
0
votes
1
answer
21
views
Parsing XML data and insert into SQL Server table with nested namespace prefix
I have the following XML sample data. I would like to get the ID and Access node value and insert into a SQL Server table.
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"&...
0
votes
1
answer
18
views
Half of connections fail with "Timeout expired" in .NET 4.0 app — is MultiSubnetFailover supported?
I’m working on an old enterprise ASP.NET MVC project (targeting .NET Framework 4.0) which connects to a SQL Server database. Recently, our infrastructure migrated from AWS RDS to an AlwaysOn ...
0
votes
0
answers
7
views
Microsoft Azure App Gateway Returning 499/504 Erorr
We have a dotnet api running on an Azure App Service that is routed through an Application Gateway. For one particular api call, we are seeing strange behavior occurring.
When the api is used as ...