Newest Questions
24,172,611 questions
0
votes
0
answers
2
views
Jenkins pipeline failing to connect to GitHub: curl (28) Failed to connect to github.com port 443
I am setting up a Jenkins pipeline that pulls the latest code from a GitHub repository.
However, the pipeline fails with the following error:
curl: (28) Failed to connect to github.com port 443 after ...
-4
votes
0
answers
11
views
How to Reset the BIOS admin password in HP laptops [closed]
Please give proper steps that will help me to reset.
-1
votes
0
answers
13
views
Looking for a formula that will take a birthday from a record and add +1 year to the column to indicate the person is 1 year older
I'm looking for a formula that will take a birthdate from the "Kid1Bday" column (format "March 3, 2014"), and add +1 year to the "Kid1Age" (format "Age 12") ...
Advice
0
votes
0
replies
9
views
How to set "type" within launch.json depending on the target platform
I have many different entries like this in my launch.json
{
"name": "win-...",
"type": "cppvsdbg",
[...]
},
{
"name": "lx-...",
&...
-5
votes
0
answers
18
views
Why am I getting 2 rows instead of 1 [closed]
Following query produces 2 rows:
SELECT i.type_desc, i.is_padded, i.fill_factor, i.ignore_dup_key, stat.no_recompute FROM sys.schemas s, sys.indexes i, sys.tables t, sys.stats stat WHERE i.object_id = ...
Advice
0
votes
0
replies
4
views
Appache Superset Report Download
When downloading dashboard reports as pdf from appache superset it is coming as a screenshot of the current page and misses alll data in table charts. Only few records show up in the report download ...
0
votes
0
answers
8
views
How to return a JSON object with JSON_OBJECT or JSON_ARRAYAGG
I like to compose a JSON from some table data, I do it like this:
DECLARE
res JSON_OBJECT_T;
ja JSON_ARRAY_T;
ret CLOB;
CURSOR cur IS
SELECT JSON_OBJECT(
KEY 'name' VALUE ...
0
votes
0
answers
5
views
Delphi: TDirect2DCanvas versus TCanvas regarding TPenMode
I am currently trying to switch from TCanvas to TDirect2DCanvas for some drawing routines, as I wanted to speed things up a little bit. I did but stumble upon the missing TPenMode. I do not find a ...
0
votes
0
answers
16
views
libc++abi: terminating due to uncaught exception of type NSException while updating my MacOS
I'm trying to update software on my Mac Studio.
Here are hardware that I have:
Chip: Apple M1 Max
Memory: 32GB
HDD: 500GB
OS: macOS Sonoma 14.7.2
I need to update XCode to version 26.*
In software ...
-2
votes
0
answers
12
views
How to update an existing ADM to Adaptive Gradient Boosting without recreating and adding predictors manually?
We have several existing ADM models in production that we'd like to enhance with Adaptive Gradient Boosting, but we want to minimize disruption and avoid manual reconfiguration work if possible.
I ...
-2
votes
0
answers
29
views
Filtering dates using unix time stamp
I'm trying to set up a filter system with Unix timestamps, one for start date and one for end. However there is some overlap between the dates, e.g. if I select dates from February 1 - 28 it includes ...
-4
votes
0
answers
18
views
I'm having npm problem while installing Openclaw in WSL [closed]
I am installing the OpenClaw on my WSL. But it keeps printing the same error messages about npm. I even tried after updating my npm, but it doesn't work. I also asked Gemini this question, her answer ...
-1
votes
0
answers
17
views
Random Google PageSpeed Insights Errors (NO_FCP, ERR_ABORTED, DEADLINE_EXCEEDED) on Angular 17 SSR with Nginx & Docker
The Problem: We are experiencing intermittent and random failures when running Google PageSpeed Insights (PSI) on our production and UAT environments. While tools like GTMetrix and KeyCDN report the ...
Advice
0
votes
5
replies
53
views
Can a user cause a SyntaxError?
I am currently learning the basics of python and I am the beginning of my programming journey. I was doing a course and came across the following problem.
I initially picked TypeError and ValueError ...
Tooling
0
votes
0
replies
12
views
Agent which parses website through its file and folder
I want to build an npm package which any business can install into their project which then parses it and create client tools which will mimic a real user on the website. The main idea is to help ...