Newest Questions

Filter by
Sorted by
Tagged with
Advice
0 votes
0 replies
2 views

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 ...
silentsudo's user avatar
  • 7,023
-2 votes
0 answers
13 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
6 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
5 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
8 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
18 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
0 votes
0 answers
7 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
10 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
-1 votes
0 answers
15 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
14 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
14 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
12 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
1 answer
33 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
28 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
-2 votes
0 answers
32 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
0 votes
0 answers
17 views

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. ...
3gwebtrain's user avatar
  • 15.5k
0 votes
0 answers
14 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
11 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
8 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
22 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
26 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
27 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
18 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
0 votes
0 answers
30 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
19 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
28 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
13 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
13 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
10 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
36 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
19 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
29 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
0 votes
0 answers
28 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,611
Best practices
0 votes
0 replies
14 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
0 votes
0 answers
11 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
0 answers
26 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
0 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
Best practices
1 vote
2 replies
44 views

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 ...
Qiu Yangfan's user avatar
Advice
0 votes
0 replies
27 views

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). ...
user620316's user avatar
-1 votes
0 answers
56 views

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 ...
rafoo's user avatar
  • 1,656
Advice
0 votes
0 replies
23 views

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

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 ...
Manoj Singh's user avatar
0 votes
1 answer
35 views

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(...
Daraan's user avatar
  • 5,166
-1 votes
1 answer
28 views

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

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 ...
Anton's user avatar
  • 3,399
-4 votes
0 answers
48 views

#include <stdio.h> #include <string.h> #include <sys/socket.h> #include <netinet/in.h> #include <sys/types.h> #include <netdb.h> #include &...
matthew radon's user avatar
0 votes
0 answers
24 views

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 ...
Ewald's user avatar
  • 1
0 votes
0 answers
48 views

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 ...
mr_nane's user avatar
  • 89

15 30 50 per page
1
2 3 4 5
483769