Newest Questions

Filter by
Sorted by
Tagged with
Tooling
0 votes
0 replies
9 views

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 (...
user29650973's user avatar
0 votes
0 answers
5 views

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 ...
Shanmukha Sarma's user avatar
0 votes
0 answers
10 views

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 ...
Galih indra's user avatar
Advice
0 votes
0 replies
10 views

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 ...
glassyellow0902's user avatar
-1 votes
0 answers
23 views

the solution for code tantraa in python how to resolve the problem for leaving the small code that makes a issue to the program
Pritam Nanda's user avatar
0 votes
0 answers
7 views

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 ...
Annu Roy's user avatar
0 votes
0 answers
17 views

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 ...
joepetrakovich's user avatar
0 votes
0 answers
26 views

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 ...
Sruthik's user avatar
-1 votes
0 answers
12 views

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 ...
Harry's user avatar
  • 4,144
0 votes
0 answers
27 views

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 ...
choi's user avatar
  • 11
0 votes
0 answers
14 views

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 ...
Nap's user avatar
  • 8,338
Advice
0 votes
0 replies
12 views

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 ...
silentsudo's user avatar
  • 7,023
-4 votes
0 answers
27 views

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 ...
sakamasa1025's user avatar
0 votes
0 answers
9 views

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, ...
ynn's user avatar
  • 5,077
0 votes
0 answers
13 views

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&...
ayesha's user avatar
  • 143
0 votes
1 answer
17 views

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 ...
Clipboard's user avatar
  • 378
0 votes
0 answers
32 views

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) ...
Phong Diep's user avatar
-1 votes
0 answers
13 views

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 ...
余南龙's user avatar
0 votes
0 answers
16 views

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, ...
Lucas's user avatar
  • 53
-3 votes
0 answers
19 views

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 ...
Murrchalkina's user avatar
0 votes
0 answers
15 views

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 ...
shibani negi's user avatar
0 votes
0 answers
18 views

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), ...
Nick C's user avatar
  • 21
0 votes
0 answers
13 views

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 ...
Joseph Cannella's user avatar
0 votes
2 answers
62 views

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 #...
Dustin Ivander's user avatar
Best practices
0 votes
1 replies
31 views

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....
Vipin Kumar's user avatar
-3 votes
0 answers
39 views

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 ...
Shirish Maharjan HERD's user avatar
-1 votes
0 answers
19 views

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. ...
3gwebtrain's user avatar
  • 15.5k
0 votes
0 answers
15 views

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,...
KloppyToppy's user avatar
0 votes
0 answers
12 views

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 ...
yashwanth's user avatar
0 votes
0 answers
9 views

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/...
Waseem Sarwar's user avatar
0 votes
0 answers
28 views

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 ...
Phi Yen Nguyen's user avatar
0 votes
1 answer
30 views

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 ...
ravikinha jaat's user avatar
-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 Here is my exact code: .btn { width:150px; height:50px; background-color:green; } .btn :...
Ashutosh Beura's user avatar
Best practices
1 vote
0 replies
19 views

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 ...
Sahil Patel's user avatar
-1 votes
0 answers
31 views

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

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 ...
Rhythmus's user avatar
  • 241
0 votes
0 answers
11 views

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 ...
Stuart Barth's user avatar
0 votes
1 answer
31 views

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 ...
Admin's user avatar
  • 11
0 votes
0 answers
15 views

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

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: ~/....
dvb1r's user avatar
  • 1
0 votes
0 answers
15 views

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 ...
余南龙's user avatar
0 votes
0 answers
39 views

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 ...
SystemNeo's user avatar
0 votes
0 answers
20 views

λ ~/ dotnet --version 10.0.100 λ ~/ system_profiler SPSoftwareDataType SPHardwareDataType Software: System Software Overview: System Version: macOS 26.1 (25B78) Kernel Version: ...
Booshwa's user avatar
  • 35
0 votes
0 answers
31 views

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 ...
Andrew Tan Xue Yee's user avatar
-1 votes
0 answers
30 views

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] ...
Hantsy's user avatar
  • 9,609
Best practices
0 votes
0 replies
15 views

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 ...
Florent Pastor's user avatar
0 votes
0 answers
17 views

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), ...
Robert's user avatar
  • 27
-1 votes
0 answers
12 views

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....
Ivan's user avatar
  • 1
1 vote
1 answer
34 views

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/....
success moses's user avatar
-1 votes
0 answers
29 views

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 ...
SÜLEYMAN YAŞAR's user avatar

15 30 50 per page
1
2 3 4 5
483769