Newest Questions
24,188,445 questions
Tooling
0
votes
0
replies
9
views
NaN outputs from scipy.optimize.root
Which built-in methods in scipy.optimize.root can return NaN as output if convergence fails and the function being solved never returns NaN or inf on any coordinate? I noticed that the default method (...
0
votes
0
answers
6
views
Fresco play poisson regression solution on Insurance dataset of MASS package …anyone has solution?
The question is Load Insurance dataset of MASS package and take log for Holders column and load the poisson model and fit the model and finally return the sum of residuals … Anyone knows it ? Need ...
0
votes
0
answers
11
views
Not able to start OpenAPI built-files
I'm currently building a simple AI Categorization using monorepo. You can check out my github repo https://github.com/galih56/issue-classifier-ai-agent/tree/dev-testing.
My issue is i can run my API ...
Advice
0
votes
0
replies
11
views
How to redact information in API depending on authorization of client in scalable way?
I am writing a forum-like API and I want to protect private information from unauthorized users. Depending on the role of client that makes a request to `GET /posts/:id` I redact information such as ...
-1
votes
0
answers
23
views
HOW TO BE GOOD IN PYTHON [closed]
the solution for code tantraa in python how to resolve the problem for leaving the small code that makes a issue to the program
0
votes
0
answers
7
views
facing problem related to passport-local-mongoose plugin
enter image description here
schema.plugin shoud be function not an object, this error come again again
I am creating a register page using passport-local-mongoose. I installed all npm packages which ...
0
votes
0
answers
17
views
Adding @escaping to a view init param breaks the XCode Preview view selection highlighting
All of a sudden I noticed the XCode Preview selection highlighting stopped working and I have no idea why. It's in selectable mode, I tried everything, including factory resetting my mac and nothing ...
0
votes
0
answers
26
views
Will AI becomes a threat for future engineers to get a job? [closed]
1.use of programmers to write code even ai is present?
2.will future engineers will be effected for getting jobs due to AI?
3.Can AI provide an exact code without an single error what the client is ...
-1
votes
0
answers
14
views
How to force a crate dependency to use latest commit of another repo
My project has a dependency of jsonref, which has indirect dependency of ring crate. Unfortunately the ring crate version which is getting downloaded and compiled doesn't include the latest commits of ...
0
votes
0
answers
28
views
The button doesn't press, the modal doesn't open, and the function doesn't work
Title: Flutter menu button internal buttons are not clickable
Content:
I am creating a small menu for deleting/editing comments or posts in Flutter.
When I press an IconButton, a menu appears using ...
0
votes
0
answers
14
views
Java 17 Documentation Tool causes failed UnknownElementException for record parameter
I am using the javax.tools.DocumentationTool to parse the Documentation of my source code base. I am using Java 17 jdk to run. It is triggering an javax.lang.model.element.UnknownElementException ...
Advice
0
votes
0
replies
12
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 which place.
Things i want to do:
I have a set of apis i want to expose via API-M
I want to ...
-4
votes
0
answers
29
views
Gemini Code Assist: Unexpected Data Persistence of a Deleted GCP Project ID on VS Code Sign-in [closed]
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
9
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
13
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
17
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
32
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)
...
-1
votes
0
answers
13
views
Efficiently combine vector search with traditional filtering (metadata filtering)
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
16
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, ...
-3
votes
0
answers
19
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
15
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
18
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
13
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
2
answers
62
views
How to pass 2D array to function that the size is declared by user input [duplicate]
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
31
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....
-3
votes
0
answers
39
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 ...
-1
votes
0
answers
20
views
Internal server error: Failed to update Vite client error overlay text
Because of the Angular 20 security issue, I updated to version 20.3.14. 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
15
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
12
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
9
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
28
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
31
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
30
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
19
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 ...
-1
votes
0
answers
31
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
20
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
31
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
15
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
14
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
15
views
Indexing for fast vector similarity search?
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
39
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
20
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
31
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 ...
-1
votes
0
answers
30
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
15
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), ...
-1
votes
0
answers
12
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
1
answer
34
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/....
-1
votes
0
answers
30
views
Does Google One AI Pro include API access for Veo 3 or is it limited to Flow only? [closed]
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 ...