Newest Questions
24,158,473 questions
0
votes
0
answers
5
views
Always appear in my packaege.json. "packageManager": "[email protected]+sha512..." how to get rid?
I am unable to remove from my Angular v21 app's package.json the below Row:
"packageManager": "[email protected]+sha512....
Best practices
0
votes
0
replies
6
views
Printing page without dialog box printer
I have one page that call the page for printing.
But the problem is I need to go directly on printing page process without opening the dialog box print preview. After printing out page close.
Someone ...
Advice
0
votes
0
replies
8
views
Go SNMP library. What do You actualy need? I made my own library and ready to interact with users
I made go SNMP v3 library which have few anvantage over gosnmp.
Divide errors for fatal and partial
Correct processing report messages
Trap/Inform receiver can receive messages with different SNMP ...
-1
votes
0
answers
19
views
Quartz.net clustering mode
We are using Quartz.NET in asp.net CORE 10 application.
The Quartz.net is version 3.15.1
Our production server is deployed to Azure Containers App with three replicas/instances.
and we configure ...
Advice
0
votes
1
replies
19
views
How does the vptr work and can point to vtables of 2 classes?
I want to make something like a virtual table and virtual pointer, but manually, to get a better understanding of virtual pointers and tables.
But, I encountered a problem with making the virtual ...
0
votes
1
answer
24
views
MYSQL query fetchall() result
I am currently trying to make a nested MYSQL query using python. But I am abit confused how the respond to query comes in weird format with "()" and "," rather than nice looking ...
-2
votes
0
answers
22
views
What is the correct way to implement a M:N relationship in a PHP/MySQL web application? [closed]
Hi, I'm new to PHP and I was wondering if THIS is the correct way to apply M:N in PHP. To be exact, in CRUD. My main request is if the structure is functional and safe to implement on my public ...
0
votes
0
answers
20
views
Macro Modification
I am trying to have this macro auto fill the formula in T2 and U2 down. The issue is that the amount of rows will always be changing so the static ending at T70 and U70 does not work. Is there a way ...
Advice
0
votes
0
replies
11
views
Pulling Specific Data from Closed Workbooks
Firstly, thank you for your time.
I have a workbook that I put together for my supervisors. I am relatively new to the more in depth aspects of Excel. I am hoping I could possibly get some insight on ...
0
votes
0
answers
20
views
How to calculate variance of columns by avoiding zeroes?
I have a trait matrix in which column values represent traits (log10 transformed body-mass values). As the body mass is log-transformed, it will have both +ve and -ve values. But any 0s in those ...
0
votes
0
answers
16
views
Emscripten build gives an error in building, error is about SDL3_ttf
I am making a game engine and a game in said engine. So i thought its time to split them up in to a static lib and a exe. I made 2 sepperate extra cmakelists for it. one for the engine and one for the ...
-2
votes
1
answer
37
views
Trying to replace a function with a wrapper which calls it gets me into infinite recursion [closed]
I need to replace a member function of some JS object MyObj with another function, which calls the original function, then does some other stuff. My code looks something like this:
MyGlobal....
1
vote
0
answers
17
views
PrimaryKeyed typeclass for Rel8
Using Haskell's Rel8 library, I am trying to create a typeclass of tables with a primary key, providing a projection of the key in any context. Ideally, it would look something like this:
class ...
0
votes
0
answers
7
views
Apache IoTDB date_bin fails with "mismatched input" for 1mo 1d interval
I'm trying to analyze server CPU metrics using a custom billing cycle that doesn't align with calendar months. Our billing department defines each period as "one full month plus one extra day&...
0
votes
0
answers
17
views
"Connect via network" checkbox missing in Xcode 26.4.1 Devices and Simulators
In previous versions of Xcode, you could enable wireless debugging by going to Window → Devices and Simulators, selecting your device, and checking "Connect via network." This allowed you to ...