Newest Questions
24,188,437 questions
Advice
0
votes
0
replies
2
views
Azure API Management Custom SignUp Field
I am looking to add a custom signup field in Azure API Management but not able to figure it out where and what place.
I have gone through this link but I am not clear and the link also says about ...
-2
votes
0
answers
13
views
Gemini Code Assist: Unexpected Data Persistence of a Deleted GCP Project ID on VS Code Sign-in
1. Problem Description
I am using the Gemini Code Assist extension in VS Code (Apple Silicon Mac). I am encountering an unexpected data persistence anomaly where a GCP Project ID that has been ...
0
votes
0
answers
6
views
How to identify which is used as a sign-in attribute, email or phone number in Cognito?
Assume you selected Email and Phone number but not Username as Options for sign-in identifiers when creating a Cognito userpool.
When a user has both of a verified email and a verified phone number, ...
0
votes
0
answers
5
views
Alphabetical ordering of y-axis in complex ggplot2
I'm trying to make a line chart of the density of different species along a vegetation transect.
There are two transects (Transect A and Transect B), which I would like to plot separately.
"Cover&...
0
votes
1
answer
8
views
failed to remove .dart_tool on flutter clean command
I am getting this error on flutter clean cammand.
Failed to remove D:\Projects\FlutterProject\.dart_tool. A program may still be using a file in the directory or the directory itself. To find and ...
0
votes
0
answers
18
views
Displayed data disappears after successfully adding data to sqlite database
Please help me! I'm building a simple stock search app using Flask (backend) and plain HTML/JS (frontend).
When the user enters a ticker, the app:
Send a GET request to my Flask backend (/search)
...
0
votes
0
answers
7
views
Efficiently combine vector search with traditional filtering (metadata filtering) in PolarDB
I am implementing a hybrid search system in PolarDB where I need to find items that are both semantically similar to a query and also match some specific metadata criteria.
My documents table has an ...
0
votes
0
answers
10
views
Rails 8 test trying to find unknown relation
I've been trying to write model tests for my Ruby on Rails 8 + Postgres project, but even with the simplest tests I get the following error.
I've never had a table or a relationship called listing, ...
-1
votes
0
answers
15
views
403 or 422 and OpenTelemetry tags
I have an endpoint protected by the [Authorize] attribute, so I can retrieve user information from the access token. I also created a custom attribute that extracts the user’s certificate data from ...
0
votes
0
answers
14
views
Terraform Helm release fails in Azure Pipeline: “Kubernetes cluster unreachable: the server has asked for the client to provide credentials”
I have an AKS cluster that is deployed using Terraform.
After the AKS deployment finishes, I run a **post-deployment step** in an **Azure DevOps Release Pipeline** to install **NGINX Ingress** using ...
0
votes
0
answers
14
views
Bug in Excel VBA Format function?
I've been using the built-in Format() function successfully in Excel VBA for years. However, I have just come across a situation that would appear to be a bug. When the input value is Empty (Variant), ...
0
votes
0
answers
12
views
AWS Amplify keeps clearing my session tokes from localStorace after a network droput
I'm a bit frustrated with AWS Amplify, what seems like a basic feature of maintaining sessions is seems to fail if the network drops.
Here is my Cogntio CDK setup, the refreshTokenValidity is set to ...
0
votes
1
answer
33
views
(C++) How to pass 2D array to function that the size is declared by user input
So the question given to me is to make a C++ program where the user inputs the size (declared by n) of a matrix N x N, and then there's a function for the user to fill the matrix called inputMatrix
#...
Best practices
0
votes
1
replies
28
views
How to install SSL for your domain by XAMPP on windows machine
You will got these files by your ssl provider :
certificate.crt
server.key
ca_bundle.crt
Configuration SSL by xampp server in windows servers.
SSLCertificateKeyFile : "F:/xampp/apache/conf/ssl....
-2
votes
0
answers
32
views
Python solution to extract all tables PDFs and save each table to its own Excel sheet [closed]
I’m working with around multiple PDF files (all in English, mostly digital). Each PDF contains multiple tables. Some have 5 tables, others have 10–20 tables scattered across different pages.
I need a ...
0
votes
0
answers
17
views
Internal server error: Failed to update ``Vite` client error overlay text
Because of the angular 20 security issue, I updated the 20.3.14 version. But on running the app, getting an error as
[vite] Internal server error: Failed to update Vite client error overlay text.
...
0
votes
0
answers
14
views
Borrowed value does not live long enough for generic lifetime
The Rust compiler gives me a lifetime error with the following code (which is a minimal working example of some real code):
pub trait TElement: Copy {
// Details irrelevant
}
pub trait TSet<'a,...
0
votes
0
answers
11
views
How to implement custom node-based reshaping for SVG ellipse inside a resizable reference box? Using D3.js and angular 19
I’m working on a feature similar to Figma or Lucidchart where an ellipse (or circle) is placed inside a reference box (a square) with four corner handles for resizing.
Screen recording expectation
...
0
votes
0
answers
8
views
Clarification Needed: Can exported apps be re-installed on another IBM QRadar 7.5 system?
I need clarification regarding exporting and reinstalling QRadar apps across different QRadar environments.
I have an app installed on one QRadar 7.5.0 system. I exported it using:
/opt/qradar/bin/...
0
votes
0
answers
22
views
How to align the data upload button with other types of button?
I am writing an R Shiny app and use CSS to format the buttons on the header and footer of the page. I am running into a sticky situation with the Upload button, where no matter how I configure, it ...
0
votes
1
answer
26
views
How do I manage state in Flutter without boilerplate code?
I’m building a Flutter app and looking for a clean way to manage state without a lot of boilerplate code.
I’ve tried using setState, but the widget rebuilds become messy as the project grows.
I also ...
-2
votes
1
answer
27
views
I'm trying to apply a simple hover effect to a <div>, but nothing changes when I move the mouse over it and i need a perfect answer
I'm trying to apply a simple hover effect to a <div>, but nothing changes when I move the mouse over it
Here is my exact code: .btn { width:150px; height:50px; background-color:green; } .btn :...
Best practices
1
vote
0
replies
18
views
Is there any support like agents.md or claude.md in antigravity?
I have been using antigravity for sometime and it is working great.
But I want to provide some cursor rules equivalent or agents.md like file to make sure the AI generated code is following some ...
0
votes
0
answers
30
views
WireGuard works only after switching network interfaces (Windows 11 & Android)
I rented a server from Hostkey and I'm setting up a WireGuard VPN for use on Windows 11 and Android. I need it to work over both Wi-Fi and 4G (MTS carrier). After configuring everything, I ran into ...
0
votes
0
answers
19
views
Stream - How to update channel controller after query
Looking for proper way to update channel list controller after a query. Using Swift/SwiftUI, IOS 26, SDK 4.92.0.
I have ChatChannelListViewModel instantiated as below, with nil channelListController ...
0
votes
0
answers
11
views
PETSc-MUMPS Not Responding To Command-Line Option
I have instaled PETSc and MUMPS (MacOS 15.6.1, M2), and confirmed that they seem to work fine; i.e., I run the exceutable from the command line:
./mypetscapp
and it runs without issue.
However, after ...
0
votes
1
answer
28
views
How to setup the QPlainText line-height in Python
I encountered a problem while using Pyton's QPlaintExt component: How do I set the line height of QPlainText? I've tried multiple approaches:
Method 1: Using QTextDocument with HTML (Guaranteed to ...
0
votes
0
answers
13
views
How to Join two RDDs in pyspark with nested tuples
I need to join two RDDs as part of my programming assignment. The problem is first RDD is nested while other is flat. I tried different things but nothing seem to work. Is there any expert on pyspark ...
0
votes
0
answers
13
views
neovim LuaSnip configuration problem, lua snippets work correctly, but json do not
I have an NvChad configuration for NeoVim, and I was trying to configure a LuaSnip plugin.
My cpp.json file is located at:
~/.config/nvim/snippets/vscode/cpp.json
My cpp.lua file is located at:
~/....
0
votes
0
answers
10
views
Indexing for fast vector similarity search in PolarDB 8.0.2?
My vector search query in PolarDB is performing a full table scan, and it's becoming unacceptably slow as my dataset grows to over 1 million records. The query calculates L2 distance between a user's ...
0
votes
0
answers
36
views
OpenCV producing completely black mask from image
I'm attempting to narrow a screenshot of an app to a specific section of the UI for later processing by Tesseract; in particular, the X Battle ratings located in the lower half of the image.
I did a ...
0
votes
0
answers
19
views
MacOS VSCode dotnet 10 Build a blazor movie database tutorial unable to 'dotnet ef migrations add InitialCreate'
λ ~/ dotnet --version
10.0.100
λ ~/ system_profiler SPSoftwareDataType SPHardwareDataType
Software:
System Software Overview:
System Version: macOS 26.1 (25B78)
Kernel Version: ...
0
votes
0
answers
29
views
Cannot allocate memory in static TLS block
I using a python 3.10 virtual environment, and try to import tensorflow as tf and import albumentations as A. And i faced a error on cannot allocate memory in static TLS block. Anyone know what is the ...
0
votes
0
answers
28
views
Hibernate 7 and H2 2.4.240 compatible issues
When upgrading H2 to the latest 2.4.240, the H2 specific tests failed with the following errors:
insert into posts (content,created_at,slug,status,title,version,id) values (?,?,?,?,?,?,?) [23514-240]
...
Best practices
0
votes
0
replies
14
views
Build histogram from pre-existing data
I have a question regarding histograms, not built from data collected in real time.
Our codebase deals with processes, all of which have a duration. I want to expose these durations as a metric. We ...
0
votes
0
answers
17
views
Jython calls wrong method when trying to call Java method with a boolean
My Java class has several flavors of the same method with each method taking a different Java type as an argument. One takes an int, one takes a boolean, etc.
When my Python code calls method(True), ...
0
votes
0
answers
11
views
Traefik (via Coolify labels) still applies Basic Auth on /api and /jobs
I’m running a container through Coolify and setting Traefik labels.
Basic Auth should only apply to the main site, while /api and /jobs should stay public.
Сonfig:
traefik.enable=true
traefik.http....
1
vote
0
answers
26
views
How to import a Haskell function in Python
I cannot fix this error. build.sh is trying to create a shared library but it fails:
~/Desktop/deepseek$ ./build.sh
Building Haskell shared library...
Loaded package environment from /home/success/....
0
votes
0
answers
29
views
Does Google One AI Pro include API access for Veo 3 or is it limited to Flow only?
I’m a student and subscribed to Google One AI Pro using the free-tier eligible discount.
In the Flow web interface, I can successfully generate videos using the Veo 3 model.
However, when I try to use ...
Best practices
1
vote
2
replies
44
views
Bash tool/function to replace an arbitrary literal string (not regex) in a file/variable
I want to write a small tool or Bash function that can be used like:
tool foo bar file
and it should replace all occurrences of foo in file with bar.
The key problem for me: both foo and bar can be ...
Advice
0
votes
0
replies
27
views
How to keep a new column in sync with a computed column
Suppose I have two sheets: Sheet A's rows come from somewhere else, e.g. a Google Form, continually added to and kept in chronological order of addition, but subject to modification (e.g. manually). ...
-1
votes
0
answers
56
views
Why does Clangd warn when using C++20 designated initializers with uniform initialization syntax?
According to modern C++ guidelines, we should prefer uniform initialization everywhere, for example:
int x{0};
However, when I try to combine uniform initialization with C++20’s designated ...
Advice
0
votes
0
replies
23
views
How modify script with adding second task?
This script adds a line to add custom.js to vivaldi browser directory:
#!/bin/bash
vivaldi=/opt/vivaldi/resources/vivaldi
moddir=$HOME/vivaldi-modding/
sudo cp $moddir/custom.js $vivaldi
sudo sed -i -...
-1
votes
0
answers
20
views
Azure App Service (Linux) showing default page instead of Laravel app wrong root? Startup command not working
I deployed a Laravel project to Azure App Service (Linux) using Bitbucket Pipelines, but the app is not loading. Instead of my Laravel homepage, Azure shows the default App Service page.
In my ...
0
votes
1
answer
35
views
Subclass of Generic fails with AttributeError: object has no attribute '__parameters__' - using Generic when superclass does forward __init_subclass__
I have a setup like the following
from typing import Generic, TypeVar
T = TypeVar("T")
class ThirdParty:
def __init_subclass__(cls):
... # does not call super()
class Mine(...
-1
votes
1
answer
28
views
Why does the entire viewport fills in red when the element is not that big in size?
Hello! just trying to figure out what is going on here.
I am trying to understand in a comprehensive way, how all this works (I am an experienced one but always with some doubts about the things ...
0
votes
0
answers
33
views
Animate a view's transition differently from its modifiers (in SwiftUI)
I'm writing a SwiftUI app in which I'd like to have objects animate slowly when they change location and quickly when they disappear. I can't figure out how to achieve that.
Take this example. There ...
-4
votes
0
answers
48
views
Linux Sockets Correct Syntax Gcc Console App compiles with list of undefined errors unexplained? [closed]
#include <stdio.h>
#include <string.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <sys/types.h>
#include <netdb.h>
#include &...
0
votes
0
answers
24
views
Using stackview with qrc
I have an issue:
qrc:/qt/qml/MyApp/qml/MyApp/Main.qml:11:5: QML StackView: initialItem: qrc:/qml/pages/LoginPage.qml:-1 No such file or directory
File tree
Im strugling to see why it cannot find my ...
0
votes
0
answers
48
views
Evaluating Text String as Formulas / Dynamic Look Up with Multiple Criteria: <>, =, >, >=, <, <= as Sign Inputs and an Input Value Cell
I have a workbook with 2 tabs: an Override tab and a Calculation Detail tab. I am trying to create a formula that returns "Y" or "N" in the parameter_# field of the Calculation ...