24,231,039 questions
0
votes
0
answers
7
views
Complete tabulation of the numpy built-in types, char code, kind, and bit width?
This page provides a sample list. The numpy.dtype.char documentation only shows one type. Google AI's response to my googling shows a table that doesn't include the single example d in the ...
0
votes
0
answers
6
views
Poetry install process killed after upgrading to macOS Sequoia (15.x) with ASDF Python
I'm experiencing a persistent issue where poetry install gets killed during package installation after upgrading to macOS Sequoia. The process consistently fails at the same point during dependency ...
0
votes
0
answers
6
views
Removing diacritics in Python
Referencing the book Fluent Python, I've been trying to normalize characters and toss out their diacritics. I am facing an issue where there are still some diacritics which stick around like ´ and ˜ ...
0
votes
0
answers
7
views
How to add a white edge to a rectangular image?
I have the input image shown below. I'm trying to add around it a rounded edge.
I've tried with the command below and adds a border but without rounded corners
convert input.jpg -shave 1x1 -...
0
votes
0
answers
11
views
Excel Cyclical Offset
I'm attempting to pull in multiples columns (with specific ranges) into a single column. I've been running in circles (pardon the pun) to no avail. Here is my formula thus far on sheet3!A2:
=OFFSET(...
0
votes
0
answers
10
views
Delphi Tokyo not finding BPLs
Working on an older Delphi application that had run in the past. Compiling now it compiles fine but does not run. I'm getting the system error, "The code execution cannot proceed because ...
0
votes
0
answers
16
views
Converting a vector to a map in Clojure
I'm having a problem with a little function that's supposed to count nodes and leaves in a tree. This is what it looks like:
(defn count-tree
"Count nodes and leaves in a tree as produced by ...
0
votes
0
answers
10
views
Unable to Install Packages on Kali Linux Due to Mirror Connection Timeout and Package Not Found Errors
I’m running Kali Linux, which is installed on a VMware virtual machine. I have been facing issues while trying to update and install packages using apt. The system shows errors related to connection ...
0
votes
0
answers
2
views
SSRS LookUp Is not working with Snowflake SQL
I have a reporting where i am using the LOOKUP syntax to look for CALLS based on VQ names using Snowflake code, but it is not working so i was wondering if LOOKUP syntax is recognize in snowflake.
...
-5
votes
0
answers
15
views
How can i manage this business case [closed]
Please could you provide details of the various possible cases for the indicator so that we can ask for a decision on the calculation rules?
For example, for the first indicator, if there are files ...
0
votes
0
answers
15
views
Disaggregation of hourly rainfall data into 1-minute rainfall data in R [closed]
I am working on generating 1-minute rainfall data from hourly data. I did some literature review and found that Bartlett Lewis Rectangular Pulse Model (BLRPM) can be a good option. I found this ...
0
votes
0
answers
23
views
Fix regex to prevent SSRF
The sandbox web app I'm working with is a form that receives a LinkedIn URL and uses it to pull the profile photo of a LinkedIn profile. However, its current implementation has an SSRF vulnerability, ...
0
votes
0
answers
14
views
Costas Loop Block in GnuRadio 3.8 Failing to Lock Phase Correctly on a Perfect Signal
I'm testing the Costas Loop block in GnuRadio (version 3.8.x) using a simple sine wave signal. The Costas loop is expected to lock the phase to a known value (ideally 0 for a perfect signal), but the ...
1
vote
0
answers
10
views
How to override the format, or the content of the log messages from Microsoft.AspNetCore.Hosting.Diagnostics?
Question from the title.
I'm trying to set up correlation Ids for my incoming requests. I have created a middleware, and set up a Serilog Enricher via EnrichDiagnosticContext (see code below). ...
1
vote
0
answers
14
views
Fading line appearing after Text In TextView
I have a recyclerView which displays cards with TextViews.
Whenever a new textView appears, a line appears after the text, which quickly disappears. I am not sure what it is and looking for a solution ...