Newest Questions
24,182,961 questions
0
votes
0
answers
5
views
Android elevation shadows remain visible during screen fade transitions in React Native
I'm experiencing a visual glitch on Android where elevation shadows remain visible during screen transitions, even though the screen itself is fading out. This creates a jarring effect where shadows ...
1
vote
0
answers
10
views
Lifetime of temporary to which a local reference is bound in a c++ coroutine
On cppreference (which I understand is not the c++ standard itself) I have read that the coroutine state contains "local variables and temporaries whose lifetime spans the current suspension ...
0
votes
0
answers
5
views
Can we do some action, when use uninstalles android app?
I have to call an api to inform my server that app is being uninstalled. Is it possible?
I dont want to rely on activeness of user to determine if app is installed or not. Is there any way to call my ...
0
votes
0
answers
7
views
PySide6 QOpenGLWidget flickers even with minimal example inside a layout
I am experiencing flickering when using QOpenGLWidget with PySide6,
even with a minimal setup.
Environment:
- PySide6 (tested with 6.5 / 6.6)
- Python 3.x
- OS: Linux / Windows (happens on multiple ...
1
vote
0
answers
16
views
Is the "visibility" abstraction sufficient to understand the behaviors of std::memory_order?
The concepts related to C++ memory order themselves, as well as the explanations provided by the local technical community in my country, are rather abstract. For this reason, I have attempted to ...
1
vote
3
answers
12
views
Using subquery as a derived table
I am doing a SQL course and I can't figure out the solution to this question.
In a Car database, there is a Sale table with columns:
SaleID, CarID, CustomerID, LocationID, SalesRepID, SaleAmount, ...
-1
votes
0
answers
26
views
Ideas to implement Undo and Redo functionality [closed]
I am currently building my own text editor in C++, i want to add Undo and Redo functionality but I have no idea where to start and what to do? Any suggestions?
I am using Gap Buffer for storing and ...
0
votes
0
answers
14
views
iOS 26.1: Modal swipe-to-dismiss freezes on iPhone 14 Pro Max / iPhone 17 / iPhone 17 Pro Max but works on iPhone 11 / iPhone 16e
.pageSheet interactive swipe-to-dismiss freezes when UIDesignRequiresCompatibility = YES on specific iPhone models (iOS 26.x)
Area
UIKit → View Controller Presentation
Type of Issue
Serious Bug (App ...
0
votes
0
answers
18
views
Has anyone used Lade.io database hosting provider? Is Lade.io reliable for hosting PostgreSQL databases in production? [closed]
I'm considering using Lade.io as a hosting provider specifically for a PostgreSQL database. However, I haven't found much documentation or developer feedback about their service.
My main concerns are:
...
-2
votes
0
answers
15
views
json.loads fails when one of the fields is a JSON string [closed]
I am trying to write a JSON string containing an AWS Firewall Manager policy to a JSON file. The JSON string looks like this:
{
"PolicyName": "ExampleWAFPolicy",
"...
1
vote
1
answer
24
views
Uninstalling an app doesn't delete all the files if the app is running. How do I solve this problem?
I'm building a Windows app, and it was rejected by Microsoft App Store because it didn't delete all the files after uninstalling.
The app is packaged using Java's jpackage and an MSI file. The ...
0
votes
0
answers
12
views
Unable to establish SSL connection to Clerk authentication
Unable to establish SSL connection to Clerk authentication
Problem Description
I'm trying to use Clerk authentication with Next.js and Convex, but I'm getting a "Connection reset by peer" ...
-3
votes
0
answers
14
views
Page Insight Score improvement [closed]
Page Insight highlighting assets are taking time to load CSS and JS
I have hosted my website using hostinger's domain and hosting, so is it issue from there, or I can do something to improve this ...
Tooling
0
votes
1
replies
17
views
lambda boolean equality operator usage without outer triger mechanism
I'm just hanging out and trying freecodecamp lambda built-in function for code exercise using Learn Lambda Functions by Building an Expense Tracker python course section...
lambda expense: expense['...
0
votes
0
answers
15
views
ADK Google Gemini: "Session not found: default when" using InMemoryRunner with LlmAgent
I'm trying to use the Google ADK LLM agent (gemini-2.5-flash-lite) in a Flask project to check tests and review test content. I'm using InMemoryRunner and InMemorySessionService to run my agents.
Here'...