Newest Questions
24,144,414 questions
Score of 0
0 answers
5 views
Boolean return vs Exception throwing C#
I've used java for a while built my own HTTP server using TCP sockets so I would say im novice-intermediate in Java. I've been coding in C# for a networking project, a p2p file sharing app. What I was ...
Score of 1
0 answers
14 views
GraphServiceClient Authentication/Authorization Workflow
I have been struggling with coming up with the best way to solve this one and am looking for some suggestions.
We have Azure Windows VMs, which host batch applications that interact with Graph.
...
Score of 0
0 answers
21 views
Typescript value Return Undefined
I coded a simple csvreader and inside its can print its content but access from test function it return undefined.
interface/acc.ts
export interface acctRow {
acc: string;
}
export class csvReader {...
Score of 0
0 answers
41 views
Unable to download video with Google Photo Picker
I am developing a winui slideshow app which obtains media from google Photos. I can successfully, authenticate with the new google photo picker API and get a list of urls for boh jpg and mp4 files ...
Score of -2
0 answers
27 views
Digital Ocean Kubernetes Pricing Calculator [closed]
I’m trying to estimate pricing of Kubernetes resourcs, I’m looking to deploy application 3 WorkerNode in Digital Ocean Kubernetes Cluster as Standard, Private with No Auto Upgrade and No AutoScaling
...
Score of 0
0 answers
34 views
How to extract text from .doc/.ppt/.xls format on client side?
I need to extract text from legacy Microsoft Office formats (.doc, .ppt, and .xls) on the client side.
On the Python side, we convert these files to their modern formats (.docx, .pptx, and .xlsx) ...
Score of -1
1 answer
35 views
Why does my Pod stay in ImagePullBackOff after I just ran docker build locally, when the exact same tag exists in my local Docker daemon? [closed]
I'm running a local cluster (k3d) and trying to deploy a service I just built locally. From my host:
$ docker build -t myapp:dev .
$ docker images | grep myapp
myapp dev 0e1f2a3b4c5d 30 seconds ...
Score of -2
0 answers
35 views
What is the best way to go to load google recaptcha after consent? [closed]
How do you load the JavaScript files for Google reCaptcha v2 after the user has navigated a cookie consent form?
Is it possible to hide the reCaptcha, and after consenting to cookies, show the form?
...
Score of -1
0 answers
35 views
Banno Consumer API: 403 Forbidden when accessing External Transfer Accounts in Garden environment
We are integrating with the Jack Henry Banno API and are trying to retrieve a user's external transfer accounts using the Consumer API.
We are testing this in the Garden environment (digital.garden-fi....
Score of 0
1 answer
50 views
Unable to understand how transitions work in React? (with a code example)
I am trying to understand how transitions work in React. Everytime I read the docs, I get a reasonable understanding but when I experiment with it, the understanding breaks down. I am unable to ...
Score of 0
1 answer
37 views
Watch app won't install on watchOS 26.5 — "The app could not be installed at this time" [closed]
Since watchOS 26.5 (and 26.5.1), third-party apps no longer install from the iPhone's Watch app. "Available Apps → Install" spins for ~1 minute, then fails with:
The app could not be ...
Score of 0
0 answers
32 views
Using get_command_argument with gfortran and g++
I have a large code written in fortran and c++ (version 15.2.0 mingw64). The compile line is:
gfortran -c -g -Og -fcheck=bounds -Wall -I../inc ../src/%1.f90 -o%1.o
The link looks like:
g++ -o xx.exe a....
Score of 0
0 answers
15 views
ADF Jdev 14c EO Validation Rules not clearing on autoSubmit field
The below fields are having the issue:
<af:panelGridLayout id="pgl5" binding="#{backingBeanScope.backing_Case.pgl5}"
inlineStyle="width: 930px; margin-...
Score of -1
0 answers
30 views
How to fix Magento 2 object type Null exception?
I have been trying to understand the famous CosmicSting so i have setup a local Magento 2.4.0 site and i have install vs code for debugging even though i am still far from understanding PHP classes.
...
Score of 1
1 answer
44 views
LENGTH reports three characters for the two-symbol engineering label 𝛥P
A test-rig gateway stores engineering display labels in Apache IoTDB 2.0.8 tree model whenever channel configuration changes. One differential-pressure channel arrives as 𝛥P: a mathematical italic ...
Score of -3
0 answers
34 views
What programs or models can simulate Consolidation of the ground? What tools model subsidence in Groundwater as a result of loading or dewatering [closed]
What programs or models can simulate the 1D processes of soil Consolidation and Subsidence. The primary method has been to generate programs that simulate Terzaghi's 1D Consolidation Theory. MODFLOW ...
Score of -1
0 answers
27 views
Google Play reports 16 KB page size issue only for Android Studio generated AAB, but not for flutter build appbundle
I'm facing a very strange issue with Google Play's 16 KB page size validation.
Environment
Flutter: (3.44.6)
Android Studio: (Android Studio Quail 2 2026.1.2)
AGP: 9.1.0
NDK: 28.2.13676358
...
Score of -2
0 answers
37 views
CatBoost GPU memory usage with multiple runners per GPU [closed]
Running Optuna studies with CatBoost on an RTX 3090 GPU.
I had one CatBoost worker before. gpu_ram_part was 0.95. GPU VRAM usage was pretty close to that value, maybe a bit higher.
But GPU compute ...
Score of -4
0 answers
43 views
Will the parent commit sent together in a Pull Request using Azure devops? [closed]
In azure devops, i create a PR having two commits (A,B) to send to the remote branch,
In the PR, at the commits tab, only one commit appears , the last one (A).
Can i assume that the second commit (B),...
Score of 0
0 answers
24 views
macOS menu bar app killed by cache_delete with 0xBADDD15C despite disabling automatic/sudden termination
I have a macOS menu bar app. It is a SwiftUI app using MenuBarExtra, with LSUIElement = true.
After the app has been launched and running for a short time, the system sometimes terminates it. There is ...
Score of -1
0 answers
34 views
How to unhide the vertex label in Octave patch plot for a tetrahedron?
My final goal is labeling the 4 vertices of a tetrahedron in Octave clearly to avoid any full or partial hiding of the labels V1, V2, V3, V4.
I store the Cartesian coordinates of the vertices in a ...
Score of -1
0 answers
62 views
How do I optimize python watchdog to reduce filtering logic [closed]
For example purposes say I want to watch a folder ParentFolder that has subfolders Sub1, Sub2, Sub3.
Part 1
If I want to create a watch on ParentFolder and all the subfolders I could add a watch with:
...
Score of -3
0 answers
31 views
Serving a file from a Service Worker without breaking "Save Image As..."
I have media locally stored in my PWA that may not exist anywhere else. The easiest way to get that data into eg an img tag is to use a Service Worker to intercept a local-origin request and return ...
Score of -6
1 answer
84 views
Since what version of git does pull ff-only?
I can see in current git docs that ff-only is now default behavior for git pull. What version introduced this change? As I recall, git would just happily merge in more complicated scenarios before. I ...
Score of -3
0 answers
39 views
How can a RAG system reliably retrieve numbered sections such as "Rule 5" instead of relying only on vector similarity? [closed]
I'm building a multimodal RAG chatbot over a PDF containing sections such as Rule 1, Rule 2, Rule 3, Forms, Annexures, etc.
Each Rule is stored as a single chunk in my vector database. Tables and ...
Score of -5
0 answers
31 views
Microsoft Purview portal access when Public Network Access is disabled and Private Endpoints are enabled [closed]
We have configured a Microsoft Purview account with Public Network Access disabled and are using Private Endpoints. As expected, the Purview account is not accessible from the public internet.
...
Score of -3
0 answers
28 views
ILIAS Interface reports "Die Kategorie ... wurde nicht gefunden" although the category exists [closed]
I am trying to connect Stud.IP 5.5.8 with ILIAS 9.18.
Environment:
Stud.IP 5.5.8
ILIAS 9.18
I configured the ILIAS Interface in Stud.IP.
What I have already checked:
SOAP server is enabled and ...
Score of 0
0 answers
25 views
cmake configure_package_config_file option PATH_VARS
Recently, I came across the concept of relocatable cmake packages. I never used PATH_VARS option of configure_package_config_file, through this, I came to know about it. To get even a better ...
Score of -2
0 answers
45 views
Laravel request()->ip() always returns private IP address instead of client public IP [closed]
I am working on a Laravel application where I need to detect the user's location based on their IP address.
Currently, I'm using:
$ip = request()->ip();
dd($ip);
However Staging, and Production ...
Score of 0
1 answer
34 views
Extra row with blank values created with MS Graph when inserting into Sharepoint list
I am running into an issue: whenever I attempt to add an entry to a Sharepoint list, the entry is added successfully with the correct values, but in addition to that row, an additional row with blank ...
Score of 0
0 answers
34 views
C# Datagridview index [closed]
I have some trouble with index of my datagridview, because I want that the index that is showed automatically starts from 0 and not from 1.
At the moment I populate my datagrid using a list as follow
...
Score of 0
0 answers
31 views
Apache Airflow (2.10.3) - Airflow Scheduler crashes on XCom deserialization of custom str subclass
I'm encountering a critical issue with Apache Airflow XComs when using a custom class that inherits from str.
A simplified version of my custom class:
class MyString(str):
def __init__(self, value)...
Score of -4
1 answer
75 views
How to legally get Buyer Tax/Billing Address via Amazon SP-API for global marketplaces (not just Türkiye) in the 2026 API version? [closed]
I am architecting an integration with the Amazon Selling Partner API (SP-API) to automate invoicing and accounting sync with an ERP. I need to retrieve the Buyer's Tax/Billing Address for tax ...
Score of -4
1 answer
66 views
Option 'target=ES5' has been removed. Please remove it from your configuration, after Visual Studio 2026 update
Just updated Visual Studio 2026 (as the IDE said an update was available).
Edition: Visual Studio 2026 Community
Release: July 2026 Feature Update
Version: 18.8.0
Operating System: Windows 11 Pro
...
Score of 2
2 answers
112 views
How do I fix HTML search submit button's erroneous position?
The submit button should be sticking to the text input, but it is not positioned properly, and is instead raised and to the right of the text input. I tried to fix the issue, but I'm stumped.
The ...
Score of 0
0 answers
47 views
R.exe -e "source('./foo.R')" runs the script and immediately close the REPL session
To reproduce: create a file foo.R with the following content:
message("interactive = ", interactive())
and call it foo.R. Then, from Powershell, run the following command:
R.exe -e "...
Score of -5
0 answers
68 views
What is the best way to create a new Rust crate with a ready-to-use release infrastructure? [closed]
When I create a new Rust library, a significant amount of time is spent setting up the project infrastructure rather than developing the library itself.
This usually requires configuring:
GitHub ...
Score of -6
0 answers
53 views
Next.js frontend on Vercel becomes unreachable after Express backend on Render is inactive [closed]
I have a full-stack web application with the following deployment setup:
Frontend: Next.js (hosted on Vercel)
Backend: Express.js REST API (hosted on Render)
Database: MongoDB Atlas
The frontend ...
Score of 0
1 answer
69 views
How to generate a config.php during docker compose?
I've got a somewhat legacy PHP application I'm looking to containerize for ease of deployment. It's going well, except that its configuration (primarily, where to find the database it's supposed to ...
Score of -5
0 answers
84 views
Linear regression optimisation with python [closed]
I am studying multiple linear regression with the stats api. My dataset is financial, therefore I am denied to make it public.
I plot some scatter plots of the continous variables required, used the ...
Score of 1
1 answer
75 views
Advance inner and outer loop at the same time, but stay inside inner loop until condition is met
In Ruby, I have an array of arrays containing states and cities like so:
[ ['Alaska', 'Anchorage'], ['Alaska', 'Juneau'], ['Ohio', 'Akron'], ['Ohio', 'Cleveland'], ['Washington', 'Seattle'], ['...
Score of -1
0 answers
63 views
Cloudflare strips response body [closed]
I have an application that returns HTTP 502 with a JSON body in the response. I know the error code is wrong and we should have used 500 instead. But it's a legacy application and in a lot of places ...
Score of -1
2 answers
126 views
Pandas df.info() shows None in Streamlit while head() and shape work correctly
I am practicing Pandas with Streamlit in Notepad++.
Methods like df.shape, df.head(), df.tail(), and df.columns display correctly in the Streamlit web browser.
However, when I try to display df.info(),...
Score of 1
0 answers
97 views
Solutions for index out of memory errors on a search engine with an inverted index
I have been trying to make an inverted index component for my search engine and it was performing really well when it had a thousand documents inserted but after I tried ten thousand documents, it ...
Score of 0
0 answers
48 views
How to resolve the "Failed to build cache" build error in Xcode on macOS running in Docker in the docurr/macos project?
I usually program in Android Studio, but for my first KMP project, I installed macOS in Docker in the docurr/macos project, copied my project to the macOS Documents folder, and developed it in Xcode. ...
Score of 1
3 answers
77 views
clang-format not producing consistent packing for elements within a C array initializer
Given a generated source file like the following, with very long lines in two separate array initalizers:
#ifndef FIXME_H
#define FIXME_H
#define S_SIZE 42
static char const* const ...
Score of 3
0 answers
122 views
How to deal with Coverity's "std::variant throws std::bad_variant_access" False Positives?
Coverity seems to assume that any std::variant can be in valueless_by_exception() , emitting UNCAUGHT_EXCEPTION for uses of std::get and std::visit, even if they are guarded by holds_alternative or !...
Score of 0
2 answers
116 views
Java regex nor and whole word
I want to write a regex that checks that specific whole words are not present.
I write this code :
public static void main(String[] args) {
List<String> testWord = Arrays.asList("foo|...
Score of -3
0 answers
70 views
How to disable retries for Apache HttpClient 5-based RestClient?
I am using Spring Boot with Apache HttpClient 5 on my classpath. Having this dependency present causes the auto-configured RestClient.Builder bean (from RestClientAutoConfiguration) to produce ...
Score of -5
0 answers
46 views
Best practices for customizing Shopify checkout without it breaking after platform updates [closed]
We manage checkout customizations for multiple Shopify stores. One recurring pain point: customizations that work fine can break silently after a Shopify platform update, and we only catch it when a ...